python开发之pip安装installer

本文前提是pip换为国内pypi源,python开发之windows下pip国内源配置

然后升级pip为最新版本,python安装目录\python.exe -m pip install --upgrade pip

然后安装pyinstaller

pip install pyinstaller

以下是安装详情 

D:\pydevelop\Scripts>pip install pyinstaller
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collecting pyinstaller
  Downloading https://mirrors.aliyun.com/pypi/packages/3c/c9/c3f9bc64eb11eee6a824686deba6129884c8cbdf70e750661773b9865ee0/PyInstaller-3.6.tar.gz (3.5 MB)
     |████████████████████████████████| 3.5 MB 3.2 MB/s
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting pywin32-ctypes>=0.2.0
  Downloading https://mirrors.aliyun.com/pypi/packages/9e/4b/3ab2720f1fa4b4bc924ef1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.whl (28 kB)
Collecting pefile>=2017.8.1
  Downloading https://mirrors.aliyun.com/pypi/packages/36/58/acf7f35859d541985f0a6ea3c34baaefbfaee23642cf11e85fe36453ae77/pefile-2019.4.18.tar.gz (62 kB)
     |████████████████████████████████| 62 kB 127 kB/s
Collecting altgraph
  Downloading https://mirrors.aliyun.com/pypi/packages/ee/3d/bfca21174b162f6ce674953f1b7a640c1498357fa6184776029557c25399/altgraph-0.17-py2.py3-none-any.whl (21 kB)
Requirement already satisfied: setuptools in d:\pydevelop\lib\site-packages (from pyinstaller) (39.0.1)
Collecting future
  Downloading https://mirrors.aliyun.com/pypi/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz (829 kB)
     |████████████████████████████████| 829 kB 6.8 MB/s
Using legacy setup.py install for pefile, since package 'wheel' is not installed.
Using legacy setup.py install for future, since package 'wheel' is not installed.
Building wheels for collected packages: pyinstaller
  Building wheel for pyinstaller (PEP 517) ... done
  Created wheel for pyinstaller: filename=PyInstaller-3.6-py3-none-any.whl size=2926582 sha256=412760c882183f3000c3950fbd60c24a0f01e2f8443b8db6a296ee951cf64afe
  Stored in directory: c:\users\91852\appdata\local\pip\cache\wheels\f5\6d\6a\90e825ca980d0a723e3dd3013bbfded04d67ecf51e415fbeae
Successfully built pyinstaller
Installing collected packages: pywin32-ctypes, future, pefile, altgraph, pyinstaller
    Running setup.py install for future ... done
    Running setup.py install for pefile ... done
Successfully installed altgraph-0.17 future-0.18.2 pefile-2019.4.18 pyinstaller-3.6 pywin32-ctypes-0.2.0

D:\pydevelop\Scripts>

— —

待续……

创作辛苦!

您的每一个点赞就是我努力的前进动力!

更多精彩,请关注本博主!

微信公众号也已开通,正在更新ing,欢迎关注「码农coding」!
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/frdevolcqzyxynjds/article/details/106679119
今日推荐