Python - 无法识别的参数:your_module.YourApi

时间:2022-06-01 21:31:07

If you are experiencing issues with an error that details Unrecognized Arguments than try this for a solution.

如果您遇到的错误详细说明了无法识别的参数,请尝试使用此解决方案。

When executing the endpointscfg.py get_client_lib java \ -o . your_module.YourApi make sure to exclude the "\".

执行endpointscfg.py时get_client_lib java \ -o。 your_module.YourApi确保排除“\”。

This solution worked for me and the .zip file was generated no problem.

这个解决方案对我有用,生成.zip文件没问题。

New command from the root of the python project endpointscfg.py get_client_lib java -o . your_module.YourApi

来自python项目的根目录的新命令endpointscfg.py get_client_lib java -o。 your_module.YourApi

1 个解决方案

#1


0  

I figured out the problem. When executing the command endpointscfg.py get_client_lib java \ -o . your_module.YourApi, make sure you exclude the "\".

我解决了这个问题。执行命令endpointscfg.py get_client_lib java \ -o时。 your_module.YourApi,请确保排除“\”。

endpointscfg.py get_client_lib java -o . your_module.YourApi

endpointscfg.py get_client_lib java -o。 your_module.YourApi

#1


0  

I figured out the problem. When executing the command endpointscfg.py get_client_lib java \ -o . your_module.YourApi, make sure you exclude the "\".

我解决了这个问题。执行命令endpointscfg.py get_client_lib java \ -o时。 your_module.YourApi,请确保排除“\”。

endpointscfg.py get_client_lib java -o . your_module.YourApi

endpointscfg.py get_client_lib java -o。 your_module.YourApi