-
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
[Question] Pip SSL ? #2649
Comments
Hi @jhay06, Skipping SSL verification is something that should only be done as a last resort and is not supported directly via Instead, we can check why Can you post a full log? |
actually im getting the same error on buildozer python-for-android and kivy-ios toolchain.py WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. i already have both openssl1.1 and openssl3 and also i added it on PATH environment , but im still getting the same error , wil send the logs im getting with buildozer python4android |
okay got this working by cleaning homebrew packages and reinstall everything in homebrew arch x86_64 , |
Any way to skip SSL verification of pip from python for android ? pip from python4android packages has issue on newer macos monterey , even openssl exist both 1.1 and version 3.0.2
The text was updated successfully, but these errors were encountered: