-
Notifications
You must be signed in to change notification settings - Fork 356
Labels
Description
I get the following error when analysing a Python project in Docker with the standard Dockerfile:
usage: python-inspector [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: python-inspector --help [cmd1 cmd2 ...]
or: python-inspector --help-commands
or: python-inspector cmd --help
error: option --python-version not recognizedThis is apparently fixed by aboutcode-org/python-inspector#120, but the fix is not in the current v0.9.5 release of python-inspector - image with the latest commit of python-inspector works. The Dockerfile should probably be updated as soon as next version of python-inspector is released (FYI, @pombredanne 🤓).
sschuberth