安装一直报错
创新互联服务项目包括兰溪网站建设、兰溪网站制作、兰溪网页制作以及兰溪网络营销策划等。多年来,我们专注于互联网行业,利用自身积累的技术优势、行业经验、深度合作伙伴关系等,向广大中小型企业、政府机构等提供互联网行业的解决方案,兰溪网站推广取得了明显的社会效益与经济效益。目前,我们服务的客户以成都为中心已经辐射到兰溪省份的部分城市,未来相信会继续扩大服务区域并继续获得客户的支持与信任!
C:\Users\Administrator>pip install pyinstaller -i https://pypi.douban.com/simple
Looking in indexes: https://pypi.douban.com/simple
Collecting pyinstaller
Using cached https://pypi.doubanio.com/packages/3c/c9/c3f9bc64eb11eee6a824686deba6129884c8cbdf70e750661773b9865ee0/PyInstaller-3.6.tar.gz
Installing build dependencies ... error
Complete output from command c:\python27\python.exe -m pip install --ignore-installed --no-user --prefix c:\users\admini~1\appdata\local\temp\132\pip-build-env-rkal1w --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.douban.com/simple -- setuptools>=38.2.5 wheel:
Usage:
c:\python27\python.exe -m pip install [options]
c:\python27\python.exe -m pip install [options] -r
c:\python27\python.exe -m pip install [options] [-e]
c:\python27\python.exe -m pip install [options] [-e]
c:\python27\python.exe -m pip install [options]
no such option: --no-user
----------------------------------------
Command "c:\python27\python.exe -m pip install --ignore-installed --no-user --prefix c:\users\admini~1\appdata\local\temp\132\pip-build-env-rkal1w --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.douban.com/simple -- setuptools>=38.2.5 wheel" failed with error code 2 in None
换一种命令方式安装成功
C:\Users\Administrator>c:\Python27\python.exe -m pip install pyinstaller -i https://pypi.douban.com/simple
Collecting pyinstaller
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Downloading https://pypi.doubanio.com/packages/3c/c9/c3f9bc64eb11eee6a824686deba6129884c8cbdf70e750661773b9865ee0/PyInstaller-3.6.tar.gz (3.5MB)
100% |████████████████████████████████| 3.5MB 104kB/s
Requirement already satisfied: setuptools in c:\python27\lib\site-packages (from pyinstaller)
Collecting altgraph (from pyinstaller)
Downloading https://pypi.doubanio.com/packages/ee/3d/bfca21174b162f6ce674953f1b7a640c1498357fa6184776029557c25399/altgraph-0.17-py2.py3-none-any.whl
Collecting dis3 (from pyinstaller)
Downloading https://pypi.doubanio.com/packages/9c/5c/4a4a2802f10f558018413990a58fd3dd7ed1eb48e6de7266334c2489bad6/dis3-0.1.3-py2-none-any.whl
Collecting pywin32-ctypes>=0.2.0 (from pyinstaller)
Downloading https://pypi.doubanio.com/packages/9e/4b/3ab2720f1fa4b4bc924ef1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.whl
Collecting pefile>=2017.8.1 (from pyinstaller)
Downloading https://pypi.doubanio.com/packages/36/58/acf7f35859d541985f0a6ea3c34baaefbfaee23642cf11e85fe36453ae77/pefile-2019.4.18.tar.gz (62kB)
100% |████████████████████████████████| 71kB 285kB/s
Requirement already satisfied: future in c:\python27\lib\site-packages\future-0.17.1-py2.7.egg (from pefile>=2017.8.1->pyinstaller)
Installing collected packages: altgraph, dis3, pywin32-ctypes, pefile, pyinstaller
Running setup.py install for pefile ... done
Running setup.py install for pyinstaller ... done
Successfully installed altgraph-0.17 dis3-0.1.3 pefile-2019.4.18 pyinstaller-3.6 pywin32-ctypes-0.2.0