windrose
windrose copied to clipboard
Running pytest using requirements-dev results in errors
Is there a certain version of python that works?
I'm getting
AttributeError: module 'numpy' has no attribute 'float'.
And 25 failed tests.
Running
Python 3.11.3
pip 23.1.2
Is there a certain version of python that works?
Can you provide some into on your env? The numpy and windrose versions installed? Also the operation you are trying to do and the traceback?
I have numpy 1.24.3 and windrose 1.8.1, all tests passes and everything seems to work.