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
I am attempting to install orbitdeterminator-webapp on an iMacPro running Mac OS X Mojave (ver. 10.14.6) under the Anaconda distribution of python version 3.7.
The problem I'm running into is with installing pykep, as depicted in the messages below.
(base) Samuels-Mac-Pro:~ user$ git clone https://github.com/aerospaceresearch/orbitdeterminator-webapp
Cloning into 'orbitdeterminator-webapp'...
remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 74 (delta 12), reused 12 (delta 4), pack-reused 47
Unpacking objects: 100% (74/74), done.
(base) Samuels-Mac-Pro:~ user$ cd orbitdeterminator-webapp
(base) Samuels-Mac-Pro:orbitdeterminator-webapp user$ pip install git+https://github.com/aerospaceresearch/orbitdeterminator
Collecting git+https://github.com/aerospaceresearch/orbitdeterminator
Cloning https://github.com/aerospaceresearch/orbitdeterminator to /private/var/folders/65/7cxpqns144q6wx5lyb7zcyh80000gq/T/pip-req-build-hy_w1n8z
Running command git clone -q https://github.com/aerospaceresearch/orbitdeterminator /private/var/folders/65/7cxpqns144q6wx5lyb7zcyh80000gq/T/pip-req-build-hy_w1n8z
Requirement already satisfied: numpy in /Users/user/anaconda3/lib/python3.7/site-packages (from orbitdeterminator==1.0) (1.17.2)
Requirement already satisfied: scipy in /Users/user/anaconda3/lib/python3.7/site-packages (from orbitdeterminator==1.0) (1.3.1)
Requirement already satisfied: matplotlib in /Users/user/anaconda3/lib/python3.7/site-packages (from orbitdeterminator==1.0) (3.1.1)
ERROR: Could not find a version that satisfies the requirement pykep (from orbitdeterminator==1.0) (from versions: none)
ERROR: No matching distribution found for pykep (from orbitdeterminator==1.0)
(base) Samuels-Mac-Pro:orbitdeterminator-webapp user$
It's not apparent to me how to fix this problem.
Please advise.
Sam Dupree.
The text was updated successfully, but these errors were encountered:
I am attempting to install orbitdeterminator-webapp on an iMacPro running Mac OS X Mojave (ver. 10.14.6) under the Anaconda distribution of python version 3.7.
The problem I'm running into is with installing pykep, as depicted in the messages below.
(base) Samuels-Mac-Pro:~ user$ git clone https://github.com/aerospaceresearch/orbitdeterminator-webapp
Cloning into 'orbitdeterminator-webapp'...
remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 74 (delta 12), reused 12 (delta 4), pack-reused 47
Unpacking objects: 100% (74/74), done.
(base) Samuels-Mac-Pro:~ user$ cd orbitdeterminator-webapp
(base) Samuels-Mac-Pro:orbitdeterminator-webapp user$ pip install git+https://github.com/aerospaceresearch/orbitdeterminator
Collecting git+https://github.com/aerospaceresearch/orbitdeterminator
Cloning https://github.com/aerospaceresearch/orbitdeterminator to /private/var/folders/65/7cxpqns144q6wx5lyb7zcyh80000gq/T/pip-req-build-hy_w1n8z
Running command git clone -q https://github.com/aerospaceresearch/orbitdeterminator /private/var/folders/65/7cxpqns144q6wx5lyb7zcyh80000gq/T/pip-req-build-hy_w1n8z
Requirement already satisfied: numpy in /Users/user/anaconda3/lib/python3.7/site-packages (from orbitdeterminator==1.0) (1.17.2)
Requirement already satisfied: scipy in /Users/user/anaconda3/lib/python3.7/site-packages (from orbitdeterminator==1.0) (1.3.1)
Requirement already satisfied: matplotlib in /Users/user/anaconda3/lib/python3.7/site-packages (from orbitdeterminator==1.0) (3.1.1)
ERROR: Could not find a version that satisfies the requirement pykep (from orbitdeterminator==1.0) (from versions: none)
ERROR: No matching distribution found for pykep (from orbitdeterminator==1.0)
(base) Samuels-Mac-Pro:orbitdeterminator-webapp user$
It's not apparent to me how to fix this problem.
Please advise.
Sam Dupree.
The text was updated successfully, but these errors were encountered: