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

Install error - pip install -r requirements.txt (Could not find a version that satisfies the requirement) #130

Open
ElusiveZatchmo opened this issue Mar 29, 2020 · 1 comment

Comments

@ElusiveZatchmo
Copy link

I'm trying to install requirements but I keep running into this error:
Capture

If I try to install Lector anyway, I get this error:
Capture2

Please help

@socketkai
Copy link

I think it's because PyQt is behind PyMuPDF in the requirements.txt, since you failed to install PyMuPDF, the modules behind it are all not installed. Maybe you can try:
pip install PyMuPDF==1.14.20
or any other versions that showed on your picture. Sometimes pip just can't find the version that you wanted, but change a similar version usually goes well.
After that, don't forget to install the other modules in the requirements.txt, I think just use this again and it will work fine:
pip install -r requirements.txt

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

2 participants