-
Notifications
You must be signed in to change notification settings - Fork 22
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 of BaSiCPy fails in environment with recent version of setuptools #100
Comments
Hi, thanks @SilverViking for your comment! The main branch is now unmaintained, and we are now working on the |
Great news @yfukai! Looking forward to trying out the new version. Thanks a lot for your work. |
is there a beta release on PyPi or is it recommended to install from source on the |
Sorry we're a bit late but I expect it will come in a week on PyPi (hopefully!) |
We're sorry to be late, but now the beta |
In a virtual environment with setuptools >= 61.0.0 installation of BaSiCPy fails with an error. It does work with setuptools < 61.0.0 however. The problem was encountered on Windows, but should also occur on other platforms.
On Windows the problem can be reproduced as follows:
This results in the following error:
The error is due to a change first introduced in setuptools 61.0.0. In the environment created above, we automatically got setuptools 61.2.0.
To fix the problem, a (probably small) change to BaSiCPy's setup.py will be needed.
As a temporary workaround, one can install the package anyway by reverting to an older version of setuptools:
BaSiCPy installation then works:
The text was updated successfully, but these errors were encountered: