oliverpjon
oliverpjon

Reputation: 1

Pandas / numpy are installed but cannot import. Have tried everything

I have uninstalled and re-installed numpy and pandas using pip (see photo) but in pycharm, they cannot be imported - "No module"

cmd pycharm output

your help would be much appreciated

Upvotes: 0

Views: 58

Answers (1)

Dayne Fradejas
Dayne Fradejas

Reputation: 13

I sometimes get an error in PyCharm. Have you tried restarting PyCharm?

There are ways to solve the error:

  1. Check the python environment where you installed numpy and pandas.
  2. You can also create a virtual environment where you will install these libraries and activate this environment to pycharm.

Upvotes: 1

Related Questions