Has anyone run into this issue before? I've done pip install --user functions-framework
and been told a bunch of requirements are already satisfied.
When I then run functions-framework --target=function
I get the error 'functions-framework' is not recognized as an internal or external command, operable program or batch file.
pip uninstall functions-framework
pip install functions-framework
functions-framework --target=<YOUR_FUNCTION>