错误信息:
Error: Building wheels requires the 'wheel' package. Please `pip install wheel` then try again.
方案一:
source env/python/bin/activate
pip3 install --upgrade pip
方案二:
To upgrade your pip3, try running:
sudo -H pip3 install --upgrade pip
Your pip may move from /bin
to /usr/local/bin
To upgrade pip as well, you can follow it by:
sudo -H pip2 install --upgrade pip