Created
April 19, 2020 12:41
-
-
Save zurgeg/bf15c7286159cef2c5cc2da3c474e6ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO]: The requirements (certifi, scikit-learn) don't have recipes, attempting to install them with pip | |
[INFO]: If this fails, it may mean that the module has compiled components and needs a recipe. | |
[INFO]: -> directory context /content/.buildozer/android/platform/build-armeabi-v7a/build | |
[INFO]: -> running virtualenv --python=python3 ...(and 56 more) | |
Exception in thread background thread for pid 82832: | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner | |
self.run() | |
File "/usr/lib/python3.6/threading.py", line 864, in run | |
self._target(*self._args, **self._kwargs) | |
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 1540, in wrap | |
fn(*args, **kwargs) | |
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 2459, in background_thread | |
handle_exit_code(exit_code) | |
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 2157, in fn | |
return self.command.handle_command_exit_code(exit_code) | |
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 815, in handle_command_exit_code | |
raise exc | |
sh.ErrorReturnCode_1: | |
RAN: /usr/local/bin/virtualenv --python=python3 venv | |
STDOUT: | |
Traceback (most recent call last): | |
File "/usr/local/bin/virtualenv", line 5, in <module> | |
from virtualenv.__main__ import run_with_catch | |
ModuleNotFoundError: No module named 'virtualenv.__main__'; 'virtualenv' is not a package | |
STDERR: | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/content/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1199, in <module> | |
main() | |
File "/content/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py", line 18, in main | |
ToolchainCL() | |
File "/content/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 671, in __init__ | |
getattr(self, args.subparser_name.replace('-', '_'))(args) | |
File "/content/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 155, in wrapper_func | |
build_dist_from_args(ctx, dist, args) | |
File "/content/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 209, in build_dist_from_args | |
args, "ignore_setup_py", False | |
File "/content/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 605, in build_recipes | |
ignore_setup_py=ignore_project_setup_py | |
File "/content/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 782, in run_pymodules_install | |
'venv' | |
File "/content/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 180, in shprint | |
for line in output: | |
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 863, in next | |
self.wait() | |
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 792, in wait | |
self.handle_command_exit_code(exit_code) | |
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 815, in handle_command_exit_code | |
raise exc | |
sh.ErrorReturnCode_1: | |
RAN: /usr/local/bin/virtualenv --python=python3 venv | |
STDOUT: | |
Traceback (most recent call last): | |
File "/usr/local/bin/virtualenv", line 5, in <module> | |
from virtualenv.__main__ import run_with_catch | |
ModuleNotFoundError: No module named 'virtualenv.__main__'; 'virtualenv' is not a package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment