I am using Pycharm Community 2022.2 with Python 3.8.10. I can check that python console has the correct interpreter with all the packages correctly installed. I can run my scripts from the terminal in Pycharm with no problems. However when I try to run my script using the python console, I get error in the first line (import pandas) that it doesnt recognize pandas. I tried to import other packages (that already installed) from python console but they don't get recognized "name 'numpy' is not defined"
Can you please help