Skip to content
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

Open
glyph opened this issue Sep 4, 2024 · 4 comments
Open

Comments

@glyph
Copy link
Contributor

glyph commented Sep 4, 2024

This appears to be similar to #412 .

An affected build can be found here: https://github.com/glyph/Pomodouroboros/releases/tag/0.4.6

@glyph
Copy link
Contributor Author

glyph commented Sep 4, 2024

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 :)

glyph added a commit to glyph/Pomodouroboros that referenced this issue Sep 4, 2024
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/.
@ajkessel
Copy link

Using py2app 0.28.8 and setuptools 70.3.0 I still get the error No module named 'jaraco.text'. Am I missing a workaround?

@glyph
Copy link
Contributor Author

glyph commented Oct 21, 2024

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.

@ajkessel
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants