Skip to content

Commit

Permalink
Add solution for bootstrap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Sep 26, 2024
1 parent 04d887f commit 907bbc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/solutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 907bbc3

Please sign in to comment.