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

发布时间 2023-10-17 23:04:21作者: emanlee
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

 

找到这个文件,复制。