【发布时间】:2020-02-22 06:50:03
【问题描述】:
所以,从我从大多数sources 看到的情况来看,他们说如果你试图让 python 程序调用 azure devops api 调用,它使用 python 导入语句,例如:
from azure.devops.connection import Connection
from msrest.authentication import BasicAuthentication
...
有没有办法使用请求或其他内置导入语句,所以我不必安装这些 devops 特定模块?我正在用 putty 编码,所以我没有办法安装这些模块。
如果有人有任何解决方案或想法,我很乐意听到!
【问题讨论】: