Hi,
When i do because i was trying to install qiime 1.9 and qiime deploy. i write:
print_qiime_config.py -t
i get:
NOTE: In order to use the FileCache you must have
lockfile installed. You can install it via pip:
pip install lockfile
Traceback (most recent call last):
File "/usr/local/bin/print_qiime_config.py", line 40, in <module>
raise ImportError("%s\n%s" % (e, core_dependency_missing_msg))
ImportError: cannot import name FileCache
See the QIIME Installation Guide:
http://qiime.org/install/install.htmli have do pip install lockfile and also, pip install lockfile --upgrade but i still have the same error.
i show this diagnose:
[Downloads] pip show six [ 3:10PM]
---
Name: six
Version: 1.9.0
Location: /usr/local/lib/python2.7/dist-packages
Requires:
[Downloads] pip show python-dateutil [ 3:10PM]
---
[Downloads] pip show python-dateutil [ 3:10PM]
---
Name: python-dateutil
Version: 1.5
Location: /usr/lib/python2.7/dist-packages
Requires:
__
[Downloads] echo $PYTHONPATH
_____
When i do
python -c "from tempfile import mkdtemp"
_________________________
python -c "from skbio.util import remove_files" [ 3:11PM]
NOTE: In order to use the FileCache you must have
lockfile installed. You can install it via pip:
pip install lockfile
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/skbio/__init__.py", line 14, in <module>
import
skbio.io # noqa
File "/usr/local/lib/python2.7/dist-packages/skbio/io/__init__.py", line 202, in <module>
from .registry import write, read, sniff, create_format, io_registry
File "/usr/local/lib/python2.7/dist-packages/skbio/io/registry.py", line 184, in <module>
from .util import _resolve_file, open_file, open_files, _d as _open_kwargs
File "/usr/local/lib/python2.7/dist-packages/skbio/io/util.py", line 36, in <module>
from skbio.io._iosources import get_io_sources, get_compression_handler
File "/usr/local/lib/python2.7/dist-packages/skbio/io/_iosources.py", line 21, in <module>
from cachecontrol.caches import FileCache
ImportError: cannot import name FileCache
____________________
python -c "from burrito.util import ApplicationNotFoundError, ApplicationError"
_____________________
[Downloads] pip show future [ 3:13PM]
---
Name: future
Version: 0.15.1
Location: /usr/local/lib/python2.7/dist-packages
Requires:
_________________
All the problem is when i try the EXAMPLE data from
http://nbviewer.ipython.org/github/biocore/qiime/blob/1.9.1/examples/ipynb/Fungal-ITS-analysis.ipynb qiime > core_diversity_analyses.py -i otus/otu_table_mc2_w_tax.biom -o cdout/ -m its-soils-tutorial/map.txt -e 353 --nonphylogenetic_diversity
Traceback (most recent call last):
File "/usr/local/bin/core_diversity_analyses.py", line 202, in <module>
main()
File "/usr/local/bin/core_diversity_analyses.py", line 199, in main
status_update_callback=status_update_callback)
File "/usr/lib/python2.7/dist-packages/qiime/workflow/core_diversity_analyses.py", line 203, in run_core_diversity_analyses
close_logger_on_success=False)
File "/usr/lib/python2.7/dist-packages/qiime/workflow/util.py", line 116, in call_commands_serially
raise WorkflowError, msg
qiime.workflow.util.WorkflowError:
*** ERROR RAISED DURING STEP: Generate BIOM table summary
Command run was:
biom summarize-table -i otus/otu_table_mc2_w_tax.biom -o cdout//biom_table_summary.txt --suppress-md5
Command returned exit status: 1
Stdout:
Stderr
Traceback (most recent call last):
File "/usr/local/bin/pyqi", line 27, in <module>
from pyqi.util import get_version_string
ImportError: cannot import name get_version_string
_______-
I also update pyqi and biom, and scikit-bio. I also uninstall and reinstall qiime. Before that i was ahveing problem with emperor, because qiime was using an older version, and this is the main reason why i uninstall qiime
Thanks for your help.