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.
I wonder why pandas is noted as missing even if I have it in my list.
(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>Any help is much appreciated.
