安装azureml库存在问题

2024-05-20 08:36:12 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试:

pip install azureml

我收到以下错误消息:

ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'c:\\users\\ash\\appdata\\local\\continuum\\miniconda3\\lib\\site-packages\\pandas-0.24.2.dist-info\\METADATA'
Consider using the `--user` option or check the permissions.

同时尝试:

pip install azureml-sdk[explain]

我收到相同的错误消息:

我试着按照下面链接的例子。你知道吗

https://docs.microsoft.com/en-us/azure/machine-learning/service/tutorial-auto-train-models

似乎这是专为桌面设计的,在某些PySpark环境中没有,所以它应该可以工作,但在Spyder或PyCharm中没有任何东西适合我。这里有没有人用过这个,并让它运行过?蒂亚。你知道吗


Tags: installpipthetoan消息packages错误