Thursday, January 11, 2018

ERROR: A required extension module could not be imported because it is incompatible with your system. A quick fix is to recompile the extension modules with the following command:

got errors like this one:
https://github.com/marcelm/cutadapt/issues/196


pip uninstall cutadapt

pip install --user --upgrade cutadapt

It solved the problem.

No comments:

Post a Comment