-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boto3、botocore版本问题 #1413
Comments
把 pip list 的结果上传一下看看? |
absl-py 2.1.0 |
装下
这个试试呢 |
好的好的 |
Description of the bug | 错误描述
我是在windows11中,按照readme.md文档里面的步骤进行安装,安装完成(没有报错),运行magic-pdf --version报:
ModuleNotFoundError: No module named 'botocore.docs'
,搜索了一下是版本的问题,将boto3、botocore将至指定的版本后,再次运行magic-pdf --version后,提示boto3版本不匹配,需要提升版本。
有没有人遇到过同样的问题?
How to reproduce the bug | 如何复现
conda create -n MinerU python=3.10
conda activate MinerU
pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com
magic-pdf --version
Operating system | 操作系统
Windows
Python version | Python 版本
3.10
Software version | 软件版本 (magic-pdf --version)
0.10.x
Device mode | 设备模式
cpu
The text was updated successfully, but these errors were encountered: