0

I've got a simple timer trigger function app which works locally using VS Code. When deploying to Azure from within VS Code, I get a failure. Few lines of the message are as follows.

12:33:30 icl777: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0) 12:33:30 icl777: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libpthread.so.0: version GLIBC_2.30' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0) 12:33:30 icl777: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0)

I have installed Python 3.9.12 (64-bit) and Azure Functions Core Tools - 3.0.3904 (x64)

1 Answer 1

1

I have tried to deploy the Python Azure Function (Timer Trigger) to the Azure using VS Code, the deployment is failed.

enter image description here

As Per this recent issue in Python SDKs mentioned in this thread, rolled back to Python version 3.8 and tried to deploy in Azure using VS Code.

It deployed to Azure successfully to the 3.8 version Python Azure Function App:

enter image description here

For a Temporary workaround, try rolling back the python version to 3.8 and also follow the update on Python SDK 3.9 updates on the above-mentioned thread solution containing GitHub Repos of the Tracking Changes of Python SDK 3.9 related to Azure.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.