I am trying to run the Azure python function with Fast API locally and hit into this issue
https://github.com/Azure-Samples/fastapi-on-azure-functions/issues/7
The last one suggests upgrading to the 3.10 version of python to solve the issue. However when i try to upgrade in vs code , i get the errors below
When i try to manually add the path
I am not that familiar with all python ENV setups, any suggestions will be helpful
EDIT:
Yes, Here are all the versions I have on the machine