You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried to build using docker. go the following error
Copying /home/kivy/src/kolibri/dist/libpasteurize/fixes
Traceback (most recent call last):
File "/usr/local/bin/pew", line 11, in
load_entry_point('pyeverywhere', 'console_scripts', 'pew')()
File "/src/pyeverywhere/src/pew/cli/tool.py", line 344, in main
sys.exit(args.func(args))
File "/src/pyeverywhere/src/pew/cli/tool.py", line 232, in build
return controller.build(settings)
File "/src/pyeverywhere/src/pew/controllers/android.py", line 191, in build
return self.run_command(cmd)
AttributeError: AndroidBuildController instance has no attribute 'run_command'
Makefile:28: recipe for target 'Kolibri%.apk' failed
make: *** [Kolibri%.apk] Error 1
Coping APK
From android_container:/home/kivy/dist/ to /home/jhorel/kolibri-installer-android
Error: No such container:path: android_container:/home/kivy/dist/
The text was updated successfully, but these errors were encountered:
tried to build using docker. go the following error
Copying /home/kivy/src/kolibri/dist/libpasteurize/fixes
Traceback (most recent call last):
File "/usr/local/bin/pew", line 11, in
load_entry_point('pyeverywhere', 'console_scripts', 'pew')()
File "/src/pyeverywhere/src/pew/cli/tool.py", line 344, in main
sys.exit(args.func(args))
File "/src/pyeverywhere/src/pew/cli/tool.py", line 232, in build
return controller.build(settings)
File "/src/pyeverywhere/src/pew/controllers/android.py", line 191, in build
return self.run_command(cmd)
AttributeError: AndroidBuildController instance has no attribute 'run_command'
Makefile:28: recipe for target 'Kolibri%.apk' failed
make: *** [Kolibri%.apk] Error 1
Coping APK
From android_container:/home/kivy/dist/ to /home/jhorel/kolibri-installer-android
Error: No such container:path: android_container:/home/kivy/dist/
The text was updated successfully, but these errors were encountered: