Jondy
Jondy
In the docker container, what's the output of tracert: ``` $ tracert 192.168.139.3 ``` It still has TTL limits for `pyarmor gen` command, but `pyarmor reg` no this limits.
Is there `/dev/disk` in the docker container? If it exists, rename it to any other name. For example, `mv /dev/disk /dev/no-disk`
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...
Fixed in v9.2.3
If using bcc mode, try to change bcc default cflags, for example ``` pyarmor cfg windows.x86_64.bcc:cflags += " -DENABLE_PYAPI_REFCNT" ``` Just run this once, and then run `pyarmor gen ...`
Maybe `pyarmor cfg name += value` doesn't work as expected in windows shell, the current value of `cflags` is only `-DENABLE_PYAPI_REFCNT` Well, make sure the final value of `cflags` is...
Fixed in v9.2.2, it should not need extra cflags `-DENABLE_PYAPI_REFCNT` for BCC mode in Windows.x86_64