You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for letting me know! I've updated the requirement, and plan to make a release today or tomorrow, which will publish the more accurate requirement.
Hi Brandon,
another topic reached me on ubuntu:
your setup.py for skyfield says actually jplephem>=2.11
but in actual skyfield you import in jpllib line 6:
from jplephem.exceptions import OutOfRangeError
which is implemented only from jplephem from version 2.13 on. This leads to an "Module not found error".
Michel
The text was updated successfully, but these errors were encountered: