-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named python.lpo #3
Comments
pylab was the matploltib dependency that I forgot to remove. c719f09 should fix this. I also added a section in the readme on how to add the dataset directories so that they can be found in python. |
After following the instructions in the readme, this is what I see when I do
(repeated many times)
|
Thank you Ross, I forgot to mention the USE_PYTHON flag. |
I followed the instructions in the readme and compiled with -DUSE_PYTHON=2 , when I do bash eval_all.sh I get error: Traceback (most recent call last): hope you could help me. Thanks. |
I followed the install pipeline and no error. But at last when I run the command-''bash eval_all.sh', the console printed "ImportError: No module named pylab". Then I changed the eval_all.sh script file, all python3 to python. Though there wasn't previous error, the console printed a new error, "ImportError: No module named python.lpo". Now I had no idea and hope you could help me. Thanks.
The text was updated successfully, but these errors were encountered: