活动介绍
file-type

Python加密库pycryptodomex v3.6.4下载安装指南

版权申诉
7.03MB | 更新于2024-10-27 | 150 浏览量 | 0 下载量 举报 收藏
download 限时特惠:#14.90
该库文件遵循PEP 513规范,支持manylinux1架构的x86_64平台。它兼容CPython解释器版本27,并且是多平台轮子(wheel)格式的发行包,方便安装和分发。" 知识点详细说明: 1. Python库(Python Library): Python库是一组预编译的Python代码和数据模块,可以提供特定功能或服务。使用Python库可以避免重复发明轮子,开发者可以在自己的程序中直接调用库提供的功能,从而加快开发进程,提高代码的复用性与可靠性。在本例中,“pycryptodomex”是一个专门用于加密的Python库。 2. pycryptodomex: pycryptodomex是一个专门用于Python环境的加密库,它是“pycryptodome”的一个分支,专为满足特定的兼容性需求而设计。pycryptodomex库支持包括AES, RSA, SHA等多种加密算法,提供对称加密、非对称加密、哈希算法、消息认证码等安全功能的支持,适用于需要进行安全通信和数据加密的场合。 3. 文件格式 (.whl): 文件格式“.whl”是一种Python包的分发格式,被称为wheel。Wheel旨在加快安装Python包的过程,避免重复的编译过程。与传统的源代码分发(.tar.gz文件)相比,wheel文件可以被直接安装到Python环境中,这样做的好处是可以减少依赖关系的复杂性,并且使安装过程更加迅速和可靠。 4. 版本号(3.6.4): 版本号“3.6.4”指的是库文件的版本,表示这是pycryptodomex库的第3个主版本号的第6个次版本号的第4次修订。版本号的递增通常表示库进行了更新,可能包含了新的功能、改进、修复或安全更新。 5. 兼容性(cp27-cp27m): “cp27-cp27m”指出了该库文件是针对CPython解释器版本2.7设计的,适用于多版本的CPython解释器。其中,“cp”代表CPython,“m”代表该库支持多线程应用。通常,Python库的分发文件会包含多个标记,以确保兼容不同的Python解释器和环境。 6. 平台兼容性(manylinux1_x86_64): “manylinux1_x86_64”是指该whl文件是针对多数Linux发行版上的x86_64(64位)架构设计的。manylinux是一种规范,用于确保Python库能够跨多种Linux发行版兼容运行。该规范被PEP 513正式提出,并被广泛采纳,确保了Linux平台下软件的一致性与可移植性。 7. Python 2.7: 尽管当前Python 3的版本已普遍取代Python 2成为主流开发版本,Python 2.7由于其稳定性和广泛的社区支持,依然被一些项目和公司使用。本例中的库文件专门适用于Python 2.7版本,这意味着它不保证与Python 3.x版本的兼容性。 在安装和使用该库文件之前,开发者需要确保系统环境满足上述所有要求,并且安装适当的Python版本和解释器。此外,考虑到安全性和兼容性问题,推荐开发者查看库文件的官方文档和更新日志,了解最新的安全更新和功能变化。

相关推荐

filetype

linux安装python依赖:[root@VM-16-5-centos noon]# pip3.6 install sqlalchemy WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3.6 install --user` instead. Collecting sqlalchemy Downloading http://mirrors.tencentyun.com/pypi/packages/5e/50/f63ff7811a8d3367a2c7fae6095f08da20e64e09762e4da1bf05706aefb1/SQLAlchemy-1.4.54-cp36-cp36m-manylinux1_x86_64.manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_5_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6MB) 100% |████████████████████████████████| 1.6MB 1.8MB/s Collecting greenlet!=0.4.17; python_version >= "3" and (platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32")))))) (from sqlalchemy) Downloading http://mirrors.tencentyun.com/pypi/packages/1e/1e/632e55a04d732c8184201238d911207682b119c35cecbb9a573a6c566731/greenlet-2.0.2.tar.gz (164kB) 100% |████████████████████████████████| 174kB 920kB/s Collecting importlib-metadata; python_version < "3.8" (from sqlalchemy) Downloading http://mirrors.tencentyun.com/pypi/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata; python_version < "3.8"->sqlalchemy) Downloading http://mirrors.tencentyun.com/pypi/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl Requirement already satisfied: typing-extensions>=3.6.4; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from importlib-metadata; python_version < "3.8"->sqlalchemy) Installing collected packages: greenlet, zipp, importlib-metadata, sqlalchemy Running setup.py install for greenlet ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xwpa9djj/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-5rl6bxpe-record/install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/__init__.py -> build/lib.linux-x86_64-3.6/greenlet creating build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/platform creating build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/leakcheck.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-3.6/greenlet/tests running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'benchmarks/*.json' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution writing manifest file 'src/greenlet.egg-info/SOURCES.txt' copying src/greenlet/greenlet.cpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-3.6/greenlet copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-3.6/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-3.6/greenlet/tests running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src creating build/temp.linux-x86_64-3.6/src/greenlet gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c src/greenlet/greenlet.cpp -o build/temp.linux-x86_64-3.6/src/greenlet/greenlet.o gcc: error trying to exec 'cc1plus': execvp: 没有那个文件或目录 error: command 'gcc' failed with exit status 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xwpa9djj/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-5rl6bxpe-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-xwpa9djj/greenlet/ [root@VM-16-5-centos noon]# python3.6 getSalerInfo3.py Traceback (most recent call last): File "getSalerInfo3.py", line 13, in <module> from sqlalchemy import exc, create_engine, text ModuleNotFoundError: No module named 'sqlalchemy' [root@VM-16-5-centos noon]#报错

filetype

正在下载面板文件,请稍等................... ============================================== --2025-07-03 15:11:30-- https://hk1-node.bt.cn/install/src/panel6.zip Resolving hk1-node.bt.cn (hk1-node.bt.cn)... 103.179.243.14 Connecting to hk1-node.bt.cn (hk1-node.bt.cn)|103.179.243.14|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 52858191 (50M) [application/zip] Saving to: ‘panel.zip’ panel.zip 100%[================================================================================================================>] 50.41M 6.18MB/s in 11s 2025-07-03 15:11:41 (4.59 MB/s) - ‘panel.zip’ saved [52858191/52858191] --2025-07-03 15:11:43-- https://hk1-node.bt.cn/install/src/bt7.init Resolving hk1-node.bt.cn (hk1-node.bt.cn)... 103.179.243.14 Connecting to hk1-node.bt.cn (hk1-node.bt.cn)|103.179.243.14|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18807 (18K) [application/octet-stream] Saving to: ‘/etc/init.d/bt’ /etc/init.d/bt 100%[================================================================================================================>] 18.37K --.-KB/s in 0.03s 2025-07-03 15:11:44 (609 KB/s) - ‘/etc/init.d/bt’ saved [18807/18807] --2025-07-03 15:11:44-- https://hk1-node.bt.cn/install/src/bt7.init Resolving hk1-node.bt.cn (hk1-node.bt.cn)... 103.179.243.14 Connecting to hk1-node.bt.cn (hk1-node.bt.cn)|103.179.243.14|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18807 (18K) [application/octet-stream] Saving to: ‘/www/server/panel/init.sh’ /www/server/panel/init.sh 100%[================================================================================================================>] 18.37K --.-KB/s in 0.03s 2025-07-03 15:11:44 (593 KB/s) - ‘/www/server/panel/init.sh’ saved [18807/18807] --2025-07-03 15:11:44-- https://hk1-node.bt.cn/install/conf/softList.conf Resolving hk1-node.bt.cn (hk1-node.bt.cn)... 103.179.243.14 Connecting to hk1-node.bt.cn (hk1-node.bt.cn)|103.179.243.14|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2250 (2.2K) [application/octet-stream] Saving to: ‘/www/server/panel/data/softList.conf’ /www/server/panel/data/softList.conf 100%[================================================================================================================>] 2.20K --.-KB/s in 0s 2025-07-03 15:11:44 (87.4 MB/s) - ‘/www/server/panel/data/softList.conf’ saved [2250/2250] Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: docxtpl==0.16.7 in /www/server/panel/pyenv/lib/python3.7/site-packages (0.16.7) Requirement already satisfied: six in /www/server/panel/pyenv/lib/python3.7/site-packages (from docxtpl==0.16.7) (1.16.0) Requirement already satisfied: python-docx in /www/server/panel/pyenv/lib/python3.7/site-packages (from docxtpl==0.16.7) (1.1.0) Requirement already satisfied: docxcompose in /www/server/panel/pyenv/lib/python3.7/site-packages (from docxtpl==0.16.7) (1.4.0) Requirement already satisfied: jinja2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from docxtpl==0.16.7) (3.1.3) Requirement already satisfied: lxml in /www/server/panel/pyenv/lib/python3.7/site-packages (from docxtpl==0.16.7) (5.2.1) Requirement already satisfied: setuptools in /www/server/panel/pyenv/lib/python3.7/site-packages (from docxcompose->docxtpl==0.16.7) (65.5.0) Requirement already satisfied: babel in /www/server/panel/pyenv/lib/python3.7/site-packages (from docxcompose->docxtpl==0.16.7) (2.14.0) Requirement already satisfied: typing-extensions in /www/server/panel/pyenv/lib/python3.7/site-packages (from python-docx->docxtpl==0.16.7) (4.7.1) Requirement already satisfied: MarkupSafe>=2.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from jinja2->docxtpl==0.16.7) (2.1.5) Requirement already satisfied: pytz>=2015.7 in /www/server/panel/pyenv/lib/python3.7/site-packages (from babel->docxcompose->docxtpl==0.16.7) (2024.1) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: pymongo in /www/server/panel/pyenv/lib/python3.7/site-packages (4.6.3) Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from pymongo) (2.3.0) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: psycopg2-binary in /www/server/panel/pyenv/lib/python3.7/site-packages (2.9.9) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: flask in /www/server/panel/pyenv/lib/python3.7/site-packages (2.2.5) Requirement already satisfied: Werkzeug>=2.2.2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask) (2.2.3) Requirement already satisfied: Jinja2>=3.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask) (3.1.3) Requirement already satisfied: itsdangerous>=2.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask) (2.1.2) Requirement already satisfied: click>=8.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask) (8.1.7) Requirement already satisfied: importlib-metadata>=3.6.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask) (6.7.0) Requirement already satisfied: zipp>=0.5 in /www/server/panel/pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask) (3.15.0) Requirement already satisfied: typing-extensions>=3.6.4 in /www/server/panel/pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask) (4.7.1) Requirement already satisfied: MarkupSafe>=2.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from Jinja2>=3.0->flask) (2.1.5) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: flask-sock in /www/server/panel/pyenv/lib/python3.7/site-packages (0.7.0) Requirement already satisfied: flask>=2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask-sock) (2.2.5) Requirement already satisfied: simple-websocket>=0.5.1 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask-sock) (0.10.0) Requirement already satisfied: Werkzeug>=2.2.2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (2.2.3) Requirement already satisfied: Jinja2>=3.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (3.1.3) Requirement already satisfied: itsdangerous>=2.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (2.1.2) Requirement already satisfied: click>=8.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (8.1.7) Requirement already satisfied: importlib-metadata>=3.6.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from flask>=2->flask-sock) (6.7.0) Requirement already satisfied: wsproto in /www/server/panel/pyenv/lib/python3.7/site-packages (from simple-websocket>=0.5.1->flask-sock) (1.2.0) Requirement already satisfied: zipp>=0.5 in /www/server/panel/pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask>=2->flask-sock) (3.15.0) Requirement already satisfied: typing-extensions>=3.6.4 in /www/server/panel/pyenv/lib/python3.7/site-packages (from importlib-metadata>=3.6.0->flask>=2->flask-sock) (4.7.1) Requirement already satisfied: MarkupSafe>=2.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from Jinja2>=3.0->flask>=2->flask-sock) (2.1.5) Requirement already satisfied: h11<1,>=0.9.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from wsproto->simple-websocket>=0.5.1->flask-sock) (0.14.0) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Collecting gevent Downloading https://mirrors.tencent.com/pypi/packages/5b/02/22dad5a61fa2a5ae56e6d4869f5d70dc18df9a89dff2ffe50d8268aad4b0/gevent-22.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 9.6 MB/s eta 0:00:00 Collecting zope.event (from gevent) Downloading https://mirrors.tencent.com/pypi/packages/fe/42/f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230/zope.event-5.0-py3-none-any.whl (6.8 kB) Collecting zope.interface (from gevent) Downloading https://mirrors.tencent.com/pypi/packages/09/06/7c1202972bc99dd1b731c3c01157855cbc8d0944894c3b234473b1f4119c/zope.interface-6.4.post2.tar.gz (294 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.5/294.5 kB 8.1 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Collecting setuptools (from gevent) Downloading https://mirrors.tencent.com/pypi/packages/c7/42/be1c7bbdd83e1bfb160c94b9cafd8e25efc7400346cf7ccdbdb452c467fa/setuptools-68.0.0-py3-none-any.whl (804 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 804.0/804.0 kB 8.9 MB/s eta 0:00:00 Collecting greenlet>=2.0.0 (from gevent) Downloading https://mirrors.tencent.com/pypi/packages/fd/ac/a67e69bb4e3a9ae73ea88fa996f8cf1fc5609e0ca864e0c6f82ba42be70e/greenlet-3.1.1-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (562 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 563.0/563.0 kB 8.2 MB/s eta 0:00:00 Building wheels for collected packages: zope.interface Building wheel for zope.interface (setup.py) ... done Created wheel for zope.interface: filename=zope.interface-6.4.post2-cp37-cp37m-linux_x86_64.whl size=238253 sha256=38898bb69abdcf801a3f9ea3cf5f12f8931a2a6f36fffe989692eadee5867bb7 Stored in directory: /root/.cache/pip/wheels/61/b1/03/bdb0c69123389b3d6138e9cff90af5d2c4fefceb5d7c55f58d Successfully built zope.interface Installing collected packages: setuptools, greenlet, zope.interface, zope.event, gevent Successfully installed gevent-22.10.2 greenlet-3.0.3 setuptools-65.5.0 zope.event-5.0 zope.interface-6.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: simple-websocket==0.10.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (0.10.0) Requirement already satisfied: wsproto in /www/server/panel/pyenv/lib/python3.7/site-packages (from simple-websocket==0.10.0) (1.2.0) Requirement already satisfied: h11<1,>=0.9.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from wsproto->simple-websocket==0.10.0) (0.14.0) Requirement already satisfied: typing-extensions in /www/server/panel/pyenv/lib/python3.7/site-packages (from h11<1,>=0.9.0->wsproto->simple-websocket==0.10.0) (4.7.1) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: natsort in /www/server/panel/pyenv/lib/python3.7/site-packages (8.4.0) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv WARNING: Skipping enum34 as it is not installed. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: geoip2==4.7.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (4.7.0) Requirement already satisfied: aiohttp<4.0.0,>=3.6.2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from geoip2==4.7.0) (3.8.6) Requirement already satisfied: maxminddb<3.0.0,>=2.3.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from geoip2==4.7.0) (2.4.0) Requirement already satisfied: requests<3.0.0,>=2.24.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from geoip2==4.7.0) (2.31.0) Requirement already satisfied: attrs>=17.3.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (23.2.0) Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (3.3.2) Requirement already satisfied: multidict<7.0,>=4.5 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (6.0.5) Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (4.0.3) Requirement already satisfied: yarl<2.0,>=1.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (1.9.4) Requirement already satisfied: frozenlist>=1.1.1 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (1.3.3) Requirement already satisfied: aiosignal>=1.1.2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (1.3.1) Requirement already satisfied: asynctest==0.13.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (0.13.0) Requirement already satisfied: typing-extensions>=3.7.4 in /www/server/panel/pyenv/lib/python3.7/site-packages (from aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (4.7.1) Requirement already satisfied: idna<4,>=2.5 in /www/server/panel/pyenv/lib/python3.7/site-packages (from requests<3.0.0,>=2.24.0->geoip2==4.7.0) (3.7) Requirement already satisfied: urllib3<3,>=1.21.1 in /www/server/panel/pyenv/lib/python3.7/site-packages (from requests<3.0.0,>=2.24.0->geoip2==4.7.0) (1.25.11) Requirement already satisfied: certifi>=2017.4.17 in /www/server/panel/pyenv/lib/python3.7/site-packages (from requests<3.0.0,>=2.24.0->geoip2==4.7.0) (2024.2.2) Requirement already satisfied: importlib-metadata in /www/server/panel/pyenv/lib/python3.7/site-packages (from attrs>=17.3.0->aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (6.7.0) Requirement already satisfied: zipp>=0.5 in /www/server/panel/pyenv/lib/python3.7/site-packages (from importlib-metadata->attrs>=17.3.0->aiohttp<4.0.0,>=3.6.2->geoip2==4.7.0) (3.15.0) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: brotli in /www/server/panel/pyenv/lib/python3.7/site-packages (1.1.0) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Looking in indexes: https://mirrors.tencent.com/pypi/simple Requirement already satisfied: PyMySQL in /www/server/panel/pyenv/lib/python3.7/site-packages/PyMySQL-0.9.3-py3.7.egg (0.9.3) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Starting Bt-Panel.... done Starting Bt-Tasks... done username: fdxyfajc Looking in indexes: https://mirrors.tencent.com/pypi/simple Collecting pyOpenSSl Downloading https://mirrors.tencent.com/pypi/packages/80/28/2659c02301b9500751f8d42f9a6632e1508aa5120de5e43042b8b30f8d5d/pyopenssl-25.1.0-py3-none-any.whl (56 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.8/56.8 kB 3.8 MB/s eta 0:00:00 Collecting cryptography<46,>=41.0.5 (from pyOpenSSl) Downloading https://mirrors.tencent.com/pypi/packages/05/2b/aaf0adb845d5dabb43480f18f7ca72e94f92c280aa983ddbd0bcd6ecd037/cryptography-45.0.5-cp37-abi3-manylinux_2_34_x86_64.whl (4.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 8.6 MB/s eta 0:00:00 Collecting cffi>=1.14 (from cryptography<46,>=41.0.5->pyOpenSSl) Downloading https://mirrors.tencent.com/pypi/packages/93/d0/2e2b27ea2f69b0ec9e481647822f8f77f5fc23faca2dd00d1ff009940eb7/cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (427 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 427.9/427.9 kB 4.7 MB/s eta 0:00:00 Collecting pycparser (from cffi>=1.14->cryptography<46,>=41.0.5->pyOpenSSl) Downloading https://mirrors.tencent.com/pypi/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 3.5 MB/s eta 0:00:00 Installing collected packages: pycparser, cffi, cryptography, pyOpenSSl Successfully installed cffi-1.15.1 cryptography-42.0.5 pyOpenSSl-24.1.0 pycparser-2.21 ======================================== 正在开启面板SSL,请稍等............ ======================================== 证书开启成功! ======================================== Stopping Bt-Tasks... done Stopping Bt-Panel... done Starting Bt-Panel.... done Starting Bt-Tasks... done cat: /etc/redhat-release: No such file or directory cat: /etc/redhat-release: No such file or directory Last metadata expiration check: 0:02:44 ago on Thu 03 Jul 2025 03:09:50 PM CST. Dependencies resolved. ============================================================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================================================ Installing: firewalld noarch 1.2.6-3.oc9 BaseOS 451 k Upgrading: iptables-legacy x86_64 1.8.9-3.oc9 BaseOS 109 k iptables-legacy-libs x86_64 1.8.9-3.oc9 BaseOS 28 k iptables-libs x86_64 1.8.9-3.oc9 BaseOS 325 k Installing dependencies: firewalld-filesystem noarch 1.2.6-3.oc9 BaseOS 8.5 k gobject-introspection x86_64 1.76.1-8.oc9 BaseOS 247 k ipset x86_64 7.19-3.oc9 BaseOS 42 k ipset-libs x86_64 7.19-3.oc9 BaseOS 69 k iptables-nft x86_64 1.8.9-3.oc9 BaseOS 184 k libnftnl x86_64 1.2.6-4.oc9 BaseOS 80 k nftables x86_64 1.0.8-6.oc9 BaseOS 406 k python3-firewall noarch 1.2.6-3.oc9 BaseOS 157 k python3-gobject-base x86_64 3.46.0-3.oc9 BaseOS 191 k python3-gobject-base-noarch noarch 3.46.0-3.oc9 BaseOS 192 k python3-nftables x86_64 1.0.8-6.oc9 BaseOS 19 k Transaction Summary ============================================================================================================================================================================================================ Install 12 Packages Upgrade 3 Packages Total download size: 2.4 M Downloading Packages: (1/15): firewalld-filesystem-1.2.6-3.oc9.noarch.rpm 132 kB/s | 8.5 kB 00:00 (2/15): ipset-7.19-3.oc9.x86_64.rpm 416 kB/s | 42 kB 00:00 (3/15): gobject-introspection-1.76.1-8.oc9.x86_64.rpm 1.4 MB/s | 247 kB 00:00 (4/15): firewalld-1.2.6-3.oc9.noarch.rpm 1.9 MB/s | 451 kB 00:00 (5/15): ipset-libs-7.19-3.oc9.x86_64.rpm 568 kB/s | 69 kB 00:00 (6/15): iptables-nft-1.8.9-3.oc9.x86_64.rpm 1.2 MB/s | 184 kB 00:00 (7/15): libnftnl-1.2.6-4.oc9.x86_64.rpm 665 kB/s | 80 kB 00:00 (8/15): python3-firewall-1.2.6-3.oc9.noarch.rpm 1.1 MB/s | 157 kB 00:00 (9/15): nftables-1.0.8-6.oc9.x86_64.rpm 2.0 MB/s | 406 kB 00:00 (10/15): python3-gobject-base-3.46.0-3.oc9.x86_64.rpm 1.2 MB/s | 191 kB 00:00 (11/15): python3-nftables-1.0.8-6.oc9.x86_64.rpm 207 kB/s | 19 kB 00:00 (12/15): python3-gobject-base-noarch-3.46.0-3.oc9.noarch.rpm 1.4 MB/s | 192 kB 00:00 (13/15): iptables-legacy-1.8.9-3.oc9.x86_64.rpm 769 kB/s | 109 kB 00:00 (14/15): iptables-legacy-libs-1.8.9-3.oc9.x86_64.rpm 285 kB/s | 28 kB 00:00 (15/15): iptables-libs-1.8.9-3.oc9.x86_64.rpm 1.6 MB/s | 325 kB 00:00 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Total 3.0 MB/s | 2.4 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: iptables-libs-1.8.9-3.oc9.x86_64 1/1 Upgrading : iptables-libs-1.8.9-3.oc9.x86_64 1/18 Installing : libnftnl-1.2.6-4.oc9.x86_64 2/18 Installing : iptables-nft-1.8.9-3.oc9.x86_64 3/18 Running scriptlet: iptables-nft-1.8.9-3.oc9.x86_64 3/18 Installing : nftables-1.0.8-6.oc9.x86_64 4/18 Running scriptlet: nftables-1.0.8-6.oc9.x86_64 4/18 Installing : python3-nftables-1.0.8-6.oc9.x86_64 5/18 Upgrading : iptables-legacy-libs-1.8.9-3.oc9.x86_64 6/18 Installing : ipset-libs-7.19-3.oc9.x86_64 7/18 Running scriptlet: ipset-libs-7.19-3.oc9.x86_64 7/18 Installing : ipset-7.19-3.oc9.x86_64 8/18 Installing : gobject-introspection-1.76.1-8.oc9.x86_64 9/18 Installing : python3-gobject-base-noarch-3.46.0-3.oc9.noarch 10/18 Installing : python3-gobject-base-3.46.0-3.oc9.x86_64 11/18 Installing : python3-firewall-1.2.6-3.oc9.noarch 12/18 Installing : firewalld-filesystem-1.2.6-3.oc9.noarch 13/18 Installing : firewalld-1.2.6-3.oc9.noarch 14/18 Running scriptlet: firewalld-1.2.6-3.oc9.noarch 14/18 Upgrading : iptables-legacy-1.8.9-3.oc9.x86_64 15/18 Running scriptlet: iptables-legacy-1.8.9-3.oc9.x86_64 15/18 Running scriptlet: iptables-legacy-1.8.9-1.oc9.x86_64 16/18 Cleanup : iptables-legacy-1.8.9-1.oc9.x86_64 16/18 Running scriptlet: iptables-legacy-1.8.9-1.oc9.x86_64 16/18 Cleanup : iptables-legacy-libs-1.8.9-1.oc9.x86_64 17/18 Cleanup : iptables-libs-1.8.9-1.oc9.x86_64 18/18 Running scriptlet: iptables-libs-1.8.9-1.oc9.x86_64 18/18 Verifying : firewalld-1.2.6-3.oc9.noarch 1/18 Verifying : firewalld-filesystem-1.2.6-3.oc9.noarch 2/18 Verifying : gobject-introspection-1.76.1-8.oc9.x86_64 3/18 Verifying : ipset-7.19-3.oc9.x86_64 4/18 Verifying : ipset-libs-7.19-3.oc9.x86_64 5/18 Verifying : iptables-nft-1.8.9-3.oc9.x86_64 6/18 Verifying : libnftnl-1.2.6-4.oc9.x86_64 7/18 Verifying : nftables-1.0.8-6.oc9.x86_64 8/18 Verifying : python3-firewall-1.2.6-3.oc9.noarch 9/18 Verifying : python3-gobject-base-3.46.0-3.oc9.x86_64 10/18 Verifying : python3-gobject-base-noarch-3.46.0-3.oc9.noarch 11/18 Verifying : python3-nftables-1.0.8-6.oc9.x86_64 12/18 Verifying : iptables-legacy-1.8.9-3.oc9.x86_64 13/18 Verifying : iptables-legacy-1.8.9-1.oc9.x86_64 14/18 Verifying : iptables-legacy-libs-1.8.9-3.oc9.x86_64 15/18 Verifying : iptables-legacy-libs-1.8.9-1.oc9.x86_64 16/18 Verifying : iptables-libs-1.8.9-3.oc9.x86_64 17/18 Verifying : iptables-libs-1.8.9-1.oc9.x86_64 18/18 Upgraded: iptables-legacy-1.8.9-3.oc9.x86_64 iptables-legacy-libs-1.8.9-3.oc9.x86_64 iptables-libs-1.8.9-3.oc9.x86_64 Installed: firewalld-1.2.6-3.oc9.noarch firewalld-filesystem-1.2.6-3.oc9.noarch gobject-introspection-1.76.1-8.oc9.x86_64 ipset-7.19-3.oc9.x86_64 ipset-libs-7.19-3.oc9.x86_64 iptables-nft-1.8.9-3.oc9.x86_64 libnftnl-1.2.6-4.oc9.x86_64 nftables-1.0.8-6.oc9.x86_64 python3-firewall-1.2.6-3.oc9.noarch python3-gobject-base-3.46.0-3.oc9.x86_64 python3-gobject-base-noarch-3.46.0-3.oc9.noarch python3-nftables-1.0.8-6.oc9.x86_64 Complete! Created symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service → /usr/lib/systemd/system/firewalld.service. Created symlink /etc/systemd/system/multi-user.target.wants/firewalld.service → /usr/lib/systemd/system/firewalld.service. success install.sh: line 1240: [: missing `]' True ================================================================== Congratulations! Installed successfully! =============注意:首次打开面板浏览器将提示不安全================= 请选择以下其中一种方式解决不安全提醒 1、下载证书,地址:https://dg2.bt.cn/ssl/baota_root.pfx,双击安装,密码【www.bt.cn】 2、点击【高级】-【继续访问】或【接受风险并继续】访问 教程:https://www.bt.cn/bbs/thread-117246-1-1.html mac用户请下载使用此证书:https://dg2.bt.cn/ssl/mac.crt ========================面板账户登录信息========================== 【云服务器】请在安全组放行 29178 端口 外网面板地址: https://101.35.44.242:29178/0244ecde 内网面板地址: https://10.0.12.17:29178/0244ecde username: fdxyfajc password: 545d3a9d 浏览器访问以下链接,添加宝塔客服 https://www.bt.cn/new/wechat_customer ================================================================== Time consumed: 2 Minute! [root@VM-12-17-opencloudos ~]#