Closed nipnipj closed 1 year ago
Actually, this file exists, but it seems to be an issue with conda not finding it.
# ls -alh /usr/lib/x86_64-linux-gnu/libstdc++.so.6
lrwxrwxrwx 1 root root 19 May 29 2021 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libstdc++.so.6.0.28
It was working fine 3 to 5 days back.
downgrading to the version used by python kernels is one solution.
Another error appears:
*** caught segfault *** 256 address 0x2a, cause 'memory not mapped'
It was working fine 3 to 5 days back.
So you could use a previous version of the environment by forking an old notebook
downgrading to the version used by python kernels is one solution.
Downgrading the version of what?
scikit-learn==1.0.2
scipy==1.7.3
reticulate::import("sklearn.mixture") results in the following error.