Installation failures causes by setuptools 78 #9157
Closed
edgarrmondragon
started this conversation in
General
Replies: 2 comments
-
|
I made a PR to try and fix this upstream in the package that is most likely to affect plugin installation singer-io/singer-python#170. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is now resolved: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
For some legacy plugins, mostly those based on https://github.com/singer-io/singer-python, users may start getting an installation error on Python 3.12+:
This is caused by a breaking change introduced by setuptools 78:
In the meantime, the easiest workaround for this is
create a constraints file
configure Meltano to use the
uvbuild backend if you haven't alreadyset this env var in your shell, or add it to your project's
.envBeta Was this translation helpful? Give feedback.
All reactions