duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
45 stars 16 forks source link

Package import errors on conda #186

Closed fmubaidien closed 4 years ago

fmubaidien commented 4 years ago

I am running on windows 10, I have downloaded all the requirements, the ./manual works but I am having an issue running any of the codes due to the fact that annaconda doesn't seem to recognize the packages in the files without them being in the same folder as the python file

C:\gym-duckietown\learning\imitation\tensorflow>python train_imitation.py

File "train_imitation.py", line 85, in _train(args) File "train_imitation.py", line 18, in _train env = launch_env() File "C:\gym-duckietown\learning\imitation\tensorflow\utils\env.py", line 8, in launch_env from gym_duckietown.simulator import Simulator File "C:\gym-duckietown\learning\imitation\tensorflow\gym_duckietown\simulator.py", line 8, in import geometry ModuleNotFoundError: No module named 'geometry'

bhairavmehta95 commented 4 years ago

You'll need to install pygeometry (from the README)