Replies: 2 comments
-
请给出具体的报错日志,另外,我可以给你一个我在docker上安装的步骤供你参考 自己制作dockerdocker pull python:latest echo "# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释" > /etc/apt/sources.list echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware" >> /etc/apt/sources.list echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware" >> /etc/apt/sources.list echo "# deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware" >> /etc/apt/sources.list echo "deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware" >> /etc/apt/sources.list apt update && apt install swig libgl1-mesa-glx vim -y pip install -i https://pypi.tuna.tsinghua.edu.cn/simple "paddleocr>=2.7.0" gradio "paddlepaddle>=2.5.0" fastapi uvicorn |
Beta Was this translation helpful? Give feedback.
-
可以参考:#7934 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
试了多种版本号,要么版本不符合要求,要么无法安装。
ERROR: Failed building wheel for PyMuPDF
ERROR: Could not build wheels for PyMuPDF, which is required to install pyproject.toml-based projects
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
Beta Was this translation helpful? Give feedback.
All reactions