安装后 windows 命令行中的 Functions-framework 不会 运行

Functions-framework won't run in windows command line after installing

有没有人运行以前处理过这个问题?我已经完成 pip install --user functions-framework 并被告知已经满足了一堆要求。

当我然后 运行 functions-framework --target=function 我得到错误 'functions-framework' is not recognized as an internal or external command, operable program or batch file.

  1. 运行 命令提示符 作为管理员.
  2. 然后使用代码 pip uninstall functions-framework
  3. 卸载 functions-framework
  4. 通过以下方式重新安装:pip install functions-framework
  5. 转到您的 main.py 目录并 运行 functions-framework --target=<YOUR_FUNCTION>