I have a project in PyCharm in which a .py
file imports pandas
, but in the Context Actions the message
No module named 'pandas'
appears, although I do have pandas
1.3.0 installed in my venv
as you can see in the picture below. What could be the reason for this?
Pandas installed, but no module found.
In the Terminal tab of PyCharm I can actually import pandas
, but in the Python Console tab I can't.