ephem module not found
Posted: Sun Jul 01, 2018 7:51 am
I want to use ephem :
https://pypi.org/project/ephem/
pip install ephem
in Python :
import ephem
When I run the script, I get the message :
ImportError: No module named 'ephem'
What am I doing wrong ?
https://pypi.org/project/ephem/
pip install ephem
in Python :
import ephem
When I run the script, I get the message :
ImportError: No module named 'ephem'
What am I doing wrong ?