Is there any way to use a local dependency when running on Android? #2274
Replies: 1 comment 1 reply
-
You can specify file paths to local packages or wheels in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the problem or limitation you are having?
I have a python library that I've forked with local changes. Is there any way to put that in the APK, or am I going to have to push it to PYPI?
Describe the solution you'd like
Would be nice if local modules could be used.
Describe alternatives you've considered
Pushing forked package to PYPI
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions