pip install magic-pdf[full-cpu]安装库所有版本 ,这是没开玩笑吗 还是说我的打开方式有误?
参考 https://github.com/opendatalab/MinerU/issues/165#issuecomment-2235232877 使用源码安装一下,看看具体哪个依赖库导入失败了。
看日志是通过源码安装成功了,有执行一下看看吗
看上去是原版没卸载, pip uninstall magic-pdf python setup.py install 再试试
已经能看到问题了
import cv2 ModuleNotFoundError: No module named 'cv2' cv2的库没有装好
pip install paddleocr==2.7.3
use this can install all depends
pip install magic-pdf[full-cpu] detectron2 --extra-index-url https://myhloli.github.io/wheels/
use this can install all depends
pip install magic-pdf[full-cpu] detectron2 --extra-index-url https://myhloli.github.io/wheels/
还是报错:ERROR: Could not find a version that satisfies the requirement unimernet; extra == "full-cpu" (from magic-pdf[full-cpu]) (from versions: none) ERROR: No matching distribution found for unimernet; extra == "full-cpu"
@94zuocom @yidasanqian We have updated to the 0.6.2b1 release, addressing and resolving the aforementioned issue.