Docker Image Has Dependency Issues
umerhuzaifa opened this issue · 3 comments
umerhuzaifa commented
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. :)
namheegordonkim commented
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?
umerhuzaifa commented
umerhuzaifa commented
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.