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 @   emanlee  阅读(951)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 因为Apifox不支持离线,我果断选择了Apipost!
· 通过 API 将Deepseek响应流式内容输出到前端
历史上的今天:
2015-10-17 Linux运行变量中的命名脚本
2015-10-17 Linux 在一个命令行上执行多个命令
2012-10-17 matlab当前目录下的相对路径
2009-10-17 JavaScript: Checkbox onChange event is differently processed by IE and FF
2008-10-17 How to grant permissions to a custom assembly that is referenced in a report in Reporting Services
点击右上角即可分享
微信分享提示