MacOS setuptools issue for Briefcase 0.3.19 #1981
GeoArkadeep
started this conversation in
General
Replies: 1 comment
-
Thank you for letting us know; we have resolved this in Briefcase and the next release will include the fix. In the meantime, if you use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On using briefcase create on an existing project, I ran into an issue where the command failed due to build/appname/macos/app/app_packages.x86_64/setuptools/_distutils/_vendor/packaging-24.0.dist-info/WHEEL being reportedly missing.
After looking through the logs, it seems setuptools 74.0.0 was being installed/used.
I managed to workaround the issue by manually listing setuptools==65.5.0 in my pyproject.toml though my app does not have this dependency directly.
Perhaps something needs to be fixed somewhere? Posting this to help out in case someone else runs into this issue.
Beta Was this translation helpful? Give feedback.
All reactions