I'm trying to debug my azure function, with python, in visual studio code. However, when I press F5, I continue to have this problem: connect ECONNREFUSED 127.0.0.1:9091.
So I noticed that I got this errors on the terminal:
1- cannot import name 'cygrpc' from 'grpc._cython'.
2- Also, when I press F5, I noticed that my azure function is using python version 3.7.2, but my IDE is using python version 3.9.2
Can someone help me solve this problem please?
pip show grpcio?pip --versionto make sure you use same python interpreter