Hi,
I am running into a trouble for "libstdc++.so.6: version `GLIBCXX_3.4.22' not found" issue.
I was trying to run python sklearn in R cloud. sklearn was successfully installed, but when I was trying to run:
"
import numpy as np
import matplotlib.pyplot as plt
from sklearn.datasets import make_blobs
from sklearn.discriminant_analysis import LinearDiscriminantAnalysis
I got the error message:
"ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /home/rstudio-user/.local/share/r-miniconda/envs/py3.8/lib/python3.8/site-packages/scipy/fft/_pocketfft/pypocketfft.cpython-38-x86_64-linux-gnu.so)"
It seems that "libstdc++.so.6: version `GLIBCXX_3.4.22'" not found... does anyone know how should I solve this problem?
The project url is:
https://rstudio.cloud/project/1206602
Thanks,
Li