Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
335 stars 103 forks source link

[BUG] libquadmath.so.0 appears to be missing for `mxnet` #1033

Closed jane-meichen-chen closed 2 years ago

jane-meichen-chen commented 2 years ago

OSError: libquadmath.so.0: cannot open shared object file: No such file or directory encountered when trying to import mxnet in Azure Function. It appears to be a similar issue to #493

Investigative information

Contents of the requirements.txt file:

azure-functions
azure-identity
azure-keyvault
azure-storage-blob
gluonts
mxnet
pandas
pyodbc
pytest
pytest-cov
requests
sqlalchemy
YunchuWang commented 2 years ago

@jane-meichen-chen hello, can you share the python version, function app name, region, plan type of which this issue is found?

jane-meichen-chen commented 2 years ago

python version is 3.9 function app name is private region is uksouth plan type is service based

YunchuWang commented 2 years ago

@jane-meichen-chen please install it in the custom container