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」!
在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章