File "setup.py", line 52, in <module>
ver = '.'.join(map(str, [sys.version_info.major, sys.version_info.minor]))
Beside, there is an error after installing the BIOM-format and tested using the following command:
python -c "from biom import __version__; print __version__"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/biom_format-1.3.1_dev-py2.6.egg/biom/__init__.py", line 26, in <module>
from biom.util import load_biom_config
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/biom_format-1.3.1_dev-py2.6.egg/biom/util.py", line 19, in <module>
from pyqi.util import pyqi_system_call
File "pyqi/util.py", line 15, in <module>
import importlib
ImportError: No module named importlib--
---
You received this message because you are subscribed to the Google Groups "Qiime Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qiime-forum...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.