0
点赞
收藏
分享

微信扫一扫

ImportError: libcrypto.so.3: cannot open shared object file: No such file or directory

松鼠树屋 2023-11-08 阅读 46

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



举报

相关推荐

0 条评论