Hi,
I am apparently having issues with the qiime installation. I attempted to install qiime through both the pip install and qiime-deploy methods, but everytime I check the qiime config file using
I get the following error message:
chris@Chris-TrustyTahr:~/Bioinformatics/Software/QIIME/qiime-deploy$ print_qiime_config.py -t
Traceback (most recent call last):
File
"/home/chris/Bioinformatics/Software/QIIME/qiime_software/qiime-1.8.0-release/bin/print_qiime_config.py",
line 51, in <module>
raise ImportError, "%s\n%s" % (e,core_dependency_missing_msg)
ImportError: No module named scipy.sparse
See the QIIME Installation Guide:
http://qiime.org/install/install.htmlDid I miss something? How could I resolve this issue?
Thank you!
Chris