Closed SilverViking closed 1 year ago
Hi, thanks @SilverViking for your comment! The main branch is now unmaintained, and we are now working on the dev
branch. The beta version will appear in PyPi in a couple of days. Please be patient until it becomes available!
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 dev
branch?
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 1.0.1
version is on PyPi! We welcome any feedback for the beta version.
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: