sbi6dap@hive:~$ qiime > print_qiime_config.py -t
Traceback (most recent call last):
File "/usr/local/bin/print_qiime_config.py", line 15, in <module>
from qiime.util import make_option
File "/usr/lib/python2.7/dist-packages/qiime/util.py", line 42, in <module>
from biom.table import DenseTable
ImportError: cannot import name DenseTable
--
---
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.
Version: biom convert 2.0.0
Converting from classic to BIOM format: Convert the classic file table.txt to a sparse BIOM format OTU table
biom convert -i table.txt -o table.biom --table-type "otu table"
biom convert: error: no such option: --table-type
--
sbi6dap@hive:~/working$ python -c "import biom; print biom.__file__"/usr/local/lib/python2.7/dist-packages/biom/__init__.pycsbi6dap@hive:~/working$ biom show-install-infoSystem information==================Platform: linux2Python/GCC version: 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3]Python executable: /usr/bin/pythonDependency versions===================pyqi version: 0.3.2NumPy version: 1.8.1SciPy version: 0.14.0h5py version: 2.2.0biom-format package information===============================biom-format version: 2.0.0sbi6dap@hive:~/working$ pip freezeBrlapi==0.5.6CouchDB==0.8Cython==0.19.1GnuPGInterface==0.3.2HTSeq==0.5.4p5MACS==1.4.1Mako==0.5.0MarkupSafe==0.15MySQL-python==1.2.3PAM==0.4.2PICRUSt==1.0.0-devPIL==1.1.7PrimerProspector==1.0.1-releasePyICU==1.3Pyste==0.9.10Twisted-Core==11.1.0Twisted-Names==11.1.0Twisted-Web==11.1.0adium-theme-ubuntu==0.3.2apparmor==2.7.102apt-clone==0.2.1apt-xapian-index==0.44apturl==0.5.1ubuntu3argparse==1.2.1biom-format==1.1.1-devchardet==2.0.1cogent==1.5.3command-not-found==0.2.44configglue==1.0debtagshw==0.1defer==1.0.2dirspec==3.0.0duplicity==0.6.18emperor==0.9.3gnuplot-py==1.8gufw==12.04.1h5py==2.2.0httplib2==0.7.2jockey==0.9.7keyring==0.9.2khmer==0.7.1language-selector==0.1launchpadlib==1.9.12lazr.restfulclient==0.12.0lazr.uri==1.0.3louis==2.3.0matplotlib==1.1.1rcmercurial==2.0.2mpi4py==1.2.2networkx==1.8.1ngsutils==0.5.1anumexpr==1.4.2numpy==1.8.1nvidia-common==0.0.0oauth==1.0.1onboard==0.97.1oneconf==0.2.8.1pbcore==0.8.0pbtools.pbdagcon==0.2.3pbtools.pbh5tools==0.75.0pexpect==2.3piston-mini-client==0.7.2protobuf==2.4.1pyOpenSSL==0.12pycrypto==2.4.1pycups==1.9.61pycurl==7.19.0pyinotify==0.9.2pynast==1.2.2pyparsing==1.5.2pyqi==0.3.2pysam==0.7.5pyserial==2.5pysmbc==1.0.13python-apt==0.8.3ubuntu7.1python-dateutil==1.5python-debian==0.1.21ubuntu1python-virtkey==0.60.0pytz==2011kpyxdg==0.19qcli==0.1.0rdflib==2.4.2reportlab==2.5rhythmbox-ubuntuone==3.0.0rpy==1.0.3rpy2==2.3.6scipy==0.14.0screed==0.7.1screen-resolution-extra==0.0.0sessioninstaller==0.0.0simplejson==2.3.2software-center-aptd-plugins==0.0.0system-service==0.1.6tables==2.3.1tax2tree==1.0ubuntuone-couch==0.3.0ubuntuone-installer==3.0.2ubuntuone-storage-protocol==3.0.2ufw==0.31.1-1unattended-upgrades==0.1unity-lens-video==0.3.5unity-scope-video-remote==0.3.5unity-singlet==0.2.2usb-creator==0.2.23virtualenv==1.7.1.2wadllib==1.3.0weblogo==3.1wsgiref==0.1.2xdiagnose==2.5.3xkit==0.0.0zope.interface==3.6.1
--
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extras_require'warnings.warn(msg)/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'warnings.warn(msg)
python setup.py install --prefix=$HOME
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extras_require'
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
......................... [normal compiling continues].................................
sbi6dap@hive:~$ python -c "import biom; print biom.__file__"
/usr/local/lib/python2.7/dist-packages/biom/__init__.pyc
sbi6dap@hive:~$ biom show-install-info
SEBASTIANs-MacBook-Pro:~ FLFLFLLF$ which biom
/usr/local/bin/biom
SEBASTIANs-MacBook-Pro:~ FLFLFLLF$ echo $PATH
/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/bin:/opt/local/sbin:/opt/blast-2.2.22/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
SEBASTIANs-MacBook-Pro:~ FLFLFLLF$ echo $PYTHONPATH
SEBASTIANs-MacBook-Pro:~ FLFLFLLF$
SEBASTIANs-MacBook-Pro:~ FLFLFLLF$ python -c "import biom; print biom.__file__"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Library/Python/2.7/site-packages/biom/__init__.py", line 24, in <module>
from .table import Table
File "/Library/Python/2.7/site-packages/biom/table.py", line 176, in <module>
import numpy as np
ImportError: No module named numpy
SEBASTIANs-MacBook-Pro:~ FLFLFLLF$ biom show-install-info
pip freeze
/Library/Python/2.7/site-packages/biom/util.py:27: UserWarning: h5py is not available
warn("h5py is not available")
System information
==================
Platform: darwin
Python/GCC version: 2.7.5 (default, Mar 9 2014, 22:15:05) [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
Python executable: /usr/bin/python
Dependency versions
===================
pyqi version: 0.3.2
NumPy version: 1.6.2
SciPy version: 0.11.0
h5py version: WARNING: Not installed - this is an optional dependency. It is strongly recommended for large datasets.
biom-format package information
===============================
biom-format version: 2.0.0
seems I didn't get biom 1.3 installed.
--
sbi6dap@hive:~$ echo $PYTHONPATH
/home/sbi6dap/lib/python2.7/site-packages/:/picrust-dev/picrust/:/usr/lib/pyshared/:/usr/software/transabyss/transabyss::/usr/software/picrust/picrust/picrust
exec pyqi --driver-name biom --command-config-module biom.interfaces.optparse.config -- "$@"
--