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
Bug description
When trying to run pyre (just pyre without arguments, or also with other arguments that worked before), I now always get:
Usage: pyre [OPTIONS] COMMAND [ARGS]...
Try 'pyre -h' for help.
Error: Invalid value for '--version': <VersionKind.NONE: 'none'> is not one of 'none', 'client', 'client_and_binary'.
The only difference between a previous successfully CI run and the current situation is that click got updated from 8.1.x to 8.2.0.
Reproduction steps
Install pyre with click 8.2.0, run any pyre command like just pyre.
Expected behavior
It does what requested on the command line.
Logs
Please include any relevant logs here:
Usage: pyre [OPTIONS] COMMAND [ARGS]...
Try 'pyre -h' for help.
Error: Invalid value for '--version': <VersionKind.NONE: 'none'> is not one of 'none', 'client', 'client_and_binary'.
Pyre Bug
Bug description
When trying to run
pyre(justpyrewithout arguments, or also with other arguments that worked before), I now always get:The only difference between a previous successfully CI run and the current situation is that click got updated from 8.1.x to 8.2.0.
Reproduction steps
Install pyre with click 8.2.0, run any
pyrecommand like justpyre.Expected behavior
It does what requested on the command line.
Logs
Please include any relevant logs here: