小编Rya*_*gon的帖子

导入Azure功能的Python模块

如何导入Python Azure功能的模块?

import requests
Run Code Online (Sandbox Code Playgroud)

导致:

2016-08-16T01:02:02.317 Exception while executing function: Functions.detect_measure. Microsoft.Azure.WebJobs.Script: Traceback (most recent call last):
  File "D:\home\site\wwwroot\detect_measure\run.py", line 1, in <module>
    import requests
ImportError: No module named requests
Run Code Online (Sandbox Code Playgroud)

相关的,可用的模块记录在哪里?

python azure azure-functions

6
推荐指数
2
解决办法
5105
查看次数

标签 统计

azure ×1

azure-functions ×1

python ×1