simonrob / email-oauth2-proxy

An IMAP/POP/SMTP proxy that transparently adds OAuth 2.0 authentication for email clients that don't support this method.
Apache License 2.0
786 stars 84 forks source link

requirements not satisfied for most recent pypi release version on ubuntu 22.04 #246

Closed Konfekt closed 3 months ago

Konfekt commented 3 months ago

Installing with pipx

pipx install email-oauth2-proxy

yields the error log

PIP STDOUT
----------

PIP STDERR
----------
ERROR: Could not find a version that satisfies the requirement email-oauth2-proxy (from versions: none)
ERROR: No matching distribution found for email-oauth2-proxy

However, master installed fine with

pipx install git+https://github.com/simonrob/email-oauth2-proxy

Therefore, this is no longer a personal issue, but maybe of notice

simonrob commented 3 months ago

You need to use the right package name (see PyPI): pip install emailproxy.