When I try to import keras or import tensorflow I get this error “AttributeError: np.complex_ was removed in the NumPy 2.0 release. Use np.complex128 instead.” I tried changing the numpy version several times and similar solutions, but they all do not work or break something else. Sometimes it works though strangely but that’s not good […]