win10 64位系统安装pyinstaller报错
安装时报’Running setup.py install for future ... error错误。不知道怎么解决。
C:\Users\凡人>pip install pyinstaller
Collecting pyinstaller
Using cached PyInstaller-3.3.tar.gz
Requirement already satisfied: setuptools in c:\users\凡人\appdata\local\programs\python\python36\lib\site-packages (from pyinstaller)
Collecting pefile>=2017.8.1 (from pyinstaller)
Using cached pefile-2017.11.5.tar.gz
Collecting macholib>=1.8 (from pyinstaller)
Using cached macholib-1.9-py2.py3-none-any.whl
Collecting future (from pyinstaller)
Using cached future-0.16.0.tar.gz
Collecting pypiwin32 (from pyinstaller)
Using cached pypiwin32-220-cp36-none-win_amd64.whl
Collecting altgraph>=0.15 (from macholib>=1.8->pyinstaller)
Using cached altgraph-0.15-py2.py3-none-any.whl
Installing collected packages: future, pefile, altgraph, macholib, pypiwin32, pyinstaller
Running setup.py install for future ... error