DRL / blobtools

Modular command-line solution for visualisation, quality control and taxonomic partitioning of genome datasets
GNU General Public License v3.0
184 stars 44 forks source link

ModuleNotFoundError: No module named 'docopt' #116

Closed RahmatpourNasim closed 2 years ago

RahmatpourNasim commented 3 years ago

Hello, I see this error with create command. Can any one help me with this? I see this issue with both new and old version of blob tools. ModuleNotFoundError: No module named 'docopt'

Wilsonjsjunior commented 3 years ago

Try install docopt with the same version of python that you install setup.py

ex:

pip3.8 install docopt
python3.8 setup.py install --user
DRL commented 2 years ago

I would recommend installing dependencies via conda. Using pip often just brings grief.