python:
我通过Azure尝试这个教程:“教程 #1:使用 Azure 机器学习服务定型图像分类模型”
但是在运行第二段代码时:
# load workspace configuration from the config.json file in the current folder.
ws = Workspace.from_config()
print(ws.name, ws.location, ws.resource_group, ws.location, sep = '\t')
出现了以下错误:
OSError: Could not find a suitable TLS CA certificate bundle, invalid path:
/home/nbuser/anaconda3_420/lib/python3.5/site-packages/requests/cacert.pem
我是在云端环境的jupyter notebook进行的操作。有人能告诉我该怎么解决这个问题吗?不胜感激!