aerospaceresearch / orbitdeterminator

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

Pykep V2.1 is not available #187

Closed Curious-Nikhil closed 4 years ago

Curious-Nikhil commented 4 years ago

Hi, Installing(Win OS) pykep v1.2 returns a PackageNotFounderror conda install pykep==2.1

image

Available versions: image

Installing the latest pykep (v2.4.x), resets my python env to 3.8.x, which isn't supported by Orbit Determinator. Thanks.

AhmedEHaddad commented 4 years ago

Have you tried downloading the 1.2 version from archives

Curious-Nikhil commented 4 years ago

Have you tried downloading the 1.2 version from archives

I can't find it on conda-forge.

image

KUEE1080 commented 4 years ago

I am not sure if this is an appropriate way, but I had the same issue and resolved it by using

pip install pykep==2.1

Curious-Nikhil commented 4 years ago

I am not sure if this is an appropriate way, but I had the same issue and resolved it by using

pip install pykep==2.1

image

Yes, I can confirm that the pip install command works. Surprisingly conda lib doesn't have pykep 2.1 version.

Best to use conda install pykep==2.1 in linux. Thanks 👍

hornig commented 3 years ago

@Curious-Nikhil what do you think about this solution? https://github.com/aerospaceresearch/orbitdeterminator/pull/238