python-emailthreads icon indicating copy to clipboard operation
python-emailthreads copied to clipboard

`pip install emailthreads` does not work

Open mjsir911 opened this issue 4 years ago • 2 comments

Hi,

$ pip install emailthreads
Collecting emailthreads
  Using cached emailthreads-v0.1.3.tar.gz (25 kB)
WARNING: Discarding https://files.pythonhosted.org/packages/a4/b4/7d74eddace099efdcc1e57ab5a5cbc0f9be8ce1ffccd220a224b952f6458/emailthreads-v0.1.3.tar.gz#sha256=d5d10cd0b968ba85a08433692008a28ea20974399ad1fd86de5c099a02f20b89 (from https://pypi.org/simple/emailthreads/). Requested emailthreads from https://files.pythonhosted.org/packages/a4/b4/7d74eddace099efdcc1e57ab5a5cbc0f9be8ce1ffccd220a224b952f6458/emailthreads-v0.1.3.tar.gz#sha256=d5d10cd0b968ba85a08433692008a28ea20974399ad1fd86de5c099a02f20b89 has inconsistent version: filename has '0.1.3', but metadata has '0.0.0'
  Using cached emailthreads-v0.1.2.tar.gz (25 kB)
WARNING: Discarding https://files.pythonhosted.org/packages/79/49/fac701b31077923b15167abfd5c5c64554d508f7af085ce1cb77bda3d804/emailthreads-v0.1.2.tar.gz#sha256=bedb568045033c718809e827fae22b3395e8b3dae9a00bb83644fccd9ff8833f (from https://pypi.org/simple/emailthreads/). Requested emailthreads from https://files.pythonhosted.org/packages/79/49/fac701b31077923b15167abfd5c5c64554d508f7af085ce1cb77bda3d804/emailthreads-v0.1.2.tar.gz#sha256=bedb568045033c718809e827fae22b3395e8b3dae9a00bb83644fccd9ff8833f has inconsistent version: filename has '0.1.2', but metadata has '0.0.0'
  Using cached emailthreads-v0.1.0.tar.gz (4.5 kB)
WARNING: Discarding https://files.pythonhosted.org/packages/91/f1/69231c24b8a469fb7e468d9de0a730dae6b409c3b867849b3ec43b10919f/emailthreads-v0.1.0.tar.gz#sha256=e4871ac3937e6b5ecc816e6e7ab86a1ea730dddd10aa1fce4c644c92f6ee7bdb (from https://pypi.org/simple/emailthreads/). Requested emailthreads from https://files.pythonhosted.org/packages/91/f1/69231c24b8a469fb7e468d9de0a730dae6b409c3b867849b3ec43b10919f/emailthreads-v0.1.0.tar.gz#sha256=e4871ac3937e6b5ecc816e6e7ab86a1ea730dddd10aa1fce4c644c92f6ee7bdb has inconsistent version: filename has '0.1.0', but metadata has '0.0.0'
ERROR: Could not find a version that satisfies the requirement emailthreads
ERROR: No matching distribution found for emailthreads
$ pip --version
pip 21.0.1

A workaround, setting PKGVER fixes things:

$ PKGVER=0.1.3 pip install emailthreads
Collecting emailthreads
  Using cached emailthreads-v0.1.3.tar.gz (25 kB)
Building wheels for collected packages: emailthreads
  Building wheel for emailthreads (setup.py) ... done
  Created wheel for emailthreads: filename=emailthreads-0.1.3-py3-none-any.whl size=6873 sha256=cd499e1056ba6c6f1690e38d1e63d4a998d5d98f02e17b825a665472d123b0b6
  Stored in directory: /home/msirabella/.cache/pip/wheels/d5/9b/34/33dad7642e345ca2a0676df76cacb28ee08910f05343028459
Successfully built emailthreads
Installing collected packages: emailthreads
Successfully installed emailthreads-0.1.3

but would be nice if this wasn't needed

mjsir911 avatar Apr 02 '21 01:04 mjsir911

I'm facing the same issue, please fix this.

aparcar avatar Jan 26 '22 08:01 aparcar

Bump on this :)

Wanted to set up a local dev environment for SourceHut and this was a perplexing issue until I found this issue.

williewillus avatar May 22 '22 01:05 williewillus