-
Notifications
You must be signed in to change notification settings - Fork 10
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
robustats fails to install #18
Comments
Hey. The error that you get it related to the |
@FilippoBovo I am getting the same issue :
What are the required actions or necessary changes to make this package work with NumPy > v1.23? |
We're going to have to remove this library from our code owing to this incompatibility - is there any chance it might yet get fixed please? |
Hey, @tmct. I'm unable to keep this library updated. If you need it for your projects, I suggest you to fork the library and maintain your fork. |
That's no problem at all - we've replaced our usage of the library with our own weighted median that looks a lot like these. Thanks anyway. |
pip install gives the error
ImportError: cannot import name 'Log' from 'distutils.log' (/tmp/pip-build-env-hd80agp5/overlay/lib/python3.11/site-packages/setuptools/_distutils/log.py)
reproduce this by:
docker run -it python bash
pip install robustats
Full log in reproduce_pip_install_error.txt
This is probably related to pypa/setuptools#3693
The text was updated successfully, but these errors were encountered: