-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error #2
Comments
In my experience this might be linked to GCC versions (most recent GCC versions have different defaults with respect to standards). @Mathijssch do you have an idea on this? |
Got the same error here! Waiting for the solution. |
Unfortunately, I haven't experienced this issue yet, so I'm not sure what could be the problem. I do agree that it seems like it's linked to your compiler version. My best guess at this point would be to try updating gcc as suggested in #3 (comment). |
See this issue. It clarifys why this happened. Your can simply upgrade your Pytorch, the error will dispear. |
Hi,Bermanmaxim,
I have setup the lib by "python setup.py install" and the run "python test_GPUpool.py", but finding some error when I run the code:
suppixpool_CUDA-0.0.0-py3.6-linux-x86_64.egg/suppixpool_CUDA.cpython-36m-x86_64-linux-gnu.so:
undefined symbol: _ZN2at5ErrorC1ENS_14SourceLocationENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
Could you please let me know if I have something missed? Thank you!
The text was updated successfully, but these errors were encountered: