1

This is the screenshot of my environment: enter image description here

I'm trying to use pandas, however I got this error:

"Missing required dependencies {0}".format(missing_dependencies)) ImportError: Missing required dependencies ['numpy']

I've tried to install and uninstall pandas, as well as numpy. If someone could help, many thanks.

Sofia
  • 365
  • 3
  • 17
  • In Pycharm, when you go to `File -> Settings -> Project Interpreter`, do you see Pandas and Numpy in the list of packages? Also, try to copy/paste the error message rather than posting an image. It's easier for people who try to help you :) – Eskapp Dec 14 '18 at 19:14
  • yes, when i see the list of packages, i see pandas and numpy package. – Sofia Dec 17 '18 at 10:28
  • Could you indicate the versions of pandas and numpy you see? And add a screenshot of the package list in the Project Interpreted tab of the settings? – Eskapp Dec 17 '18 at 13:32
  • Pandas version:0.23.4 e numpy version:1.15.4 – Sofia Dec 17 '18 at 17:16
  • Also, try this: https://stackoverflow.com/questions/51087158/installing-numpy-with-pip-on-windows-10-for-python-3-7 – Eskapp Dec 17 '18 at 20:33
  • 1
    Thanks @Eskapp this worked for me. – Sofia Dec 19 '18 at 12:03

0 Answers0