ICode9

精准搜索请尝试: 精确搜索
首页 > 系统相关> 文章详细

windows安装pyinstaller报错

2020-03-02 18:00:15  阅读:386  来源: 互联网

标签:pyinstaller https windows pypi 报错 install pip com


安装一直报错

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] <requirement specifier> [package-index-options] ...

    c:\python27\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...

    c:\python27\python.exe -m pip install [options] [-e] <vcs project url> ...

    c:\python27\python.exe -m pip install [options] [-e] <local project path> ...

    c:\python27\python.exe -m pip install [options] <archive url/path> ...


  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



标签:pyinstaller,https,windows,pypi,报错,install,pip,com
来源: https://blog.51cto.com/551173/2474965

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有