-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
numpy/opencv fails with latest p4a at runtime (import) #1678
Comments
In the requirements of your |
numpy/opencv fails with latest p4a at runtime (import) kivy#1678
@AndreMiras thanks for the hint. When compiling with the python3 requirement the build fails at compiling pyjnius:
I have cython 0.28.2 and tried with python3.5 and 3.7 |
the problem was an old system-wide version of cython that interfered with the version installed in the virtualenv i was using, updating to cython 0.29 did the job |
* update to add dependency on python3 to opencv recipe numpy/opencv fails with latest p4a at runtime (import) #1678 * Further recipe changes for python3 #1514 * Update __init__.py Removed unnecessary hostpython* * Update __init__.py Removed unnecessary hostpython* * Update __init__.py Removed unnecessary python* * Update __init__.py Removed unnecessary python* * Update __init__.py Removed conflicts because it was wrong * Update __init__.py
I was very happy to read that the opencv recipe was updated to version 4.0.1 and the build runs fine with python3, numpy and opencv, but when starting the app on android it gives the following error in logcat:
I ran the build with the master of buildozer and p4a (0c4cd1d) and python 3.5
the requirements in buildozer.spec:
the rest was untouched after buildozer init
in the main.py it fails at:
I tried that on a device runnning Android 7.0 and another one with Android 5.1.1 with the same results
The text was updated successfully, but these errors were encountered: