-
Notifications
You must be signed in to change notification settings - Fork 138
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
gl-client #971
Comments
Maturin is a build system for Rust. Since you won't actually be building any Rust code on an Android device, there's no useful purpose in adding it to your app. Are you doing this because you actually want some other package? If so, please let me know which one. |
Indeed, I want to use the |
gl-client contains Rust code, so it would have to be built into a wheel file. If you'd like to try doing this yourself, the instructions are here. However, our package build tool doesn't currently have working support for Rust – see #1030 for details. Or maybe you could use something else instead of gl-client, but since I don't see any documentation explaining what this package is or what it's for, I can't advise you on that. If anyone else wants this package too, let us know by clicking the thumbs-up button above. |
Chaquopy version
14.0.2
Relevant parts of your build.gradle file
App-level build.gradle file:
Project-level build.gradle file:
Describe your issue
The build fails with
ModuleNotFoundError: No module named 'setuptools'
error, even though it appears that setuptools module is available with chaquopy package repository? I already tried it with different python versions, but the build fails with the same error.Build log:
The text was updated successfully, but these errors were encountered: