superpixPool icon indicating copy to clipboard operation
superpixPool copied to clipboard

Error?

Open xidexia opened this issue 7 years ago • 4 comments

I setup the lib by "python setup.py install" and then run "python test_GPUpool.py". And I got an error:

ImportError: /home/xidexia/anaconda3/lib/python3.6/site-packages/suppixpool_CUDA-0.0.0-py3.6-linux-x86_64.egg/suppixpool_CUDA.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaPopCallConfiguration

xidexia avatar Oct 16 '18 04:10 xidexia

make gcc(++) version on 5.4.0

lxtGH avatar Oct 16 '18 06:10 lxtGH

I setup the lib by "python setup.py install" and then run "python test_GPUpool.py". And I got an error:

ImportError: /home/xidexia/anaconda3/lib/python3.6/site-packages/suppixpool_CUDA-0.0.0-py3.6-linux-x86_64.egg/suppixpool_CUDA.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaPopCallConfiguration

See if .../site-packages/torch/utils/cpp_extensions.py has "define = '-D GLIBCXX_USE_CXX11_ABI=0'", if not, you need update your Pytorch

idealwei avatar Nov 02 '18 07:11 idealwei

make gcc(++) version on 5.4.0

在 RoIPooling.pytorch 和其他一些问题下也见过你啊,小哥你真是无处不在啊

idealwei avatar Nov 02 '18 07:11 idealwei

make gcc(++) version on 5.4.0

Can this build on windows? Thanks

cyskyvein avatar Aug 23 '21 01:08 cyskyvein