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

Not Running the cython package #1116

Closed
shyamukumawat opened this issue May 19, 2020 · 7 comments
Closed

Not Running the cython package #1116

shyamukumawat opened this issue May 19, 2020 · 7 comments
Labels

Comments

@shyamukumawat
Copy link

While Running the buildozer -v android debug command.
It giving the following logs and getting exit. Though cython is installed with latest version.

Could not fetch URL https://pypi.org/simple/cython/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/cython/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement Cython (from versions: none)
ERROR: No matching distribution found for Cython

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

STDERR:

Command failed: /home/pujari/Desktop/python/venv/bin/python -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/pujari/Desktop/python/pingpong/.buildozer/android/platform/build-armeabi-v7a" --ndk-api=21

@tshirtman
Copy link
Member

you might be missing libssl-dev, try to install it and then clean the distribution (rm -rf .buildozer) to build again.

@support
Copy link

support bot commented May 19, 2020

👋 @shyamukumawat, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

@support support bot closed this as completed May 19, 2020
@shyamukumawat
Copy link
Author

you might be missing libssl-dev, try to install it and then clean the distribution (rm -rf .buildozer) to build again.

I tried still getting the same error.

@AndreMiras
Copy link
Member

You need to share the entire log and also follow the other information normally included in the issue template. Without this there's no way to help or check if it's a bug

@GaspHard
Copy link

GaspHard commented May 23, 2020

I've got the same problem on mac OS (Mojave):

logs.txt

@GaspHard
Copy link

GaspHard commented May 23, 2020

"buildozer android clean" solved it. Thank you

EDIT: actually not, i fell back to the same error

@AndreMiras AndreMiras mentioned this issue Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants