-
Notifications
You must be signed in to change notification settings - Fork 139
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
Restore extractPackages
setting
#754
Comments
Hi, what's the status of this issue? i need it exactly for the PyTorch hubconf.py files part 😅 |
We'll fix this issue in the next version of Chaquopy. Meanwhile, you can extract your hubconf.py file using the technique shown at #501 (comment). |
what if we want to extract only 1 file? the old way seems doesn't work anymore in the latest version |
You should still be able to use the technique linked above to extract as many or as few files as you want. Or you can use If something doesn't work, please give details. |
this is the error if i update the version to 14.0.2. it doesn't happen in 13.0.0
|
Please post the full stack trace, and the relevant sections of your code. |
Actually, this is probably related to #820. Make sure you're using the |
See discussion at beeware/toga#1687 (comment), including the need to preserve .py files.
Things that this would be useful for:
Only
extract_dir
needs to check the setting: the actual import mechanism probably doesn't need to change.The text was updated successfully, but these errors were encountered: