superpixPool icon indicating copy to clipboard operation
superpixPool copied to clipboard

Error

Open RoyalVane opened this issue 7 years ago • 4 comments

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!

RoyalVane avatar Oct 04 '18 08:10 RoyalVane

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?

bermanmaxim avatar Oct 04 '18 08:10 bermanmaxim

Got the same error here! Waiting for the solution.

xidexia avatar Oct 16 '18 03:10 xidexia

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 https://github.com/bermanmaxim/superpixPool/issues/3#issuecomment-430113142.

Mathijssch avatar Oct 16 '18 07:10 Mathijssch

See this issue. It clarifys why this happened. Your can simply upgrade your Pytorch, the error will dispear.

idealwei avatar Nov 15 '18 03:11 idealwei