You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, definitely not opposed. I'm curious why/when someone would opt for python -m openapi_python_client over running openapi-python-client, though, so we can add some guidance?
Describe the bug
Calling from
cli
using the suggested method withpython -m
does not work.python -m openapi-python-client --version PATH_TO_PYTHON\python.exe: No module named openapi-python-client
Using underscores, however, does work (
python -m openapi_python_client -version
):OpenAPI Spec File
Not applicable
Desktop (please complete the following information):
Additional context
Running from a powershell instance in VSCode with a conda environment selected as a Python interpreter.
Would it be possible to add a line to the documentation mentioning the call with
python -m
?The text was updated successfully, but these errors were encountered: