zoukankan      html  css  js  c++  java
  • pip install pyinstaller

    C:Userscoder211Desktop>pip install pyinstaller
    Collecting pyinstaller
    Downloading PyInstaller-3.3.tar.gz (3.5MB)
    100% |████████████████████████████████| 3.5MB 383kB/s
    Requirement already satisfied: setuptools in c:programfilespython36libsite-packages (from pyinstaller)
    Collecting pefile>=2017.8.1 (from pyinstaller)
    Downloading pefile-2017.11.5.tar.gz (61kB)
    100% |████████████████████████████████| 71kB 1.9MB/s
    Collecting macholib>=1.8 (from pyinstaller)
    Downloading macholib-1.9-py2.py3-none-any.whl (40kB)
    100% |████████████████████████████████| 40kB 1.5MB/s
    Collecting future (from pyinstaller)
    Downloading future-0.16.0.tar.gz (824kB)
    100% |████████████████████████████████| 829kB 1.3MB/s
    Collecting pypiwin32 (from pyinstaller)
    Downloading pypiwin32-220-cp36-none-win_amd64.whl (9.0MB)
    100% |████████████████████████████████| 9.0MB 111kB/s
    Collecting altgraph>=0.15 (from macholib>=1.8->pyinstaller)
    Downloading altgraph-0.15-py2.py3-none-any.whl
    Building wheels for collected packages: pyinstaller, pefile, future
    Running setup.py bdist_wheel for pyinstaller ... done
    Stored in directory: C:Userscoder211AppDataLocalpipCachewheels11472428a79efe01e66c86bd8d81c9c2f835fb931b907e60893bf53
    Running setup.py bdist_wheel for pefile ... done
    Stored in directory: C:Userscoder211AppDataLocalpipCachewheels30341d5f4e14feee63c615a1ae25c211b21237a6a74c1c4fb6639842
    Running setup.py bdist_wheel for future ... done
    Stored in directory: C:Userscoder211AppDataLocalpipCachewheelsc2507cd83b4baac4f63ff7a765bd16390d2ab43c93587fac9d6017a
    Successfully built pyinstaller pefile future
    Installing collected packages: future, pefile, altgraph, macholib, pypiwin32, pyinstaller
    Successfully installed altgraph-0.15 future-0.16.0 macholib-1.9 pefile-2017.11.5 pyinstaller-3.3 pypiwin32-220

  • 相关阅读:
    JS判断输入是否为整数和数字的正则表达式
    c#字符串转换为日期,支持任意字符串
    清除sql server 登录的时候记住的账户
    关于sql 的convert 格式设置
    ArcObjects SDK(AE)10.1在vs2012安装的方法
    解决ArcGIS Engine AE 读取shapefile中文属性乱码的一条偏方
    skyline TerraBuilder 制作MPT方法与技巧(2)
    skyline TerraBuilder 制作MPT方法与技巧(1)
    Makefile之文件搜索
    Makefile学习之通配符和自动变量($@、$<、$^)
  • 原文地址:https://www.cnblogs.com/coder211/p/8028517.html
Copyright © 2011-2022 走看看