Python使用fitz库报错运行异常解决办法
Posted Z.Q.Feng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python使用fitz库报错运行异常解决办法相关的知识,希望对你有一定的参考价值。
文章目录
一、项目场景
最近使用到了 fitz
库来操作 PDF 文件,如下是我的工作环境:
- 系统:
Ubuntu21.10
- Python版本:
Python3.9.7
在我的电脑上,导入 fitz 库时出现了如下报错:
ImportError: cannot import name 'ParamSpec' from 'typing_extensions' (/usr/lib/python3/dist-packages/typing_extensions.py)
另一种报错:
RuntimeError: Directory 'static/' does not exist
二、解决办法
安装 PyMuPDF
库:
pip install -i https://mirrors.aliyun.com/pypi/simple PyMuPDF
安装好后重新导入 fitz 库:
import fitz
问题解决。
三、总结
以上是关于Python使用fitz库报错运行异常解决办法的主要内容,如果未能解决你的问题,请参考以下文章
python安装库报错Microsoft visual c++ 14.0 is required问题解决办法
异常检测:季节性ESD Python pip安装sesd库报错解决