pyarmor
pyarmor copied to clipboard
[BUG]`pyarmor init` command not found in Pyarmor 9.2.2
Reproduced steps:
$ pip install pyarmor
$ pyarmor init --version
Pyarmor 8.0+ has only 3 commands: gen, reg, cfg
Please replace `pyarmor` with `pyarmor-7` to run old commands
This bug will be fixed in next release 9.2.3
In v9.2.2, please install package pyarmor.cli to fix this issue:
$ pip uninstalll pyarmor
$ pip installl pyarmor.cli
$ pyarmor init --version
Fixed in v9.2.3