Pyflow python not linking to correct openssl
nikhilmitrax opened this issue · 0 comments
nikhilmitrax commented
I'm running into issues trying to get python installed through pyflow to work properly. (Linux Manjaro)
Error:
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/nikhil/.local/share/pyflow/python-3.9.0/lib/python3.9/ssl.py", line 98, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: libssl.so.1.0.0: cannot open shared object file: No such file or directory
steps to reproduce,
pyflow new <whatever>
pyflow python
import ssl
Side Note: libssl 1.0.0 reached EOL 6 years ago, so not sure why it's linking to that. (seems quite unsafe)