quast
quast copied to clipboard
QUAST fails to install/errors (?) on Ubuntu 20.04 with pip
Is this the expected behaviour?
$ pip install quast
Collecting quast
Using cached quast-5.0.2.tar.gz (34.2 MB)
Requirement already satisfied: joblib in ./.local/lib/python3.8/site-packages (from quast) (1.1.0)
Requirement already satisfied: simplejson in /usr/lib/python3/dist-packages (from quast) (3.16.0)
Building wheels for collected packages: quast
Building wheel for quast (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-k2so36d6/quast/setup.py'"'"'; __file__='"'"'/tmp/pip-install-k2so36d6/quast/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-rkhkxeb1
cwd: /tmp/pip-install-k2so36d6/quast/
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-k2so36d6/quast/setup.py", line 55, in <module>
raise RuntimeError("This setup.py does not support wheels. setup.py install will be run automatically...")
RuntimeError: This setup.py does not support wheels. setup.py install will be run automatically...
----------------------------------------
ERROR: Failed building wheel for quast
Running setup.py clean for quast
Failed to build quast
Installing collected packages: quast
Running setup.py install for quast ... done
Successfully installed quast-5.0.2