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'm getting an error when running "pip install oatomobile".
Here is my command prompt output:
C:\Users\david>pip install oatomobile --log oatlog.txt
Collecting oatomobile
Using cached oatomobile-0.1.0.tar.gz (62 kB)
Collecting absl-py==0.9.0
Using cached absl-py-0.9.0.tar.gz (104 kB)
Collecting gym==0.17.1
Using cached gym-0.17.1.tar.gz (1.6 MB)
Collecting pygame==1.9.6
Using cached pygame-1.9.6.tar.gz (3.2 MB)
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
C:\Users\david>pip list
Package Version
---------- -------
numpy 1.19.4
pip 20.2.4
pygame 2.0.0
setuptools 50.3.2
And attached is the logfile generated by the installation attempt.
The key error might be "ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output." But I'm not experienced with pip and don't know what this really means.
I'm getting an error when running "pip install oatomobile".
Here is my command prompt output:
And attached is the logfile generated by the installation attempt.
The key error might be "ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output." But I'm not experienced with pip and don't know what this really means.
oatlog.txt
The text was updated successfully, but these errors were encountered: