0

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

  • 2
    [Please do not upload images of code/errors when asking a question.](//meta.stackoverflow.com/q/285551) – mucka Apr 13 '21 at 10:20
  • Does [this](https://stackoverflow.com/questions/59143740/pip-cryptography-failing-to-install/59212843#59212843) answer to your question? – Kalana Apr 15 '21 at 05:07

1 Answers1

1

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.
Dharman
  • 30,962
  • 25
  • 85
  • 135