Hello everyone. I am following the installation do...
# ieee-sscs-dc-24
e
Hello everyone. I am following the installation document using Docker on Fedora 40. When I run the test script test_glayout.py, I get the error: `AttributeError:
np.float_
was removed in the NumPy 2.0 release. Use
np.float64
instead.. Did you mean: 'float16'?`. I believe it has something to do with the NumPy version Conda installs. Appreciate any suggestions.
a
You have to install numpy<2, at least it should remove the problem
e
Ok I will try this, thank you for your help.
c
specifically numpy==1.23.5 has been tested to work properly
e
Thanks
s
Hello, I am also getting the same error how did you rectified it @Enes TURAN?