以前有人遇到过这个问题吗?我已经做了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.
发布于 2021-04-19 01:12:12
pip uninstall functions-frameworkpip install functions-frameworkfunctions-framework --target=<YOUR_FUNCTION>发布于 2022-08-27 13:15:59
在尝试了Reza的观点之后,如果它仍然不起作用,那么try可能是下面的命令。它一直对我起作用。
函数-框架-python-目标<> -调试
https://stackoverflow.com/questions/67132430
复制相似问题