SeungjunNah/DeepDeblur-PyTorch

Libstdc++.so.6: version `GLIBCXX_3.4.22' not found

Kamin90 opened this issue · 1 comments

I have tried to run the code on my own dataset. While training the code, I got this error:
from . import pypocketfft as pfft
ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /home/KB/anaconda3/lib/python3.7/site-packages/scipy/fft/_pocketfft/pypocketfft.cpython-37m-x86_64-linux-gnu.so)

I have installed latest GCC using conda install -c conda-forge gcc=12.1.0, but the error still persists.

It looks like an issue of your conda environment.
Please verify you can import scipy independently from running this repo code.