Install Biom format under Windows
1
0
Entering edit mode
9.0 years ago
songzewei ▴ 10

I tried to install Biom format from the source under Windows:

@python setup.py install

However, when I typed the following to check the version, I got a error message:

@python -c "from biom import __version__; print __version__"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "biom\__init__.py", line 65, in <module>
    from .table import Table
  File "biom\table.py", line 194, in <module>
    from ._filter import _filter
ImportError: No module named _filter

Any idea on how can I make it work in Windows?

biom python windows • 4.0k views
ADD COMMENT
0
Entering edit mode
9.0 years ago
anderspitman ▴ 70

I recommend opening an issue on there github page:

https://github.com/biocore/biom-format

ADD COMMENT

Login before adding your answer.

Traffic: 1847 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6