我正在尝试使用以下命令安装 azure-pipeline:
\npip install azureml-pipeline\nRun Code Online (Sandbox Code Playgroud)\n当我这样做时,它会很好地安装大多数依赖项,直到我收到以下错误消息:
\nBuilding wheel for ruamel.yaml (setup.py) ... error\n error: subprocess-exited-with-error\n\n \xc3\x97 python setup.py bdist_wheel did not run successfully.\n \xe2\x94\x82 exit code: 1\nRun Code Online (Sandbox Code Playgroud)\nERROR: Failed building wheel for ruamel.yaml\nRun Code Online (Sandbox Code Playgroud)\nRunning setup.py install for ruamel.yaml did not run successfully.\nRun Code Online (Sandbox Code Playgroud)\n请注意,当我使用 pip 安装 ruamel.yaml 时,它表示所有要求均已满足,而当我尝试重新安装 Wheel 工具时,所有要求均已满足:
\npip install ruamel.yaml\npip install -U pip setuptools wheel\nRun Code Online (Sandbox Code Playgroud)\n有没有人遇到过这个问题或者知道我需要安装什么才能让它工作?注意:Azureml 在我的机器上安装得很好。
\n编辑:
\nPython 版本 = 3.9.7 …
python azure ruamel.yaml azure-pipelines azure-machine-learning-service