You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scvelo() ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/shijian/.cache/basilisk/1.2.1/velociraptor-1.0.0/env/lib/python3.7/site-packages/pandas/_libs/window/aggregations.cpython-37m-x86_64-linux-gnu.so)
#49
Open
shijianasdf opened this issue
Aug 19, 2021
· 4 comments
Error in py_module_import(module, convert = convert) : .linux/moby/250bf1aceecb7cd934586ba31bbbf95535a3daf1cdac6f972043a22c1b875333 -address /run/containerd/c
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/shijian/.cache/basilisk/1.2.1/velociraptor-1.0.0/env/lib/python3.7/site-packages/pandas/_libs/window/aggregations.cpython-37m-x86_64-linux-gnu.so)
Detailed traceback:
File "/home/software/R-4.0.3/lib64/R/library/reticulate/python/rpytools/loader.py", line 44, in _import_hook
level=level
File "/home/shijian/.cache/basilisk/1.2.1/velociraptor-1.0.0/env/lib/python3.7/site-packages/anndata/__init__.py", line 1, in<module>from ._core.anndata import AnnData, ImplicitModificationWarning
File "/home/software/R-4.0.3/lib64/R/library/reticulate/python/rpytools/loader.py", line 44, in _import_hook level=level
File "/home/shijian/.cache/basilisk/1.2.1/velociraptor-1.0.0/env/lib/python3.7/site-packages/anndata/_core/anndata.py", line 20, in<module>import pandas as pd
File "/home/software/R-4.0.3/lib64/R/library/reticulate/python/rpytools/loader.py", line 44, in _import_
The text was updated successfully, but these errors were encountered:
shijianasdf
changed the title
scvelo() ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/shijian/.cache/basilisk/1.2.1/velociraptor-1.0.0/env/lib/python3.7/site-packages/pandas/_libs/window/aggregations.cpython-37m-x86_64-linux-gnu.so)
scvelo() ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/shijian/.cache/basilisk/1.2.1/velociraptor-1.0.0/env/lib/python3.7/sit-packages/pandas/_libs/window/aggregations.cpython-37m-x86_64-linux-gnu.so)
Aug 19, 2021
shijianasdf
changed the title
scvelo() ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/shijian/.cache/basilisk/1.2.1/velociraptor-1.0.0/env/lib/python3.7/sit-packages/pandas/_libs/window/aggregations.cpython-37m-x86_64-linux-gnu.so)
scvelo() ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/shijian/.cache/basilisk/1.2.1/velociraptor-1.0.0/env/lib/python3.7/site-packages/pandas/_libs/window/aggregations.cpython-37m-x86_64-linux-gnu.so)
Aug 19, 2021
Error in py_module_import(module, convert = convert) :
ImportError: /lib64/libz.so.1: version `ZLIB_1.2.9' not found (required by /stornext/Home/data/allstaff/y/you.y/.cache/R/basilisk/1.4.0/velociraptor/1.2.0/env/lib/python3.7/site-packages/matplotlib/../../.././libpng16.so.16)
I have absolutely no idea. Dunno why it's fiddling with a system library, this should not happen from inside a conda environment.
Best guess is that the environment activation failed such that the LDPATH was not set properly, but then you should have seen a warning message along the lines of "environment activation failed" or something like that.
I run scvelo() following the demo:
and i get the following error:
The text was updated successfully, but these errors were encountered: