ImportError: libcrypto.so.3: cannot open shared object file: No such file or directory
ImportError: libcrypto.so.3: cannot open shared object file: No such file or directory
Building wheel for pysam (pyproject.toml) ...
https://github.com/koijigen/question-and-answer/issues/1
======================
-
Check if the library exist with
find / -name libcrypto.so.3
if it exist apply thisexport LD_LIBRARY_PATH=/path/to/lib:$LD_LIBRARY_PATH
( with the good path ) -
Install the libssl3 package
sudo apt-get install libssl3-dev
-
If that still dont work you can also simply trying reinstalling the library
找到这个文件,复制。
cp /home/software/anaconda3/envs/tf115v2/lib/libcrypto.so.3 /home/software/anaconda3/envs/tf115/lib/libcrypto.so.3