As a good practice create a python virtual environment:
python3 -m venv <env_name>
source <env_name>/bin/activateRun the following commands:
pip3 install -r dev-requirements.txt
./tools/regen_grpcclient.shNote: To use the newly generated protobuf stubs and gRPC interface replace
daprdwithedgeversion ofdaprdbuilt from master branch. Refer this for instructions on how to builddaprdfrom master.