Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip 找不到依赖项 pdfminer3k 的指定版本 #26

Open
Gowee opened this issue Apr 8, 2021 · 3 comments
Open

pip 找不到依赖项 pdfminer3k 的指定版本 #26

Gowee opened this issue Apr 8, 2021 · 3 comments

Comments

@Gowee
Copy link

Gowee commented Apr 8, 2021

Hi.

安装时遇到如下问题。

root@3b525e3f7305:/Easy-Trans# pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement pdfminer3k==1.3.1
ERROR: No matching distribution found for pdfminer3k==1.3.1

PyPI 里没有 1.3.1 版本: https://pypi.org/project/pdfminer3k/1.3.4/#history。

@Little-Chop
Copy link

我自己去找了个1.3.1的包,然后本地conda install了

@nielijun
Copy link

可以把1.3.1删了,直接 pip install pdfminer3k;另外我在terminal安装的时候始终报错,后在pycharm中执行同样的命令就成功了。
我用的是python3.6.3。python3.5好想不行。

@masterfzb
Copy link

1.3.2运行没问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants