Python 无法安装pyinstaller

Python 无法安装pyinstaller,python,pyinstaller,Python,Pyinstaller,尝试安装Pyinstaller时收到的错误是: 我试着用poxy从anaconda安装pyinstaller。 pip安装--代理=https://:8080 pyinstaller Using cached pyinstaller-4.3.tar.gz (3.7 MB) Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'C:\Progra

尝试安装Pyinstaller时收到的错误是:

我试着用poxy从anaconda安装pyinstaller。 pip安装--代理=https://:8080 pyinstaller

Using cached pyinstaller-4.3.tar.gz (3.7 MB)
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:\ProgramData\Anaconda3\python.exe' 'C:\ProgramData\Anaconda3\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\local_e55hnwm\Temp\1\pip-build-env-_ley58wf\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools
       cwd: None
  Complete output (7 lines):
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD43EFCA90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD41F50460>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD43EC50D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD43EC52E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD43EC5490>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
  ERROR: No matching distribution found for wheel
  ----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\ProgramData\Anaconda3\python.exe' 'C:\ProgramData\Anaconda3\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\local_e55hnwm\Temp\1\pip-build-env-_ley58wf\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools Check the logs for full command output.
使用缓存的pyinstaller-4.3.tar.gz(3.7MB)
正在安装生成依赖项。。。错误
错误:命令出错,退出状态为1:
命令:“C:\ProgramData\Anaconda3\python.exe”“C:\ProgramData\Anaconda3\lib\site packages\pip”安装--忽略已安装--无用户--前缀“C:\Users\local\u e55hnwm\Temp\1\pip build env-\u ley58wf\overlay”-无警告脚本位置--无二进制:无:-仅二进制:无:-ihttps://pypi.org/simple --车轮安装工具
cwd:没有
完整输出(7行):
警告:在连接被“NewConnectionError(”:未能建立新连接:[Errno 11001]getaddrinfo Failed')断开后重试(重试(总计=4,连接=None,读取=None,重定向=None,状态=None)):/simple/wheel/
警告:在连接被“NewConnectionError(”:未能建立新连接:[Errno 11001]getaddrinfo Failed')断开后重试(重试(总计=3,连接=None,读取=None,重定向=None,状态=None)):/simple/wheel/
警告:在连接被“NewConnectionError(”:未能建立新连接:[Errno 11001]getaddrinfo Failed')断开后重试(重试(总计=2,连接=None,读取=None,重定向=None,状态=None)):/simple/wheel/
警告:在连接被“NewConnectionError(”:未能建立新连接:[Errno 11001]getaddrinfo Failed')断开后重试(重试(总计=1,连接=None,读取=None,重定向=None,状态=None)):/simple/wheel/
警告:在连接被“NewConnectionError(”:未能建立新连接:[Errno 11001]getaddrinfo Failed')中断后重试(重试(总计=0,连接=None,读取=None,重定向=None,状态=None)):/simple/wheel/
错误:找不到满足要求的版本(来自版本:无)
错误:找不到与控制盘匹配的分发
----------------------------------------
错误:命令出错,退出状态为1:'C:\ProgramData\Anaconda3\python.exe''C:\ProgramData\Anaconda3\lib\site packages\pip'安装--忽略已安装--无用户--前缀'C:\Users\local\U e55hnwm\Temp\1\pip build env-\U ley58wf\overlay'--无警告脚本位置--无二进制文件:无:--仅二进制文件:无:-ihttps://pypi.org/simple --车轮setuptools检查日志以获得完整的命令输出。

您可以使用以下命令安装:
conda安装-c conda forge pyinstaller

请描述您遵循的步骤,并以结构化形式分享问题正文。不要只分享你的错误。
Using cached pyinstaller-4.3.tar.gz (3.7 MB)
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:\ProgramData\Anaconda3\python.exe' 'C:\ProgramData\Anaconda3\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\local_e55hnwm\Temp\1\pip-build-env-_ley58wf\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools
       cwd: None
  Complete output (7 lines):
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD43EFCA90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD41F50460>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD43EC50D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD43EC52E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001DD43EC5490>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/wheel/
  ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
  ERROR: No matching distribution found for wheel
  ----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\ProgramData\Anaconda3\python.exe' 'C:\ProgramData\Anaconda3\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\local_e55hnwm\Temp\1\pip-build-env-_ley58wf\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools Check the logs for full command output.