Traceback tabulate

Issue #59 resolved
Former user created an issue

python3 run_resfinder.py Traceback (most recent call last): File "run_resfinder.py", line 8, in <module> from cge.resfinder import ResFinder File "/home/diogo/tools/resfinder/cge/resfinder.py", line 9, in <module> from tabulate import tabulate ModuleNotFoundError: No module named 'tabulate'

I'm getting this error when I try to run resfinder, any suggestions?

Comments (2)

  1. Alfred Ferrer Florensa

    Dear user,

    In the instructions of the README, it describes the python modules required for running ResFinder, tabulate among them, and how to install them:

    pip3 install tabulate biopython cgecore gitpython python-dateutil

    Best,

    Alfred Ferrer Florensa

  2. Log in to comment