PyQt5笔记
2020-02-26
2020-02-26
安装
报错
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-n2fvey5k/PyQt5/ |
- 下载
easy_install
,网址https://pypi.org/project/setuptools/#files - 安装:进入目录,
sudo python3 setup.py install
sudo easy_install -U setuptools
Command "/usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-y3vn2gdm --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- "sip >=5.0.1, <6" "PyQt-builder >=1.1.0, <2"" failed with error code 1 in None |
pip3 install --upgrade pip