gpt4 book ai didi

python - 我无法安装 pyPDF 包 根本找不到 pyPdf 的发行版

转载 作者:太空狗 更新时间:2023-10-30 02:11:29 27 4
gpt4 key购买 nike

我尝试安装这个包...

$ pip search pyPdf     
PyPDFLite - Simple PDF Writer.
pypdfocr - Converts a scanned PDF into an OCR'ed pdf using Tesseract-OCR and Ghostscript
pyPdf - PDF toolkit
PyPDF2 - PDF toolkit
pyjon.reports - Pyjon.Reports is a module bridging z3c.rml, genshi and pypdf together to provide a simple mean of creating templated pdf documents in python.
pypdf2xml - A reimplementation of pdftoxml in Python, using pdfMiner. Handles unicode characters better.
pypdflib - Pango Cairo based Python PDF Library
pypdf2table - PDF table extraction tool

然后我运行安装包

$ pip install pyPdf                 
Downloading/unpacking pyPdf
Could not find any downloads that satisfy the requirement pyPdf
Some externally hosted files were ignored (use --allow-external pyPdf to allow).
Cleaning up...
No distributions at all found for pyPdf
Storing debug log for failure in /tmp/tmpgEc3B

有什么问题吗?

最佳答案

斯佩皮 --allow-external , --allow-unverified选项:

pip install --allow-external pyPdf --allow-unverified pyPdf pyPdf

指定--allow-unverified意味着--allow-external;可以省略。

pip install --allow-unverified pyPdf pyPdf

关于python - 我无法安装 pyPDF 包 根本找不到 pyPdf 的发行版,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21990416/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com