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

Issue while extracting the data #11

Closed dd292 closed 6 years ago

dd292 commented 6 years ago

Hey,

Thanks a lot for the data set.

I am having a issue, when I try to use the bagdump.sh it is giving an error File "/usr/local/lib/python2.7/dist-packages/pandas/compat/init.py", line 421, in raise ImportError('dateutil 2.5.0 is the minimum required version') ImportError: dateutil 2.5.0 is the minimum required version

Do you have any idea why this might be happening.

Thanks

sourav-roni commented 6 years ago

Hi, I added dateutil to be installed explicitly.

Here is the updated docker file: (Note : remove the .txt extension) :)

Dockerfile.txt

dd292 commented 6 years ago

Hey it worked thanks man.!