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
"ValueError: invalid literal for int" in pip_install #468
Comments
I think it's probably something to do with the difference between Can you also post your settings.gradle file and your top-level build.gradle file? I guess they're both in |
And do you have any idea why both of them might be appearing? For example, did you rearrange your directory structure at some point, and if so how? |
You directly spotted the root cause. When mating development and productive app I made some mistakes. Fixing the directory structure also fixed the problem and everything runs. Thank you very much for your help :-) |
That's great, thanks for letting me know. But to be honest, I'm still mystified about how this error is even possible. Could you explain specifically what was the mistake and how you fixed it, so I can help other users with the same problem? |
I can try but it's hard to reconstruct.
|
Thanks, I've reproduced the problem. It looks like Chaquopy has a bug when a project path includes a symlink. We'll fix this in the next update. |
This issue is fixed in Chaquopy 10.0.1. To upgrade, edit your app's top-level build.gradle file and change the version number of |
Chaquopy version
9.1.0
Relevant parts of your build.gradle file
Describe your issue
When building my app the task generateDebugPythonRequirements fails because of a problem in generated/python/bp.zip/chaquopy/pip_install.py
Strange thing is: I developed the lib using chaquopy before in a test app (everything worked). Now when mating with productive app this error occures.
complete build log:
The text was updated successfully, but these errors were encountered: