diff --git a/docs/reference/solutions.rst b/docs/reference/solutions.rst index 60867a07..b3051668 100644 --- a/docs/reference/solutions.rst +++ b/docs/reference/solutions.rst @@ -88,6 +88,8 @@ Bootstrap failed $ export PYARMOR_PLATFORM=linux.loongarch64 $ pyarmor gen foo.py +4. If this platform is supported, try to upgrade Python interprerter to latest patch version. For example, upgrade Python 3.11.0b2 to 3.11.9 + Registration Failed ------------------- @@ -201,6 +203,8 @@ Bootstrap failed If it doesn't work, try to use :option:`-i` or :option:`--prefix` to generate the obfuscated scripts again to fix it +3. Try to upgrade Python interprerter to latest patch version. For example, upgrade Python 3.11.0b2 to 3.11.9 + **If target device is different from build device** 1. Make sure Python version (major.minor) is same in build/target device