[TOC]
安裝環(huán)境
Ubuntu18.10
quast-5.0.2
安裝
./setup.py install_full
ERROR! setuptools is not installed or outdated!
You can install or update setuptools using
pip install --upgrade setuptools (if you have pip)
or
sudo apt-get install python-setuptools (on Ubuntu)
You may also use old-style installation scripts: ./install.sh or ./install_full.sh
In case you have troubles running QUAST, you can write to quast.support@cab.spbu.ru
or report an issue on our GitHub repository https://github.com/ablab/quast/issues
Please provide us with quast.log file from the output directory.
安裝時(shí)出現(xiàn)這個(gè)問題
pip3 install --upgrade setuptools
安裝插件之后,還是這個(gè)問題。
我覺得應(yīng)該是默認(rèn)用了python2的pip,而不是python3的pip3,所以判定沒安裝。
所以使用./install_full.sh這個(gè)老版本安裝方式。
我改了ubuntu默認(rèn)的python版本,現(xiàn)在輸入python --version顯示版本是3.6.7了。
sudo apt-get install zlib1g-dev
sudo apt-get install -y pkg-config libfreetype6-dev libpng-dev python-matplotlib
sudo ./setup.py install_full
安裝之后似乎自動(dòng)test有錯(cuò)誤,可能是python版本問題,但是運(yùn)行程序沒問題。