namheegordonkim / l2cds

https://sites.google.com/view/l2cds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Image Has Dependency Issues

umerhuzaifa opened this issue · comments

Hi Nam,

I have pulled the Docker image and cloned the repository as well. However, I am unable to run the toy_examples mentioned in their folder. (see attached image). Looks like the dependencies are not met in the Docker image. It could very well be something I am unaware of in my use of Docker but just wanted to bring up to make sure. :)
Screen Shot 2020-06-16 at 3 19 39 PM

Hi,

Could you try running the code outside the toy_examples directory, i.e.

python3 toy_examples/shapes_simulate.py

and see if it works?

Thanks.

I am still seeing the same error. Somehow the utils module is not seen.

Screen Shot 2020-06-17 at 5 26 48 PM

I think I figured it out. PYTHONPATH needs to know the parent directory 'l2cds'. Also, for displaying the results, PyQt5 package needs to be installed.