Open Z199486H opened 5 years ago
Hi,
That error message is saying you don't have a python module/package called "pandas" on your computer. You can install it with pip install pandas
. If you don't have pip
, you can first install it with easy_install pip
.
Thank you for your tool, here I have a question. something is wrong when input "$ depict.py ./software/depict/example/ldl_teslovich_nature2010.cfg "
Traceback (most recent call last): File "./depict.py", line 7, in
import pandas as pd
ImportError: No module named pandas
I am a stranger of depict, so I am failed to solve the warning message.Hope you can help me to solve it. Thanks again.