rwightman / udacity-driving-reader

Quick docker based reader for udacity rosbag self-driving dataset. Dumps to png/jpg + csv or Tensorflow examples.
Apache License 2.0
162 stars 64 forks source link

Error in ./build.sh #24

Open Geradmz opened 3 years ago

Geradmz commented 3 years ago

Hello, I'm getting the next error while trying to run sudo ./build.sh:

Screenshot from 2021-03-10 11-44-41

I don't know why this is happening since I'm using python 3.6.9 and already removed the 2.7 version.

Please help!

LorenzoLamberti94 commented 3 years ago

same here

WhoAmI-kai commented 3 years ago

Modify the Dockerfile file in the folder. Amend the the https://bootstrap.pypa.io/get-pip.py to https://bootstrap.pypa.io/pip/2.7/get-pip.py. Then you can solve the problem.

Yingxiu-Chang commented 2 years ago

Thank you @WhoAmI-kai , it was really helpful.

chatterbox commented 2 years ago

@WhoAmI-kai, huge help, much appreciated.