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

======================
  1. Check if the library exist with find / -name libcrypto.so.3 if it exist apply this export LD_LIBRARY_PATH=/path/to/lib:$LD_LIBRARY_PATH ( with the good path )

  2. Install the libssl3 package sudo apt-get install libssl3-dev

  3. 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

posted @ 2023-10-17 22:59  emanlee  阅读(685)  评论(0编辑  收藏  举报