I did the same as you. Uninstalled pandas and numpy, and then reinstalled numpy in the 1.19.3 version. Ran my code, and got the same error.
@ChartExplorers4 жыл бұрын
When did you first start getting this error? Can you give me some of the background information? This might help me troubleshoot the problem. Do you get the error when importing pandas or another library? If there are other libraries that use Numpy as a dependency you may have to uninstall that first. What I would suggest is creating a brand new virtual environment kzbin.info/www/bejne/j3LFk6Rqisinbsk and then only install Numpy and check if that works. Let me know what you find out.
@darecare994 жыл бұрын
@@ChartExplorers Thank you, I just needed to change the settings in PyCharm
@ChartExplorers4 жыл бұрын
@@darecare99 Good problem solving! I'm glad you figured it out.
@Dwarf_Software4 жыл бұрын
@@darecare99 I have the same problem but in sublime3 and spyder4. how did you fix it?