-
Notifications
You must be signed in to change notification settings - Fork 25
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
Installation fails with setuptools>=75.0.0 #34
Comments
Thanks! |
I'm using
UPDATE |
The wheel update didn't fix it for me on M3 mac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Even though this repo doesn't seem active any more, I'll put this out here in case anyone else has an issue installing this package.
Problem description
Cannot install
pyinterval
with setuptools>=75.0.0 due to major changes in setuptools.Crlibm, which is a direct dependency of
pyinterval
fails to install due to the changes in setuptools (specific error below)My speccs
Tested with: Python 3.10, 3.11
The same error occurs in a Github runner on Ubuntu 22.04.5 LTS with Python 3.10
Installation failure shell output
Looking at crlibm's setup.py, it shows the failing import.
I haven't looked into why setuptools removed this but it definitely makes this part fail. Their changelog states the removal in v75.0.0, which refers to this commit
Workaround
Use setuptools<=74.1.3
The text was updated successfully, but these errors were encountered: