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
I have used libzbar in my App, I can build the apk successful with buildozer 1.4.0.
but when I used buildozer 1.5.0 to buil1 the apk, It can not find the recipe of libzbar. It uses pip to install libzbar.
libzbar can not be instal1ed with pip, so it fails.
I want to know why does it happen and how to solve it.
[DEBUG]: All possible dists: []
[DEBUG]: Dist matching name and arch: []
[DEBUG]: Dist matching ndk_api and recipe: []
[INFO]: No existing dists meet the given requirements!
[INFO]: No dist exists that meets your requirements, so one will be built.
[INFO]: Found a single valid recipe set: ['\\ncamera4kivy', '\\ncertifi', '\\ngestures4kivy', '\\nkivy', '\\nkivymd', '\\nlibzbar', '\\nmysql_connector', '\\nopenssl', '\\npillow', '\\npyzbar', '\\nsentry-sdk', '\\nsqlite3', '\\nurllib3', 'hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android']
[INFO]: The selected bootstrap is sdl2
[INFO]: # Creating dist with sdl2 bootstrap
[INFO]: Dist will have name WICO and requirements (python3,
kivy,
KivyMD,
pillow,
sqlite3,
certifi,
openssl,
pyzbar,
libzbar,
mysql_connector,
camera4kivy,
gestures4kivy,
sentry-sdk,
urllib3)
[INFO]: Dist contains the following requirements as recipes: ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android']
[INFO]: Dist will also contain modules (
sqlite3,
sentry-sdk,
libzbar,
camera4kivy,
urllib3,
gestures4kivy,
pillow,
kivy,
pyzbar,
mysql_connector,
certifi,
kivymd,
openssl) installed from pip
[INFO]: Dist will be build in mode debug
[INFO]: -> directory context /home/runner/work/wico/wico/wico/.buildozer/android/platform/build-arm64-v8a/build/bootstrap_builds/sdl2
[INFO]: <- directory context /home/runner/work/wico/wico/wico/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/runner/work/wico/wico/wico/.buildozer/android/platform/build-arm64-v8a/dists/WICO
[INFO]: Recipe build order is ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android']
[INFO]: The requirements (
camera4kivy,
certifi,
gestures4kivy,
kivy,
kivymd,
libzbar,
mysql_connector,
openssl,
pillow,
pyzbar,
sentry-sdk,
sqlite3,
urllib3) were not found as recipes, they will be installed with pip.
The text was updated successfully, but these errors were encountered:
👋 @102757017, 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.
Versions
I have used libzbar in my App, I can build the apk successful with buildozer 1.4.0.
but when I used buildozer 1.5.0 to buil1 the apk, It can not find the recipe of libzbar. It uses pip to install libzbar.
libzbar can not be instal1ed with pip, so it fails.
I want to know why does it happen and how to solve it.
Logs
[DEBUG]: All possible dists: []
[DEBUG]: Dist matching name and arch: []
[DEBUG]: Dist matching ndk_api and recipe: []
[INFO]: No existing dists meet the given requirements!
[INFO]: No dist exists that meets your requirements, so one will be built.
[INFO]: Found a single valid recipe set: ['\\ncamera4kivy', '\\ncertifi', '\\ngestures4kivy', '\\nkivy', '\\nkivymd', '\\nlibzbar', '\\nmysql_connector', '\\nopenssl', '\\npillow', '\\npyzbar', '\\nsentry-sdk', '\\nsqlite3', '\\nurllib3', 'hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android']
[INFO]: The selected bootstrap is sdl2
[INFO]: # Creating dist with sdl2 bootstrap
[INFO]: Dist will have name WICO and requirements (python3,
kivy,
KivyMD,
pillow,
sqlite3,
certifi,
openssl,
pyzbar,
libzbar,
mysql_connector,
camera4kivy,
gestures4kivy,
sentry-sdk,
urllib3)
[INFO]: Dist contains the following requirements as recipes: ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android']
[INFO]: Dist will also contain modules (
sqlite3,
sentry-sdk,
libzbar,
camera4kivy,
urllib3,
gestures4kivy,
pillow,
kivy,
pyzbar,
mysql_connector,
certifi,
kivymd,
openssl) installed from pip
[INFO]: Dist will be build in mode debug
[INFO]: -> directory context /home/runner/work/wico/wico/wico/.buildozer/android/platform/build-arm64-v8a/build/bootstrap_builds/sdl2
[INFO]: <- directory context /home/runner/work/wico/wico/wico/.buildozer/android/platform/python-for-android
[DEBUG]: Create directory /home/runner/work/wico/wico/wico/.buildozer/android/platform/build-arm64-v8a/dists/WICO
[INFO]: Recipe build order is ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android']
[INFO]: The requirements (
camera4kivy,
certifi,
gestures4kivy,
kivy,
kivymd,
libzbar,
mysql_connector,
openssl,
pillow,
pyzbar,
sentry-sdk,
sqlite3,
urllib3) were not found as recipes, they will be installed with pip.
The text was updated successfully, but these errors were encountered: