aerospaceresearch / orbitdeterminator

determination of satellite orbits and more
MIT License
180 stars 113 forks source link

pykep package not getting installed #229

Closed Avhijit-Nair closed 3 years ago

Avhijit-Nair commented 3 years ago

Conda is not able to find the pykep package error

Avhijit-Nair commented 3 years ago

I resolved it. Use Conda forge channel to install pykep and it will work. conda install -c conda-forge/label/cf202003 pykep

hornig commented 3 years ago

@Avhijit-codeboy I replaced the pykep function with our own one. If you want, you can check here https://github.com/aerospaceresearch/orbitdeterminator/pull/238