我正在尝试:
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中没有任何作用。这里有没有人曾经使用过它并使其运行? TIA。