perslab / depict

DEPICT code, instructions and an example
GNU General Public License v3.0
48 stars 23 forks source link

something is wrong when input "$ depict.py ./software/depict/example/ldl_teslovich_nature2010.cfg " #14

Open Z199486H opened 5 years ago

Z199486H commented 5 years ago

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.

lawchen commented 4 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.