Error importing pandas into Jupyter Notebook

Asked

Viewed 243 times

0

  • This is a bug that occurs when installing numpy 1.19.4 on machines running Windows independent of the Python 3.x 64bit version. Bug. The solution is suggested in the link. Hugs!

  • Moi, good morning! Meet the Anaconda? I think it will make your life easier. Hug!

1 answer

0


You installed Python recently, didn’t you? This is a compatibility error of version 1.19.4 of numpy with python3.9. What you need to do is a downgrade of your numpy.

Open a Windows prompt and type pip uninstall numpy afterward pip install numpy==1.19.3. If this error keeps happening it is likely that you have more than one numpy distribution in different folders.

  • Thanks @Flavio. I did the installation of pandas in a virtual environment, had not met me the version.

  • For some reason the updates released last week are giving several errors. Tensorflow tbm is giving problem with h5py and then came the one from numpy

  • @Moitripa, if the answer solved your problem, please accept it and mark as useful. Thank you

Browser other questions tagged

You are not signed in. Login or sign up in order to post.