pyarmor icon indicating copy to clipboard operation
pyarmor copied to clipboard

[BUG]`pyarmor init` command not found in Pyarmor 9.2.2

Open jondy opened this issue 3 weeks ago • 1 comments

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

jondy avatar Dec 09 '25 23:12 jondy

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

jondy avatar Dec 09 '25 23:12 jondy

Fixed in v9.2.3

jondy avatar Dec 16 '25 09:12 jondy