python 离线安装pyinstaller_离线安装 PyInstaller 3.4

转自源网址:https://www.jianshu.com/p/d4ea17d71ebc

Window 7 不能连外网,Python 3.7的虚拟环境

离线安装 PyInstaller 3.4

下载安装源文件和依赖文件的压缩包

pyinstaller

pefile

macholib

altgraph

pywin32-ctypes

future

依次安装:

1.pip install future-0.17.1.tar.gz pefile-2019.4.18.tar.gz altgraph-0.16.1.tar.gz macholib-1.11.tar.gz pywin32-ctypes-0.2.0.tar.gz

安装依赖包.

2.pip install PyInstaller-3.4.tar.gz --no-build-isolation

安装完成

注意:离线安装 PyInstalelr 需要加参数  --no-build-isolation

作者:万事皆成

链接:https://www.jianshu.com/p/d4ea17d71ebc

你可能感兴趣的:(python,离线安装pyinstaller)