Linux Python Azure功能APP - 尽管在requirements.txt和其他模块工作正常,但找不到pyodbc模块

Dav*_*ins 7 python pyodbc azure-functions

我正在使用一个Linux consumption计划.

我收到以下错误; Exception: ModuleNotFoundError: No module named 'pyodbc'

我已经pyodbcrequirements.txt文件中添加了这个文件中的其他模块,比如azure-storage工作正常.

有没有人看过这个问题或者可以证实这是一个已知的bug?我看不到任何手动安装它的方法.

Mon*_*rds 4

我相信这是 Python 工作线程的一个错误。我已经向团队提出了一个问题,因为我也遇到了这个问题。https://github.com/Azure/azure-functions-python-worker/issues/249