-
Notifications
You must be signed in to change notification settings - Fork 30
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
[BUG] installation of oxpy fails with setuptools==65.0.0 #137
Comments
Thanks for the report. Unfortunately, I cannot reproduce the bug by cloning a conda environment where oxpy can be successfully installed and then downgrading setuptools to version 65.0. Can you post the output of |
Apologies the version was not entirely correct. Package Version pip 24.2 the error first occurred on commit d527509 Today I also cannot reproduce the Bug on my M1 Mac by downgrading to 65.5.0 and rerunning make install, but I did have the same issue on Wednesday on my Mac. The python version is slightly different too. Its definitely mysterious to me and I am not entirely sure what the actual cause it. |
I'll close this one since we cannot seem to find a way to reproduce it reliably, but I have added a mention to this issue to the "known issues" list in the docs. |
reoccured when I tried to install a related project on my Mac. manually upgrading setuptools and rerunning
here is the output of pip freeze if you want to try reproducing is (keep in mind this might contain some packages not required by oxpy as it is an installation of oxpy for a related project) 2 things that might me noteworthy:
pip freeze
|
Thanks for the update. I still can't reproduce the issue, but will reopen the thread to see whether there are other people that have experienced it. |
Describe the bug
Installation of most recent oxpy version fails with setuptools v65.0
Here is the relevant output:
the date tag of the commit appears to be the cause.
upgrading to the latest version v75 of setuptools resolved the issue.
the same setup has worked a few weeks ago, so this might be caused by a recent misalignment with setuptools and setuptools-scm (which I believe handles versioning).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As far as I could tell oxpy requirements are set to setuptools>45
Desktop (please complete the following information):
Additional context
I cannot tell for sure which version causes the issue, as I dont have insight about the scm setup
A quick review of the setuptools changelog I found these:
Version 66.0.0:
Fixed an issue with setuptools_scm not appending date tags correctly.
Version 70.0.0:
Improved compatibility with setuptools_scm for versioning.
The text was updated successfully, but these errors were encountered: