Search code examples
pythonpandasminiconda

pandas module installed in miniconda but python3 can't run the coding


I have pandas module installed in miniconda but python can't run the coding.

Error message:

ModuleNotFoundError: No module named 'pandas'

enter image description here

I am new to programming and I have no clue on what happening.


Solution

  • Finally notice this problem is due different environment. IDLE that i using on left figure is stand alone and miniconda it self has another IDLE in miniconda environment.