Hi,
When I run k2search command after install, I got the following error. It seems like pytransit.orbits_f is removed from your PyTransit repository. Can you help update the code?
Traceback (most recent call last):
File "/usr/local/bin/k2search", line 28, in <module>
from k2ps.psearch import *
File "/home/zcw607/.local/lib/python3.6/site-packages/k2ps/psearch.py", line 23, in <module>
from pytransit.orbits_f import orbits as of
ModuleNotFoundError: No module named 'pytransit.orbits_f'
Hi,
When I run
k2searchcommand after install, I got the following error. It seems likepytransit.orbits_fis removed from your PyTransit repository. Can you help update the code?