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?
• 4,669 views
•
link
1 answer
I recommend opening an issue on there github page:
• 1 views
•
link
Log in to answer this question.