I have been running a particular python script for some time. All of the script had been running perfectly fine (including in Jupyter) for many months before this. Now, some
To solve this problem, just upgrade the numpy library using this following command :
numpy
conda install numpy if you are using anaconda
conda install numpy
anaconda
or
pip install -U numpy if not
pip install -U numpy