Closed richard-timpson closed 4 years ago
I am not very familiar with how the conda third-party packaging efforts work. As Skyfield itself requires a more recent jplephem than 2.9 in its setup.py
, I am going to close this issue for now — if we find later that I made a mistake in setup.py
or somewhere else, please re-open this immediately and let me know what code I can adjust in this repository to fix the problem!
In the meantime, I suspect you will need to file issues with one or both of these projects:
https://github.com/conda-forge/skyfield-feedstock https://github.com/conda-forge/jplephem-feedstock
Good luck, and I hope you will be able to figure out what is going on with conda's ecosystem!
When using skyfield to get the sunrise and sunset times for a given datetime, I'm getting an import error regarding the jplephem package.
The following is python code for getting sunrise and sunset.
I'm getting the following error when I try to run the script
After investigating the jplephem package in my conda installation, I noticed that the pck.py file didn't exist as it does in version 2.12. The version installed in my conda installation is 2.9, and when trying to update the conda package, it didn't do anything.
Running a conda search reveals that only 2.9 is available on conda-forge.
I'm not certain how conda-forge and the packages work, but the latest version isn't there.
Workaround was to copy and paste the pck.py from github to my local copy of jplephem, but it would be nice if the jplephem dependency would automatically update when updating skyfield using conda update.