windrose icon indicating copy to clipboard operation
windrose copied to clipboard

Running pytest using requirements-dev results in errors

Open jparta opened this issue 1 year ago • 1 comments

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

jparta avatar May 08 '23 08:05 jparta

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.

ocefpaf avatar Jun 12 '23 16:06 ocefpaf