I am trying to install pandas on mac. I use this command in terminal:
pip install pandas. I get Requirement already satisfied. But in pycharm I can not import pandas.
My python version in terminal is 3.9.13 and pycharm python version is 3.10.
If the problem is because of different python versions, how can I fix it? Thanks