aerospaceresearch / orbitdeterminator

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

Resolving Installation of pykep #213 #219

Closed AbhisekOmkar closed 3 years ago

AbhisekOmkar commented 3 years ago

pykep is available via the conda package manager for Linux, OSX, and Windows thanks to the infrastructure provided by conda-forge. In order to install pykep via conda, you just need to add conda-forge to the channels, and then you can immediately install pykep:

rahulv1999 commented 3 years ago

I guess the travis CI build fails because it uses the previous python version, please take a look at pr #218 I have made some required changes

hornig commented 3 years ago

hi, I would prefer to have the libs installed as independently as possible. not everyone uses conda. currently, pykep does not have a version that works with python > 3.7 so this is why we currently use python 3.7 because it will run on windows and linux.

hornig commented 3 years ago

pykep function was removed. close #219