We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running into issues trying to get python installed through pyflow to work properly. (Linux Manjaro)
Error:
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)
The text was updated successfully, but these errors were encountered: