-
Notifications
You must be signed in to change notification settings - Fork 37
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
app fails to launch with ModuleNotFoundError: No module named 'jaraco.text'
#533
Comments
Looks like it's another setuptools incompatibility and it can be addressed by downgrading to 70.3.0. I was trying to be clever after mitigating #531 by upgrading as far as possible without getting to the "bad" version of 71+ but I should have stuck with the version suggested by others on that issue :) |
This commit was sponsored by Moshez, Mahmoud Hashemi, Hynek, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/.
Using py2app 0.28.8 and setuptools 70.3.0 I still get the error |
Hmm. Reviewing my build configuration, I don't see any other workarounds. Are you sure you've got that version of setuptools installed? Given the core nature of the dependency (i.e., pip needs it) you may need to separately, manually install it. |
Oh, you're right. Somehow setuptools got upgraded after I downgraded it. I pushed it back again and I am now able to build with 70.3.0. |
This appears to be similar to #412 .
An affected build can be found here: https://github.com/glyph/Pomodouroboros/releases/tag/0.4.6
The text was updated successfully, but these errors were encountered: