(.venv) PS D:\python> pip install pypotrace --only-binary=:all: Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requirement pypotrace (from versions: none) ERROR: No matching distribution found for pypotrace

时间: 2025-07-01 21:26:53 AIGC 浏览: 42
<think>嗯,用户遇到了安装pypotrace的问题,提示找不到版本。首先,我需要回忆一下pypotrace这个库的情况。pypotrace是一个Python封装了Potrace库的工具,用于将位图转换为矢量路径。可能的问题有几个方面: 1. **平台兼容性**:Potrace本身是用C写的,pypotrace可能依赖C扩展。用户使用的是Windows系统(PS路径提示),而PyPI上可能没有预编译的Windows二进制包,导致pip找不到合适的版本。这时候用户可能需要手动安装依赖或者从其他源获取。 2. **Python版本**:用户可能使用的Python版本过高或过低,而pypotrace没有对应的wheel文件。比如,如果用户用Python 3.11,而pypotrace只支持到3.9,就会找不到。 3. **依赖库缺失**:安装时需要Potrace的C库和开发头文件。在Windows下,可能需要先安装Potrace的dll,并设置环境变量,或者在安装时指定路径。 接下来,我应该分步骤给出解决方法。首先建议安装Potrace,然后尝试从源码编译,或者寻找预编译的二进制。另外,可以建议使用conda,因为conda的仓库可能有适用于Windows的版本。 然后,相关问题可能涉及安装其他需要C扩展的库、常见安装错误处理、conda与pip的区别,以及Potrace的其他Python封装。这样用户能进一步了解相关领域的问题。</think><< 这个错误表明在PyPI仓库中找不到适用于你当前环境的`pypotrace`预编译版本。主要原因及解决方法如下: **原因分析**: 1. **二进制依赖问题**:`pypotrace`是`potrace`库的Python绑定,需要C语言库和开发头文件 2. **平台限制**:官方PyPI可能未提供Windows平台的预编译二进制包 3. **Python版本不匹配**:可能没有对应你当前Python版本的预编译轮子 **解决方案**: ```python # 1. 先安装potrace主程序(Windows) # 访问 http://potrace.sourceforge.net/ 下载Windows版本 # 将potrace.exe所在目录添加到系统PATH环境变量 # 2. 安装Microsoft Visual C++构建工具 # 安装Visual Studio 2015+的C++构建工具 # 3. 通过源码安装(需要设置环境变量) # 从GitHub克隆仓库 git clone https://github.com/flupke/pypotrace.git cd pypotrace python setup.py install # 或者直接使用pip指定源码安装 pip install --no-binary pypotrace pypotrace # 4. 替代方案:使用conda(推荐) conda install -c conda-forge pypotrace ``` **备选方案**: ```python # 如果不需要potrace算法,可以考虑其他矢量化库 pip install opencv-python scikit-image ```
阅读全文

相关推荐

正在下载面板文件,请稍等................... ============================================== --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 ~]#

