Jondy

Results 177 comments of Jondy

Refer to #1964, the feature is used to refact complex project which need extra sys.path to run the script

It's develeping, the plan release date is about next month

Pyarmor 9.2.0 has been released to support Python 3.14, Python 3.15.0a1 with - pyarmor.cli.core 8.1.0 - pyarmor.mini 2.0 Refert to https://github.com/dashingsoft/pyarmor/releases/tag/v9.2.0

Free-threaded feature is only for pyarmor_mini.so which is generated by `pyarmor build`, not for the scripts generated by `pyarmor gen`.

Pyarmor 9.2.2 has been released for VMC/ECC features

现在应该还是 BCC 模式安全性最高,其次是 ECC 模式,但是目前 ECC 模式还没有实现常量保护和只读模式等功能,等全部功能实现之后会在文档中详细说明的 如果是基础版许可证,或者试用版,目前来说 VMC 模式应该是最安全的

@BCDS-haoran Please check this guide https://pyarmor.readthedocs.io/en/latest/how-to/register.html#run-unlimited-dockers-in-offline-device

@BCDS-haoran I don't what's exactly your problem. `pyarmor-auth` must be run in one machine which machine id is stable, and it must be in this machine to run docker container....

In docker container, try to export one environment variable ``` export PYARMOR_DOCKER_HOST=192.168.139.3 ``` Or make sure domain name `host.docker.internal` is parsed as `192.168.139.3` Then run `pyarmor gen ...` to check...