OATML / oatomobile

A research framework for autonomous driving
https://sites.google.com/view/av-detect-recover-adapt
Apache License 2.0
192 stars 36 forks source link

Issue with oatomobile module installation #15

Open djminkus opened 3 years ago

djminkus commented 3 years ago

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.

oatlog.txt