PS D:\bert> pip install transformers==4.28.1 -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting transformers==4.28.1 Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d8/a7/a6ff727fd5d96d6625f4658944a2ae230f0c75743a9a117fbda013b03d3d/transformers-4.28.1-py3-none-any.whl (7.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 2.4 MB/s 0:00:03 Requirement already satisfied: filelock in d:\python\lib\site-packages (from transformers==4.28.1) (3.19.1) Requirement already satisfied: huggingface-hub<1.0,>=0.11.0 in d:\python\lib\site-packages (from transformers==4.28.1) (0.34.4) Requirement already satisfied: numpy>=1.17 in d:\python\lib\site-packages (from transformers==4.28.1) (2.3.2) Requirement already satisfied: packaging>=20.0 in d:\python\lib\site-packages (from transformers==4.28.1) (25.0) Requirement already satisfied: pyyaml>=5.1 in d:\python\lib\site-packages (from transformers==4.28.1) (6.0.2) Requirement already satisfied: regex!=2019.12.17 in d:\python\lib\site-packages (from transformers==4.28.1) (2025.9.1) Requirement already satisfied: requests in d:\python\lib\site-packages (from transformers==4.28.1) (2.32.5) Collecting tokenizers!=0.11.3,<0.14,>=0.11.1 (from transformers==4.28.1) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/29/9c/936ebad6dd963616189d6362f4c2c03a0314cf2a221ba15e48dd714d29cf/tokenizers-0.13.3.tar.gz (314 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: tqdm>=4.27 in d:\python\lib\site-packages (from transformers==4.28.1) (4.67.1) Requirement already satisfied: fsspec>=2023.5.0 in d:\python\lib\site-packages (from huggingface-hub<1.0,>=0.11.0->transformers==4.28.1) (2025.9.0) Requirement already satisfied: typing-extensions>=3.7.4.3 in d:\python\lib\site-packages (from huggingface-hub<1.0,>=0.11.0->transformers==4.28.1) (4.15.0) Requirement already satisfied: colorama in d:\python\lib\site-packages (from tqdm>=4.27->transformers==4.28.1) (0.4.6) Requirement already satisfied: charset_normalizer<4,>=2 in d:\python\lib\site-packages (from requests->transformers==4.28.1) (3.4.3) Requirement already satisfied: idna<4,>=2.5 in d:\python\lib\site-packages (from requests->transformers==4.28.1) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in d:\python\lib\site-packages (from requests->transformers==4.28.1) (2.5.0) Requirement already satisfied: certifi>=2017.4.17 in d:\python\lib\site-packages (from requests->transformers==4.28.1) (2025.8.3) Building wheels for collected packages: tokenizers Building wheel for tokenizers (pyproject.toml) ... -

Windows PowerShell 版权所有(C) Microsoft Corporation。保留所有权利。 安装最新的 PowerShell,了解新功能和改进!https://aka.ms/PSWindows (.venv1) PS D:\OCR\AW> pip install cmake -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting cmake Downloading https://pypi.tuna.tsinghua.edu.cn/packages/16/1a/6504170f8cfadde043ed5dabadcca8af50545094428ed74c44c1eac3903f/cmake-4.0.2-py3-none-win_amd64.whl (36.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.7/36.7 MB 21.8 MB/s eta 0:00:00 Installing collected packages: cmake Successfully installed cmake-4.0.2 [notice] A new release of pip is available: 23.2.1 -> 25.1.1 [notice] To update, run: python.exe -m pip install --upgrade pip (.venv1) PS D:\OCR\AW> pip install dlib==19.24.0 -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting dlib==19.24.0 Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e5/3b/7a8522a5c2ef6ff6252e46b0788b3d2c2280198c49d6ecf3b576b171045f/dlib-19.24.0.tar.gz (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 3.5 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Building wheels for collected packages: dlib Building wheel for dlib (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [60 lines of output] running bdist_wheel running build running build_py running build_ext C:\Users\Admin\AppData\Local\Temp\pip-install-8ye8wh45\dlib_06503242b7ff453f95f8a7e1db2cf260\setup.py:129: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(cmake_version) < '3.1.0': Building extension for Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] Invoking CMake setup: 'cmake C:\Users\Admin\AppData\Local\Temp\pip-install-8ye8wh45\dlib_06503242b7ff453f95f8a7e1db2cf260\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\Admin\AppData\Local\Temp\pip-install-8ye8wh45\d lib_06503242b7ff453f95f8a7e1db2cf260\build\lib.win-amd64-cpython-39 -DPYTHON_EXECUTABLE=D:\OCR\AW\.venv1\Scripts\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\Admin\AppData\Local\Temp\pip-install-8ye8wh45\dlib_06503242b7ff453f95f8a7e1db2cf260\build\lib.win-amd64-cpython-39 -A x64' -- Building for: Visual Studio 17 2022 CMake Error at CMakeLists.txt:2 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. -- Configuring incomplete, errors occurred! Traceback (most recent call last): File "<string>", line 2, in <module> File "", line 34, in <module> File "C:\Users\Admin\AppData\Local\Temp\pip-install-8ye8wh45\dlib_06503242b7ff453f95f8a7e1db2cf260\setup.py", line 222, in <module> setup( File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\__init__.py", line 103, in setup return distutils.core.setup(**attrs) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\core.py", line 185, in setup return run_commands(dist) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\core.py", line 201, in run_commands dist.run_commands() File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\dist.py", line 969, in run_commands self.run_command(cmd) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\dist.py", line 1001, in run_command super().run_command(command) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command cmd_obj.run() File "D:\OCR\AW\.venv1\lib\site-packages\wheel\bdist_wheel.py", line 364, in run self.run_command("build") File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command self.distribution.run_command(command) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\dist.py", line 1001, in run_command super().run_command(command) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command cmd_obj.run() File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\command\build.py", line 131, in run self.run_command(cmd_name) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command self.distribution.run_command(command) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\dist.py", line 1001, in run_command super().run_command(command) File "D:\OCR\AW\.venv1\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command cmd_obj.run() File "C:\Users\Admin\AppData\Local\Temp\pip-install-8ye8wh45\dlib_06503242b7ff453f95f8a7e1db2cf260\setup.py", line 134, in run self.build_extension(ext) File "C:\Users\Admin\AppData\Local\Temp\pip-install-8ye8wh45\dlib_06503242b7ff453f95f8a7e1db2cf260\setup.py", line 171, in build_extension subprocess.check_call(cmake_setup, cwd=build_folder) File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', 'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-8ye8wh45\\dlib_06503242b7ff453f95f8a7e1db2cf260\\tools\\python', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\Admin\\AppD ata\\Local\\Temp\\pip-install-8ye8wh45\\dlib_06503242b7ff453f95f8a7e1db2cf260\\build\\lib.win-amd64-cpython-39', '-DPYTHON_EXECUTABLE=D:\\OCR\\AW\\.venv1\\Scripts\\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-8ye8wh45\\dlib_06503242b7ff453f95f8a7e1db2cf260\\build\\lib.win-amd64-cpython-39', '-A', 'x64']' returned non-zero exit status 1. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for dlib Running setup.py clean for dlib Failed to build dlib ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects [notice] A new release of pip is available: 23.2.1 -> 25.1.1 [notice] To update, run: python.exe -m pip install --upgrade pip (.venv1) PS D:\OCR\AW> pip install cmake -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Requirement already satisfied: cmake in d:\ocr\aw\.venv1\lib\site-packages (4.0.2) [notice] A new release of pip is available: 23.2.1 -> 25.1.1 [notice] To update, run: python.exe -m pip install --upgrade pip (.venv1) PS D:\OCR\AW> pip install boost -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting boost Downloading https://pypi.tuna.tsinghua.edu.cn/packages/cd/e9/fd77f318eba4976c9ed9df341c13daebe69cace8723dbd0f3d39a0dddb08/boost-0.1.tar.gz (6.3 kB) Preparing metadata (setup.py) ... done Collecting Mastodon.py (from boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/cf/d7/632b8b14a13eb33a9fcc5c3354f878fa39dfb5f51ef6283b24fce84c5796/mastodon_py-2.0.1-py3-none-any.whl (108 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.5/108.5 kB 701.7 kB/s eta 0:00:00 Collecting sqlalchemy (from boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b0/1f/f68c58970d80ea5a1868ca5dc965d154a3b711f9ab06376ad9840d1475b8/sqlalchemy-2.0.41-cp39-cp39-win_amd64.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 19.3 MB/s eta 0:00:00 Collecting requests>=2.4.2 (from Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7c/e4/56027c4a6b4ae70ca9de302488c5ca95ad4a39e190093d6c1a8ace08341b/requests-2.32.4-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 3.4 MB/s eta 0:00:00 Collecting python-dateutil (from Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 14.6 MB/s eta 0:00:00 Collecting python-magic-bin (from Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/07/c2/094e3d62b906d952537196603a23aec4bcd7c6126bf80eb14e6f9f4be3a2/python_magic_bin-0.4.14-py2.py3-none-win_amd64.whl (409 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 409.3/409.3 kB 24.9 MB/s eta 0:00:00 Collecting decorator>=4.0.0 (from Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl (9.2 kB) Collecting blurhash>=1.1.4 (from Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/80/08/163cb166a2464223a5eb8890a92cc1cf7e8c7c79a2c75e497e3d8f3a4711/blurhash-1.1.4-py2.py3-none-any.whl (5.3 kB) Collecting greenlet>=1 (from sqlalchemy->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6c/4c/bf2100cbc1bd07f39bee3b09e7eef39beffe29f5453dc2477a2693737913/greenlet-3.2.3-cp39-cp39-win_amd64.whl (296 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB ? eta 0:00:00 Collecting typing-extensions>=4.6.0 (from sqlalchemy->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/69/e0/552843e0d356fbb5256d21449fa957fa4eff3bbc135a74a691ee70c7c5da/typing_extensions-4.14.0-py3-none-any.whl (43 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB ? eta 0:00:00 Collecting charset_normalizer<4,>=2 (from requests>=2.4.2->Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6d/24/5849d46cf4311bbf21b424c443b09b459f5b436b1558c04e45dbb7cc478b/charset_normalizer-3.4.2-cp39-cp39-win_amd64.whl (105 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.8/105.8 kB ? eta 0:00:00 Collecting idna<4,>=2.5 (from requests>=2.4.2->Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB ? eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.4.2->Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/6b/11/cc635220681e93a0183390e26485430ca2c7b5f9d33b15c74c2861cb8091/urllib3-2.4.0-py3-none-any.whl (128 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB ? eta 0:00:00 Collecting certifi>=2017.4.17 (from requests>=2.4.2->Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/4a/7e/3db2bd1b1f9e95f7cddca6d6e75e2f2bd9f51b1246e546d88addca0106bd/certifi-2025.4.26-py3-none-any.whl (159 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.6/159.6 kB 10.0 MB/s eta 0:00:00 Collecting six>=1.5 (from python-dateutil->Mastodon.py->boost) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl (11 kB) Building wheels for collected packages: boost Building wheel for boost (setup.py) ... done Created wheel for boost: filename=boost-0.1-py3-none-any.whl size=12474 sha256=eba78724e39a43a1c34300def19b488974b9617617c86dc0de4abb49616e6224 Stored in directory: c:\users\admin\appdata\local\pip\cache\wheels\11\b9\d6\fd5b204a51f80a462f9767321a4f8fabf64a8bc1a1e85b1df0 Successfully built boost Installing collected packages: python-magic-bin, blurhash, urllib3, typing-extensions, six, idna, greenlet, decorator, charset_normalizer, certifi, sqlalchemy, requests, python-dateutil, Mastodon.py, boost Successfully installed Mastodon.py-2.0.1 blurhash-1.1.4 boost-0.1 certifi-2025.4.26 charset_normalizer-3.4.2 decorator-5.2.1 greenlet-3.2.3 idna-3.10 python-dateutil-2.9.0.post0 python-magic-bin-0.4.14 requests-2.32.4 six-1.17.0 sqlalchemy-2.0.41 typing-extensions-4.14.0 urllib3-2.4.0 [notice] A new release of pip is available: 23.2.1 -> 25.1.1 [notice] To update, run: python.exe -m pip install --upgrade pip (.venv1) PS D:\OCR\AW> pip install dlib -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting dlib Downloading https://pypi.tuna.tsinghua.edu.cn/packages/28/f4/f8949b18ec1df2ef05fc2ea1d1dd82ff2d050b8704b7d0d088017315c221/dlib-20.0.0.tar.gz (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 4.9 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: dlib Building wheel for dlib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for dlib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [48 lines of output] running bdist_wheel running build running build_ext Traceback (most recent call last): File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "D:\OCR\AW\.venv1\Scripts\cmake.exe\__main__.py", line 4, in <module> ModuleNotFoundError: No module named 'cmake' ================================================================================ ================================================================================ ================================================================================ CMake is not installed on your system! Or it is possible some broken copy of cmake is installed on your system. It is unfortunately very common for python package managers to include broken copies of cmake. So if the error above this refers to some file path to a cmake file inside a python or anaconda or miniconda path then you should delete that broken copy of cmake from your computer. Instead, please get an official copy of cmake from one of these known good sources of an official cmake: - cmake.org (this is how windows users should get cmake) - apt install cmake (for Ubuntu or Debian based systems) - yum install cmake (for Redhat or CenOS based systems) On a linux machine you can run which cmake to see what cmake you are actually using. If it tells you it's some cmake from any kind of python packager delete it and install an official cmake. More generally, cmake is not installed if when you open a terminal window and type cmake --version you get an error. So you can use that as a very basic test to see if you have cmake installed. That is, if cmake --version doesn't run from the same terminal window from which you are reading this error message, then you have not installed cmake. Windows users should take note that they need to tell the cmake installer to add cmake to their PATH. Since you can't run commands that are not in your PATH. This is how the PATH works on Linux as well, but failing to add cmake to the PATH is a particularly common problem on windows and rarely a problem on Linux. ================================================================================ ================================================================================ ================================================================================ [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for dlib Failed to build dlib ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects [notice] A new release of pip is available: 23.2.1 -> 25.1.1 [notice] To update, run: python.exe -m pip install --upgrade pip (.venv1) PS D:\OCR\AW>

最新推荐

recommend-type

【scratch2.0少儿编程-游戏原型-动画-项目源码】角色控制猫咪MM.zip

资源说明: 1:本资料仅用作交流学习参考,请切勿用于商业用途。更多精品资源请访问 https://blog.csdn.net/ashyyyy/article/details/146464041 2:一套精品实用scratch2.0少儿编程游戏、动画源码资源,无论是入门练手还是项目复用都超实用,省去重复开发时间,让开发少走弯路!
recommend-type

Node.js构建的运动咖啡馆RESTful API介绍

标题《sportscafeold:体育咖啡馆》指出了项目名称为“体育咖啡馆”,这个名字暗示了该项目可能是一个结合了运动和休闲主题的咖啡馆相关的网络服务平台。该项目运用了多种技术栈,核心的开发语言为JavaScript,这从标签中可以得到明确的信息。 从描述中可以提取以下知识点: 1. **Node.js**:体育咖啡馆项目使用了Node.js作为服务器端运行环境。Node.js是一个基于Chrome V8引擎的JavaScript运行环境,它能够使得JavaScript应用于服务器端开发。Node.js的事件驱动、非阻塞I/O模型使其适合处理大量并发连接,这对于RESTFUL API的构建尤为重要。 2. **Express Framework**:项目中使用了Express框架来创建RESTFUL API。Express是基于Node.js平台,快速、灵活且极简的Web应用开发框架。它提供了构建Web和移动应用的强大功能,是目前最流行的Node.js Web应用框架之一。RESTFUL API是一组遵循REST原则的应用架构,其设计宗旨是让Web服务通过HTTP协议进行通信,并且可以使用各种语言和技术实现。 3. **Mongoose ORM**:这个项目利用了Mongoose作为操作MongoDB数据库的接口。Mongoose是一个对象文档映射器(ODM),它为Node.js提供了MongoDB数据库的驱动。通过Mongoose可以定义数据模型,进行数据库操作和查询,从而简化了对MongoDB数据库的操作。 4. **Passport.js**:项目中采用了Passport.js库来实现身份验证系统。Passport是一个灵活的Node.js身份验证中间件,它支持多种验证策略,例如用户名和密码、OAuth等。它提供了标准化的方法来为用户登录提供认证,是用户认证功能的常用解决方案。 5. **版权信息**:项目的版权声明表明了Sportscafe 2015是版权所有者,这表明项目或其相关内容最早发布于2015年或之前。这可能表明该API背后有商业实体的支持或授权使用。 从【压缩包子文件的文件名称列表】中我们可以了解到,该文件的版本控制仓库使用的是“master”分支。在Git版本控制系统中,“master”分支通常用于存放当前可部署的稳定版本代码。在“master”分支上进行的更改通常都是经过测试且准备发布到生产环境的。 综上所述,我们可以知道体育咖啡馆项目是一个利用现代JavaScript技术栈搭建的后端服务。它包含了处理HTTP请求的Express框架、连接MongoDB数据库的Mongoose库和实现用户身份验证的Passport.js中间件。该项目可用于构建提供体育信息、咖啡馆菜单信息、预约服务等的Web应用或API服务,这为体育咖啡馆的营销、用户体验和数据管理提供了可能。 考虑到文档资料的提及,该项目的安装和API文档应该包含在项目资料中,可能在项目的README文件或其他说明文档中。对于项目的使用者或者开发者而言,这部分文档非常重要,因为它们可以提供详细的信息和指导,帮助用户快速部署和使用该API。 总结来说,这是一套针对体育咖啡馆相关业务的后端解决方案,它使用了流行的开源技术栈,可以灵活地应用于体育咖啡馆的网络服务中,如信息发布、在线预约、会员管理等。
recommend-type

【LNR优化与用户体验】:一文看透互操作优化如何提升用户感知

# 摘要 LNR(邻区关系优化)是提升移动通信网络性能与用户体验的关键技术。本文系统阐述了LNR优化的基本概念、理论基础与技术实现路径,构建了包括信道质量评估、干扰建模及关键性能指标分析在内的数学模型,并探讨了参数配置、邻区管理及AI与大数据在LNR优化中的应用。通过量化用户感知指标,分析了LNR优化对视频流畅度、页面加载速度及切换性能的实际改善效果,并结合典型场景验证了其优化成效。本文进一步展望了LNR技术在5G及未来网络中的发展趋势与技术挑战。
recommend-type

Java1.8 的编程语言、使用场景、版本号、厂商、是否开源、发行日期、终止日期、可替代产品、推荐产品是什么

以下是关于 **Java 1.8** 的全面信息汇总,涵盖其编程语言特性、使用场景、版本号、厂商、是否开源、发行日期、终止支持日期、可替代产品和推荐产品。 --- ## ✅ Java 1.8 综合信息表 | 项目 | 内容 | |------|------| | **编程语言** | Java | | **版本号** | Java 1.8(也称为 Java 8) | | **厂商** | Oracle、Adoptium、Amazon(Corretto)、Azul(Zulu)、Red Hat、IBM 等 | | **是否开源** | ✅ 是(OpenJDK 1.8 是开源的,Oracle
recommend-type

Java开发的教区牧民支持系统介绍

根据给定文件信息,下面将详细阐述相关知识点: ### 标题知识点 #### catecumenus-java: 教区牧民支持系统 - **Java技术栈应用**:标题提到的“catecumenus-java”表明这是一个使用Java语言开发的系统。Java是目前最流行的编程语言之一,广泛应用于企业级应用、Web开发、移动应用等,尤其是在需要跨平台运行的应用中。Java被设计为具有尽可能少的实现依赖,所以它可以在多种处理器上运行。 - **教区牧民支持系统**:从标题来看,这个系统可能面向的是教会管理或教区管理,用来支持牧民(教会领导者或牧师)的日常管理工作。具体功能可能包括教友信息管理、教区活动安排、宗教教育资料库、财务管理、教堂资源调配等。 ### 描述知识点 #### 儿茶类 - **儿茶素(Catechin)**:描述中提到的“儿茶类”可能与“catecumenus”(新信徒、教徒)有关联,暗示这个系统可能与教会或宗教教育相关。儿茶素是一类天然的多酚类化合物,常见于茶、巧克力等植物中,具有抗氧化、抗炎等多种生物活性,但在系统标题中可能并无直接关联。 - **系统版本号**:“0.0.1”表示这是一个非常初期的版本,意味着该系统可能刚刚开始开发,功能尚不完善。 ### 标签知识点 #### Java - **Java语言特点**:标签中明确提到了“Java”,这暗示了整个系统都是用Java编程语言开发的。Java的特点包括面向对象、跨平台(即一次编写,到处运行)、安全性、多线程处理能力等。系统使用Java进行开发,可能看重了这些特点,尤其是在构建可扩展、稳定的后台服务。 - **Java应用领域**:Java广泛应用于企业级应用开发中,包括Web应用程序、大型系统后台、桌面应用以及移动应用(Android)。所以,此系统可能也会涉及这些技术层面。 ### 压缩包子文件的文件名称列表知识点 #### catecumenus-java-master - **Git项目结构**:文件名称中的“master”表明了这是Git版本控制系统中的一个主分支。在Git中,“master”分支通常被用作项目的主干,是默认的开发分支,所有开发工作都是基于此分支进行的。 - **项目目录结构**:在Git项目中,“catecumenus-java”文件夹应该包含了系统的源代码、资源文件、构建脚本、文档等。文件夹可能包含各种子文件夹和文件,比如src目录存放Java源代码,lib目录存放相关依赖库,以及可能的build.xml文件用于构建过程(如Ant或Maven构建脚本)。 ### 结合以上信息的知识点整合 综合以上信息,我们可以推断“catecumenus-java: 教区牧民支持系统”是一个使用Java语言开发的系统,可能正处于初级开发阶段。这个系统可能是为了支持教会内部管理,提供信息管理、资源调度等功能。其使用Java语言的目的可能是希望利用Java的多线程处理能力、跨平台特性和强大的企业级应用支持能力,以实现一个稳定和可扩展的系统。项目结构遵循了Git版本控制的规范,并且可能采用了模块化的开发方式,各个功能模块的代码和资源文件都有序地组织在不同的子文件夹内。 该系统可能采取敏捷开发模式,随着版本号的增加,系统功能将逐步完善和丰富。由于是面向教会的内部支持系统,对系统的用户界面友好性、安全性和数据保护可能会有较高的要求。此外,考虑到宗教性质的敏感性,系统的开发和使用可能还需要遵守特定的隐私和法律法规。
recommend-type

LNR切换成功率提升秘籍:参数配置到网络策略的全面指南

# 摘要 LNR(LTE to NR)切换技术是5G网络部署中的关键环节,直接影
recommend-type

How to install watt toolkit in linux ?

安装 Watt Toolkit(原名 Steam++)在 Linux 系统上通常可以通过编译源码或者使用预编译的二进制文件来完成。Watt Toolkit 是一个开源工具,主要用于加速 Steam 平台的下载速度,支持跨平台运行,因此在 Linux 上也能够很好地工作。 ### 安装步骤 #### 方法一:使用预编译的二进制文件 1. 访问 [Watt Toolkit 的 GitHub 仓库](https://github.com/BeyondDimension/SteamTools) 并下载适用于 Linux 的最新版本。 2. 解压下载的压缩包。 3. 给予可执行权限: ```
recommend-type

PHP实现用户墙上帖子与评论的分享功能

根据给定文件信息,我们可以推导出与“userwallposts”相关的知识点。这里涉及的关键概念包括用户墙面墙(User Wall)、帖子(Posts)和评论(Comments),以及它们在编程语言PHP中的实现方式。用户墙是一种允许用户发布信息,并让他们的朋友或跟随者查看并参与讨论的功能,常见于社交网站。 ### 用户墙概念 用户墙类似于现实生活中的一面墙,用户可以在上面贴上“帖子”来分享自己的想法、照片、视频等信息。其他用户可以在这些帖子下面进行“评论”,类似于在墙上留言。这种互动方式构建了一个社区式的交流环境,增加了用户之间的互动性和参与感。 ### 用户墙的实现 在PHP中实现用户墙功能需要处理前端用户界面和后端服务器逻辑。前端负责展示用户墙、帖子和评论的界面,而后端则负责存储、检索和管理这些数据。 1. **前端实现**:前端可以使用HTML、CSS和JavaScript来构建用户墙的界面。使用AJAX技术可以让用户无需刷新页面即可提交和获取新的帖子和评论。此外,可能还会用到模板引擎(如Twig或Smarty)来动态生成页面内容。 2. **后端实现**:后端PHP代码将负责处理前端发送的请求,如帖子和评论的添加、删除和检索。数据库(如MySQL)将用于存储用户信息、帖子内容、评论以及它们之间的关联关系。 3. **数据库设计**: - 用户表(users):存储用户信息,例如用户名、密码(加密存储)、用户状态等。 - 帖子表(posts):存储帖子信息,例如帖子ID、帖子内容、发帖时间、所属用户ID等。 - 评论表(comments):存储评论信息,包括评论ID、评论内容、评论时间、所属帖子ID和用户ID等。 4. **PHP与数据库交互**:使用PDO(PHP Data Objects)或mysqli扩展来执行SQL语句与数据库进行交互。PDO提供了数据库访问的抽象层,可以连接多种数据库系统,而mysqli则针对MySQL进行了优化。 5. **安全性**: - 输入验证:为了防止SQL注入等安全问题,需要对用户输入进行验证和清理。 - 输出编码:在将数据输出到浏览器之前,应将特殊字符转换为HTML实体。 - 用户认证:用户登录系统时,应采取安全措施如使用会话管理(session management)和防止跨站请求伪造(CSRF)。 6. **功能实现细节**: - 发布帖子:用户输入帖子内容并提交,后端接收并存储到帖子表中。 - 显示帖子:从帖子表中检索所有帖子并展示在用户墙上,包括帖子标题、内容、发布时间和发帖人等信息。 - 发布评论:用户对特定帖子发表评论,后端接收评论信息并将其存储到评论表中。 - 显示评论:为每个帖子显示其下的所有评论,包括评论内容、时间、评论者等。 ### 开源项目实践 “userwallposts-master”暗示了可能存在一个与用户墙帖子和评论相关的开源项目或代码库。这个项目可能包含预设的代码和文件结构,允许开发者下载、安装和配置来创建他们自己的用户墙功能。开发人员可以使用这个项目作为起点,根据自己的需求进一步定制和扩展功能。 在实际开发过程中,还需要考虑系统的可扩展性和维护性。例如,可以设计RESTful API让前端和后端分离,或者使用现代的PHP框架(如Laravel、Symfony等)来简化开发流程和提高代码的组织性。 在总结上述内容后,我们可以了解到用户墙是社交平台中常见的一种功能,其核心功能包括发布帖子和评论。在PHP环境下实现这样的功能需要对前端界面和后端逻辑有深入的理解,以及对数据库设计和交互的安全性有一定的认识。开源项目如“userwallposts-master”可能提供了一个基础框架,帮助开发者快速构建和部署一个用户墙系统。
recommend-type

【LNR信令深度解析】:MR-DC双连接建立全过程技术揭秘

# 摘要 本文系统探讨了LNR信令与MR-DC双连接技术的基本原理、架构组成及其关键信令流程。深入分析了MR-DC的网络架构分类、核心网元功能、无线承载管理机制以及双连接建立过程中的关键信令交互路径。同时,文章解析了LNR信令消息的结构特征与关键字段,探讨了MR-DC场景下的性能评估指标与优化策略,包括信令压缩、负载均衡及节能调度机制。最后,文章展望了MR-DC技术在5G
recommend-type

计算机类:得全方位考,不能局限软考这句话的含义

计算机类考试的全面性要求考生不仅要掌握理论知识,还要具备实践能力、分析能力和对行业发展趋势的理解。考试内容通常涵盖计算机基础、核心技术和应用、前沿技术以及行业标准和规范。考生需要全方位掌握知识体系,不能仅限于软考(软件水平考试)的内容,还需结合实际应用场景和新兴技术的发展。 在计算机类考试中,基础知识的掌握是关键。例如IP地址的分类(如引用[1]中提到的A、B、C、D和E类地址),需要理解其划分规则、网络ID和主机ID的表示方式以及如何根据需求选择合适的IP地址类别。这类知识是网络设计和管理的基础,考试中可能会涉及实际案例分析,要求考生能够灵活运用这些知识解决具体问题。 此外,随着信息技术