I was getting the same error, solved by upgrading Numpy
pip uninstall numpy
----> run it 2-3 times until you see "numpy not found"
install the latest Numpy by simple pip
pip install numpy
2023-12-30 11:19:34
I was getting the same error, solved by upgrading Numpy
pip uninstall numpy
----> run it 2-3 times until you see "numpy not found"
install the latest Numpy by simple pip
pip install numpy