generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Getting ImportError: cannot import name 'splat'
with setuptools
75.0.0
#190
Comments
BTW, this is for PI version 0.10.0 which we're still stuck on due to this regression. |
As @mnonnenmacher found out, this seemingly is related to setuptools 75.0.0 adding |
sschuberth
changed the title
Getting
Getting Sep 20, 2024
ImportError: cannot import name 'splat'
with Python 3.11.9ImportError: cannot import name 'splat'
with setuptools
75.0.0
mnonnenmacher
added a commit
to oss-review-toolkit/ort
that referenced
this issue
Sep 20, 2024
Version 75.0.0 of setuptools adds a dependency on jaraco.collections [1] which causes the following error when running python-inspector [2]: ImportError: cannot import name 'splat' from 'jaraco.functools' [1]: https://setuptools.pypa.io/en/latest/history.html#v75-0-0 [2]: aboutcode-org/python-inspector#190 Signed-off-by: Martin Nonnenmacher <[email protected]>
sschuberth
pushed a commit
to oss-review-toolkit/ort
that referenced
this issue
Sep 20, 2024
Version 75.0.0 of setuptools adds a dependency on jaraco.collections [1] which causes the following error when running python-inspector [2]: ImportError: cannot import name 'splat' from 'jaraco.functools' [1]: https://setuptools.pypa.io/en/latest/history.html#v75-0-0 [2]: aboutcode-org/python-inspector#190 Signed-off-by: Martin Nonnenmacher <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We started to see this in ORT:
Is this a known issue with Python 3.11.9?
The text was updated successfully, but these errors were encountered: