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
import kivy
kivy.require('1.11.1')
from kivy.app import App
from kivy.uix.label import Label
class MyApp(App):
def build(self):
return Label(text='Hello world')
if __name__ == '__main__':
MyApp().run()
Logs
Could not build the ssl module!
Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_PARAM_set1_host().
LibreSSL 2.6.4 and earlier do not provide the necessary APIs, https://github.com/libressl-portable/portable/issues/381
running build_scripts
creating build/scripts-3.7
error: file '/usr/local/lib/python3.7/config-3.7m-x86_64-linux-gnu/Tools/scripts/pydoc3' does not exist
Makefile:618: recipe for target 'sharedmods' failed
make: *** [sharedmods] Error 1
STDERR:
# Command failed: /home/brent/tmp/bd_test/podium-venv/bin/python3.7 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/brent/tmp/bd_test/.buildozer/android/platform/build-armeabi-v7a" --ndk-api=21
# ENVIRONMENT:
The text was updated successfully, but these errors were encountered:
Versions
Description
Freshly created buildozer.spec (via buildozer init) with a helloworld main.py fails to build openssl
Spec file:
Test program
Logs
The text was updated successfully, but these errors were encountered: