-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Remove test command #4458
Remove test command #4458
Conversation
f85d11c
to
fb6c826
Compare
fb6c826
to
6404823
Compare
e1311d9
to
c405ac1
Compare
It seems some packages fail to build because of this change.
|
The installation of the autobahn package also failed. Here is the error message:
|
|
|
|
I encountered the same issue with
|
I have to temporarily use an older version of setuptools.
|
These are broken by the the new version of `setuptools`... https://setuptools.pypa.io/en/stable/history.html#v72-0-0 * pypa/setuptools#931 * pypa/setuptools#4458
UPDATEPinning The universal solution is to define PIP_CONSTRAINT like in the answer below, because this constraint will also apply to the isolated build environment. Another workarounds that may or may not work for you include:
|
I wish that'd work, but on python3.12, pinning pip that low makes it error with AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter' |
Solution/workaround is there : #4519 If using docker and PIP or poetry, do the following : RUN echo "setuptools<72" > constraints.txt If not, well, create a file Remove the fix once the upstream packages are updated |
Summary of changes
Closes #931.
Pull Request Checklist
newsfragments/
.(See documentation for details)