我以前从未下载过pip,所以我可能做的有些愚蠢,但是我看过教程。我正在使用cmp中的pip安装,使用的是python34 / Scripts的路径(pip所在的位置)。我正在获取控制台输出:
C:/Python34/Scripts>pip install pyinstaller
Downloading/unpacking pyinstaller
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement
pyinstaller
Cleaning up...
No distributions at all found for pyinstaller
Storing debug log for failure [...]
我尝试使用pip3:
C:\Python34\Scripts>pip3 install pyinstaller
Collecting pyinstaller
Using cached PyInstaller-3.3.1.tar.gz
Requirement already satisfied: setuptools in
c:\python34\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-223-py3-none-any.whl
Collecting altgraph>=0.15 (from macholib>=1.8->pyinstaller)
Using cached altgraph-0.15-py2.py3-none-any.whl
Collecting pywin32>=223 (from pypiwin32->pyinstaller)
Could not find a version that satisfies the requirement
pywin32>=223 (from pypiwin32->pyinstaller) (from versions: )
No matching distribution found for pywin32>=223 (from
pypiwin32->pyinstaller)
找不到满足要求pywin32> = 223的版本
这是因为可能不支持python 3.4吗?我将尝试下载3.6
我尝试下载3.6,由于某种原因,它最终下载到了C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.6 我附近无法找到的点。我可以将点数从3.4拖动到3.6吗?
尝试将其拖动到,然后pip3 install pyinstaller从目录运行C:\Users\user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.6。与3.4目录中的pip3出现相同的错误。
在这一点上我很茫然。我确定我做错了什么,但我不知道该怎么办。任何帮助将不胜感激!
阿波罗的战车
慕后森
相关分类