-
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
Add libssl as host installation requirement #2178
Comments
Yes you're right. Would you mind to make a PR to solve this?
Maybe you have other options in mind |
Hey -> thanks -> I actually would have preferred option number 3, however, coming from Sorry for the rant, but as a result, I would probably think that option number 1 would be probably less to maintain -> hence would updating the following pages be enough? |
Yes we can complain as much as we want specially if we provide PR to improve things up. |
I have also same problem .. |
How can I install libssl |
Like should I write libssl-dev in my requirments or should I install it separately |
Installed ssl
But a manual import of ssl works:
any ideas? |
Got it. |
Without this, the host python built by p4a doesn't have the ssl module and the pip using it falls over trying to download from https URLs. See kivy/python-for-android#2178.
Without this, the host python built by p4a doesn't have the ssl module and the pip using it falls over trying to download from https URLs. See kivy/python-for-android#2178.
Versions
Description
Need to install
libssl-dev
on host prior to building hostpython in order for hostpython to supportimport ssl
and allow pip to download packages from pypi.org that use https://Host setup requirements for pythonforandroid and buildozer need to be updated to reflect this.
Build error
urllib3.exceptions.SSLError: Can't connect to HTTPS URL because the SSL module is not available.
The text was updated successfully, but these errors were encountered: