Re: [weewx-user] ephem does not work

2020-03-27 Thread Thomas Keffer
You're not giving a lot of information, but it's possible that pip installed pyephem a different version of python that the version you are using to run weewxd. Try this: *pip show pyephem* It will show you where pip installed pyephem. Then try this: *python -c "import sys; print(sys.path)"* Th

[weewx-user] ephem does not work

2020-03-27 Thread Astrid
Hello! I have weewx 3.9.2 installed. PyEphem is installed via pip. pip list | grep ephem ephem 3.7.7.0 pyephem 3.7.7.0 I put import ephem to local weewx-installation into extensions.py but if I restart weewx, it said that it ephem not found If I ommit this line i