-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
ImportError for ssl #934
Comments
I found a solution: |
Is this broken in master? Would you like to make a PR to apply your fix? |
It appears so; I will push my changes to my fork and then create a PR |
@Polynomdivision do you have the same traceback as in #850 ? |
If I remember correctly (because I deleted everything after I fixed this issue for myself), then it was not an issue with loading libraries. It was just that |
When I try to import ssl using a simple import statement, e.g.
import ssl
, I get the error thrown that_ssl
could not be found. Even when I addopenssl
to the requirements, the import error's still there.I also tried changing the recipe for hostpython2 (In order to compile with SSL and crypto), but I get errors during the compiling process (Undefined references).
I'm wondering if that's an error of the recipe or a mistake I made
The text was updated successfully, but these errors were encountered: