phy icon indicating copy to clipboard operation
phy copied to clipboard

Numpy version < 1.20?

Open BEGINRX opened this issue 1 year ago • 0 comments

I met a problem like this:

...\phy\plot\gloo\variable.py.line86.in<module>
    g.GL BOOL:(1.g.GL BOOL,np.bool)
...
AttributeError: module 'numpy' has no attribute 'bool'

Maybe the numpy version should be limited <1.20?

BEGINRX avatar Sep 25 '24 05:09 BEGINRX