dib-lab / elvers

(formerly eelpond) an automated RNA-Seq workflow system
https://dib-lab.github.io/elvers/
Other
28 stars 3 forks source link

Pandas was not already installed #151

Open prvasquez opened 5 years ago

prvasquez commented 5 years ago

While trying to parse the gff3 file after dammit, I kept getting this error while in the dammit environment.

>>> import pandas as pd
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pandas'

So I had to do conda install pandas manually, however it was not clear that I had to do this in the documentation.