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

Buildozer fails when building in offline mode #938

Closed
mcroni opened this issue Jul 20, 2019 · 1 comment
Closed

Buildozer fails when building in offline mode #938

mcroni opened this issue Jul 20, 2019 · 1 comment

Comments

@mcroni
Copy link
Contributor

mcroni commented Jul 20, 2019

Versions

  • Python: 3.6.8
  • OS: Ubuntu 18.04
  • Buildozer: (0.39)

Description

Seems buildozer doesn't work when you are not connected to the internet, I have already compiled an apk successfully (whilst online) I made a few changes to it and I try to recompile whilst offline, it didn't work

Command:

buildozer android debug

Logs

# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
#  -> found at /usr/bin/git
# Search for Cython (cython)
#  -> found at /home/mcroni/.local/bin/cython
# Search for Java compiler (javac)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
#  -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run '/usr/bin/python3 -m pip install -q --user \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\' \'pep517\' \'pytoml\' \'virtualenv\''
# Cwd None
 Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6ffd028cc0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/appdirs/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6ffd026390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/appdirs/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6ffd0264e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/appdirs/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6ffd0264a8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/appdirs/
@mcroni mcroni changed the title Buildozer fails when building of Buildozer fails when building in offline mode even after a first successful build Jul 20, 2019
@mcroni mcroni changed the title Buildozer fails when building in offline mode even after a first successful build Buildozer fails when building in offline mode Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants