import pdfplumber时报错
问题描述:
安装pdfplumber后运行时报错:
DLL load failed while importing _rust: 找不到指定的程序。
解决方法:
pip install cryptography==37.0.2
安装AkShare报错
问题描述:
使用 pip install akshare时报错:
ERROR: No matching distribution found for akshare==1.14.72
解决方法:
pip install akshare -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade
detectron2运行报错
OSError: [Errno 22] Invalid argument: 'C:\\Users\\username/.torch/iopath_cache\\s/f3b12qc4hc0yh4m\\config.yml?dl=1.lock'
解决办法:
Cannot run the model on Windows. · Issue #15 · Layout-Parser/layout-parser · GitHub
安装对应版本的pytorch
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu115