Replies: 7 comments 5 replies
-
|
把 |
Beta Was this translation helpful? Give feedback.
-
|
这个问题下一个版本解决,目前只能解压 |
Beta Was this translation helpful? Give feedback.
-
|
不用安装,直接下载pyarmor_mini-2.0-cp314t-none-manylinux1_x86_64.whl,里面就只有一个文件 pyarmor_mini.so |
Beta Was this translation helpful? Give feedback.
-
|
pyarmor_mini 3.0 已经发布,可以直接在安装 freethreading 版本了 |
Beta Was this translation helpful? Give feedback.
-
|
安装问题吧,自己解决吧 |
Beta Was this translation helpful? Give feedback.
-
|
的确有这个问题,这个问题下一个版本会解决 |
Beta Was this translation helpful? Give feedback.
-
|
http://eke.dashingsoft.com/pyarmor/ask/zh/index.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(base) root@asr123:/home/xujiajian/python# 314_nogil/bin/python3
Python 3.14.0 free-threading build (main, Oct 9 2025, 09:40:25) [GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: /home/xujiajian/python/314_nogil/bin/python3 -m pip install --upgrade pip
ERROR: pyarmor_mini-2.0-cp314t-none-manylinux1_x86_64.whl is not a supported wheel on this platform.
(base) root@asr123:/home/xujiajian/python#
(base) root@asr123:/home/xujiajian/python# 314_nogil/bin/python3 -m pip install pyarmor.mini
Looking in indexes: https://mirrors.tools.huawei.com/pypi/simple
Collecting pyarmor.mini
Downloading https://..../pypi/packages/e0/b5/f11c2d07faaa9e3a0b27bcf2344d841eaf83ebd67e97a79a4cc13cd51b51/pyarmor_mini-2.0-cp314-none-manylinux1_x86_64.whl (21 kB)
Installing collected packages: pyarmor.mini
Successfully installed pyarmor.mini-2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
[notice] A new release of pip is available: 25.2 -> 25.3
[notice] To update, run: /home/xujiajian/python/314_nogil/bin/python3 -m pip install --upgrade pip
为什么我明明是python3.14的free threading版本,但是只能装cp314版本的pyarmor mini呢,然后可以用这个版本的pyarmor吗
Beta Was this translation helpful? Give feedback.
All reactions