温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

windows环境中安装pyinstaller报错怎么办?

发布时间:2020-05-26 14:54:43 来源:亿速云 阅读:692 作者:鸽子 栏目:编程语言

安装一直报错

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



向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI