gpt4 book ai didi

python - Azure Function Apps 中缺少 DLL

转载 作者:行者123 更新时间:2023-12-03 04:24:04 25 4
gpt4 key购买 nike

通过执行 post 请求,我在 Azure Function Apps 中触发了一个 python 函数。在函数中,我导入了本地开发的myModule,其中包括几个DLL。但在Azure Function Apps内部,程序无法导入模块:

D:\home\site\wwwroot\myfunc> python.exe -c "import myModule"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: DLL load failed: The specified procedure could not be found.

使用depends.exe,我注意到缺少以下DLL:

  • MFPlat.dll
  • RTWorkQ.dll
  • CompPkgSup.dll
  • wlanapi.dll

我尝试复制本地计算机中的 windows/system32(Microsoft Windows [版本 10.0.15063])中的文件,但当然它没有解决任何问题。 Azure Function Apps 中的操作系统是 Microsoft Windows [版本 6.2.9200]。

如何在我的 Azure Function App 中安装这些 DLL?

最佳答案

我搜索了MFPlat.dll库,它是Media Foundation Platform DLL。根据Win32k.sys (User32/GDI32) Restrictions的描述对于包含 Azure Function App 的 Azure 应用服务,我认为您无法安装或使用此可能依赖于 GDI 库的 DLL。因此,我建议尝试将应用程序部署到 Azure VM 或使用其他没有任何 GDI 依赖项的库。

关于python - Azure Function Apps 中缺少 DLL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45549535/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com