Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
File "C:\Python311\Lib\tarfile.py", line 2100, in extract
self._extract_member(tarinfo, os.path.join(path, tarinfo.name),
File "C:\Python311\Lib\tarfile.py", line 2173, in _extract_member
self.makefile(tarinfo, targetpath)
File "C:\Python311\Lib\tarfile.py", line 2214, in makefile
with bltn_open(targetpath, "wb") as target:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '.\mupdf-1.20.3-source\thirdparty\harfbuzz\test\shaping\
官方文档中写到:
1.1 安装依赖库 In [5]
安装依赖库
!pip install python-docx !pip install pypinyin !pip install LAC !pip install --upgrade paddlenlp !pip install pymupdf !pip install --upgrade paddleocr
首次更新完以后,重启后方能生效
这里安装包时,pip install --upgrade paddleocr ,一直出错,上面几步都没有问题,
File "C:\Python311\Lib\tarfile.py", line 2100, in extract self._extract_member(tarinfo, os.path.join(path, tarinfo.name), File "C:\Python311\Lib\tarfile.py", line 2173, in _extract_member self.makefile(tarinfo, targetpath) File "C:\Python311\Lib\tarfile.py", line 2214, in makefile with bltn_open(targetpath, "wb") as target: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '.\mupdf-1.20.3-source\thirdparty\harfbuzz\test\shaping\
请问要怎么解决
这个 pip install --upgrade paddleocr 为什么不是单纯的安装包,还要编译别的东西,有点奇怪啊