This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Install Biom format under Windows

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

1 answer

I recommend opening an issue on there github page:

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

Log in to answer this question.