-
Notifications
You must be signed in to change notification settings - Fork 136
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
How can i add the rpds-py into app? #1192
Comments
This particular error is fixed in the current version of Chaquopy -- change the version of However, rpds-py still fails to install because it depends on Rust (#1030). You can work around this by using the minimum version of jsonschema:
Some later versions will probably also work -- I don't know exactly when they added the rpds-py requirement. |
Thank you ,I tried the second , it still has same error , options like this: |
You should upgrade Chaquopy regardless, because the current version has many fixes in this area. |
I have the same problem. My chaquopy version: jsonschema==2.6 |
@Yemaoxin: Please post:
|
Originally posted by @Yemaoxin in #1193
python3.8 ./build-wheel.py --python 3.8 --abi x86_64 rpds-py When I want to build notebook in Chaquopy, it stop at install rpds-py. |
rpds-py can't currently be built as a whl either, because it depends on Rust (#1030). But it should be possible to avoid the rpds-py dependency by installing If that still doesn't work, please post the things I mentioned in my previous comment. |
My Status
Android Studio 3.6.2 , Python 3.8.2 , Gradle 5.6.4-all
classpath 'com.android.tools.build:gradle:3.6.1'
classpath "com.chaquo.python:gradle:10.0.1"
The app will runs on the phone with armeabi-v7a ,
Error:
How can i do?
The text was updated successfully, but these errors were encountered: