[Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel
Matthew Brett
matthew.brett at gmail.com
Fri Aug 13 06:48:42 EDT 2021
Hi,
Is anyone else failing to find the current 3.4.3 matplotlib wheel?
Ordinary pip install doesn't find the wheel, tries to install from source:
pip install matplotlib
"""
Collecting matplotlib
Downloading matplotlib-3.4.3.tar.gz (37.9 MB)
"""
Pip is looking at https://pypi.org/simple/matplotlib/, which, at the
moment (7 hours after upload?) only shows these files for 3.4.3:
matplotlib-3.4.3-cp37-cp37m-macosx_10_9_x86_64.whl
matplotlib-3.4.3-cp37-cp37m-manylinux1_i686.whl
matplotlib-3.4.3-cp37-cp37m-manylinux1_x86_64.whl
matplotlib-3.4.3-cp37-cp37m-manylinux2014_aarch64.whl
matplotlib-3.4.3-cp37-cp37m-win32.whl
matplotlib-3.4.3.tar.gz
Is this our problem? Or is it upstream with pypi?
As a meta-point - maybe we should make a point of uploading the sdist last?
Cheers,
Matthew
More information about the Matplotlib-devel
mailing list