-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: deepmind_lab.so: undefined symbol: PyString_Type error occurred when I was running DeepMind Lab #227
Comments
Hm, that does look a bit like a Python version confusion. Could you try the |
Hm... this may be something rather silly, like bazel just using Or, very simply, you can just run the program directly, not with bazel, after you built it:
Otherwise maybe try this idea: bazelbuild/bazel#4815 (comment) |
Hello, thank you very much. I have solved this problem.It's all about numpy configuration.There's a solution to both of these #142 #223 |
Ah, very good, I'm glad! |
My configuration environment is ubuntu16.04 PY3.6 bazel as the latest version
The text was updated successfully, but these errors were encountered: