May-29-2018, 09:14 AM
Dear Python Experts,
I wonder why pandas is noted as missing even if I have it in my list.
Any help is much appreciated.
I wonder why pandas is noted as missing even if I have it in my list.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
(donkey) C:\Users\HOL\d2>conda list # packages in environment at C:\Users\HOL\AppData\Local\Continuum\miniconda3\envs\donkey: # # Name Version Build Channel pandas 0.23 . 0 py36h830ac7b_0 pip 9.0 . 1 py36_1 ... (donkey) C:\Users\HOL\d2>model_performance.py Traceback (most recent call last): File "C:\Users\HOL\d2\model_performance.py" , line 1 , in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas' (donkey) C:\Users\HOL\d2> |