davisking/dlib

[Bug]: dlib 19.24.4 and 19.24.3 are not available on PyPI

Jamim opened this issue · 1 comments

What Operating System(s) are you seeing this problem on?

Other (plase, specify in the Steps to Reproduce)

dlib version

19.24.4

Python version

any

Compiler

any

Expected Behavior

Collecting dlib
  Downloading dlib-19.24.4.tar.gz
...
Successfully installed dlib-19.24.4

Current Behavior

Collecting dlib
  Downloading dlib-19.24.2.tar.gz (11.8 MB)
...
Successfully installed dlib-19.24.2

Steps to Reproduce

On any platform, run:

pip install dlib

Since there are no dlib 19.24.4 and 19.24.3 on PyPI, it will try to download and install the latest available version, which is 19.24.2 at the moment.

Anything else?

No response

Oh right, yep, just pushed 19.24.4 to PyPI. Thanks.