0

I'm having a problem with pycharm packages, because they are installed. If I list them, they are installed. When I try to use pandas I get this error:

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

But the package is already installed.

1 Answer 1

0

Do you use Anaconda? Try PyCharm 2019.1 EAP build, the issue should be resolved there: PY-32366.

1
  • 1
    Thank you for the help, I solved my problem :)
    – Sofia
    Commented Feb 8, 2019 at 16:05

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .