Entering edit mode
9.6 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?