【发布时间】:2022-12-27 17:07:38
【问题描述】:
When I publish my azure cloud functions I get the message:
Local python version '3.9.7' is different from the version expected for your deployed Function App. This may result in 'ModuleNotFound' errors in Azure Functions. Please create a Python Function App for version 3.9 or change the virtual environment on your local machine to match 'Python|3.8'.
How can I change the version to 3.9?
【问题讨论】: