You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
На MacOS
MacBook-Pro-Denis:satellite-collision-avoidance-master deniszelenov$ sudo -H pip3 install -r requirements.txt
Password:
Collecting pykep==2.1 (from -r requirements.txt (line 1))
Could not find a version that satisfies the requirement pykep==2.1 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for pykep==2.1 (from -r requirements.txt (line 1))
The problem is PyPI currently doesn't have a compiled binary of pykep for MacOS https://pypi.org/project/pykep/#files So, one needs to compile from source, or use a VM.
error: Could not find suitable distribution for Requirement.parse('pykep==2.1')
The text was updated successfully, but these errors were encountered: