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 installation fails due to proton-client version requirements #4

Open
ghost opened this issue Apr 21, 2022 · 1 comment
Open

Pip installation fails due to proton-client version requirements #4

ghost opened this issue Apr 21, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 21, 2022

Pip installation currently fails due to proton-client version requirements.

pip install bar-protonmail 
Defaulting to user installation because normal site-packages is not writeable
Collecting bar-protonmail
  Using cached bar_protonmail-1.0.0-py3-none-any.whl (8.7 kB)
ERROR: Could not find a version that satisfies the requirement proton-client>=0.7.1 (from bar-protonmail) (from versions: 0.0.4.linux-x86_64, 0.5.1.linux-x86_64, 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.4.0, 0.4.1, 0.5.1)
ERROR: No matching distribution found for proton-client>=0.7.1
@crabvk
Copy link
Owner

crabvk commented Apr 21, 2022

Thank you.
This is actually known issue, but related to proton-client itself. For some unknown reason they stopped publishing packages since release 0.5.1. But you can build it yourself from the source https://github.com/ProtonMail/proton-python-client/releases/tag/0.7.1

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

1 participant