简体   繁体   English

为什么在使用 pip 安装 Azure-CLI 时出现错误

[英]why i am getting error while installing Azure-CLI using pip

when I am trying "python -m pip install azure-cli" I am getting below error当我尝试“python -m pip install azure-cli”时出现以下错误

    File "C:\Users\kumarsu8\AppData\Local\Temp\pip-build-env-ixyyf4e9\overlay\Lib\site-packages\wheel\bdist_wheel.py", line 223, in run
  self.run_command('build')
File "C:\Python39\lib\distutils\cmd.py", line 313, in run_command
  self.distribution.run_command(command)
File "C:\Python39\lib\distutils\dist.py", line 985, in run_command
  cmd_obj.run()
File "C:\Python39\lib\distutils\command\build.py", line 135, in run
  self.run_command(cmd_name)
File "C:\Python39\lib\distutils\cmd.py", line 313, in run_command
  self.distribution.run_command(command)
File "C:\Python39\lib\distutils\dist.py", line 985, in run_command
  cmd_obj.run()
File "setup.py", line 161, in run
  raise Exception("ERROR: The 'make' utility is missing from PATH")

Exception: ERROR: The 'make' utility is missing from PATH例外:错误:PATH 中缺少“make”实用程序

ERROR: Failed building wheel for pynacl Failed to build cryptography pynacl ERROR: Could not build wheels for cryptography, pynacl which use PEP 517 and cannot be installed directly错误:无法为 pynacl 构建轮子 无法构建密码学 pynacl 错误:无法为使用 PEP 517 且无法直接安装的密码学、pynacl 构建轮子

在此处输入图像描述

From the official doc of azure-cli for python , python 3.9 is not listed as the supported version.python 的 azure-cli 官方文档中,python 3.9 未列为受支持的版本。 So please try in the early version like python 3.8 or 3.7.所以请尝试使用早期版本,如 python 3.8 或 3.7。

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么我在安装时收到此错误: pip install pyobjc-framework-Quartz - why I am getting this error while installing : pip install pyobjc-framework-Quartz 使用命令 pip install -r requirements.txt 安装要求时出现错误 - I am getting error while installing the requirements using the command pip install -r requirement.txt 使用pip安装枕头时出现错误 - Getting Error While Installing Pillow using pip 为什么在尝试使用 pip 安装健身房 openai 时出现错误? - Why am I getting an error while trying to install gym openai using pip? 为什么在 PyPy 中安装模块时出现错误 - Why am I getting an error while installing modules in PyPy 为什么在 pycharm 中安装 pygame 时出现此错误 - Why am I getting this error while installing pygame in pycharm 使用 pip 或 pip3 安装 pyseer 包时出错 - Getting error while installing pyseer package using pip or pip3 ERROR INSTALLING KIVY:为什么我在执行后出错:“python -m pip install kivy”? - ERROR INSTALLING KIVY: Why am I Getting Error After Executing: "python -m pip install kivy"? 我在安装pygmaps时收到pip版本升级消息 - I am getting pip version upgrade message while installing pygmaps 为什么使用 pip3 (macos) 安装 pyautogui 时出现命令错误? - Why am I getting a command error installing pyautogui with pip3 (macos)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM