-
Notifications
You must be signed in to change notification settings - Fork 123
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
undefined symbol: _Py_Dealloc #22
Comments
i meet the same problem too! |
you could run make.sh in the roi_align folder. Then, the problem is solved. |
If I run make.sh then I get this error: |
another error written above in the logs is:
|
Hi, i met the same problem. Have you solved it? |
Unfortunately, No |
excuse me, have you solved the problem? |
Ubuntu 18.04. The
The whole code must be built for python2.7, but sometimes the command |
A post in this issue helped me. Before
You might also want to uncomment line 7 (but this might not be necessary): After you've edited the shell script, you can do |
I just want to run this on new images to see the results. I am using the evaluation section and getting this error:
ImportError: /home/nk/NeuralBabyTalk/pooling/roi_align/_ext/roi_align/_roi_align.so: undefined symbol: _Py_Dealloc
The text was updated successfully, but these errors were encountered: