Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyflow python not linking to correct openssl #165

Open
nikhilmitrax opened this issue Jan 26, 2022 · 0 comments
Open

Pyflow python not linking to correct openssl #165

nikhilmitrax opened this issue Jan 26, 2022 · 0 comments

Comments

@nikhilmitrax
Copy link

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,

  1. pyflow new <whatever>
  2. pyflow python
  3. 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)

@nikhilmitrax nikhilmitrax changed the title Pyflow python not linking to openssl Pyflow python not linking to correct openssl Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant