Jonas Kaufmann
Jonas Kaufmann
@Pr0Ger Is there any update on this? We are running into an issue with hyper, and there is no way for us to resolve this at the moment: https://github.com/python-hyper/hyper/issues/425
Here is a sample script. Please note that I am using `pylunar` as an entry point to `ephem`, but the error is occuring in `ephem`: ``` from datetime import datetime...
Yes, using an example including pylunar makes it much easier for me to generate a reproducible test case. `MoonInfo` is a part of the `pylunar` package, `pylunar` calls `pyephem` in...
Thanks - as you can see, when you hit CTRL + C, the line where the endless loop occurs is in `/usr/local/lib/python3.8/dist-packages/ephem/__init__.py` - therefore this issue is related to `pyephem?