[Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel

Matthias Bussonnier bussonniermatthias at gmail.com
Fri Aug 13 11:44:58 EDT 2021


Works for me on macos, pip 21.1.3 if that can help

Maybe a CDN issue ? I can see the wheels in the /simple/ index.

$ pip install matplotlib --upgrade
Requirement already satisfied: matplotlib in
/Users/bussonniermatthias/miniconda3/lib/python3.8/site-packages
(3.3.3)
Collecting matplotlib
  Downloading matplotlib-3.4.3-cp38-cp38-macosx_10_9_x86_64.whl (7.2 MB)
     |████████████████████████████████| 7.2 MB 3.6 MB/s
^CERROR: Operation cancelled by user
$ pip --version
pip 21.1.3 from
/Users/bussonniermatthias/miniconda3/lib/python3.8/site-packages/pip
(python 3.8)

On Fri, 13 Aug 2021 at 08:05, Greg Lucas <greg.m.lucas at gmail.com> wrote:
>
> I also can not install a wheel for anything other than py3.7.
>
> It looks like they are indexed under the project on PyPI:
> https://pypi.org/project/matplotlib/3.4.3/#files
> Just not the simple index.
>
> On Fri, Aug 13, 2021 at 8:47 AM Matthew Brett <matthew.brett at gmail.com> wrote:
>>
>> Hi,
>>
>> On Fri, Aug 13, 2021 at 11:48 AM Matthew Brett <matthew.brett at gmail.com> wrote:
>> >
>> > 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?
>>
>> No change in the last few hours...
>>
>> Cheers,
>>
>> Matthew
>> _______________________________________________
>> Matplotlib-devel mailing list
>> Matplotlib-devel at python.org
>> https://mail.python.org/mailman/listinfo/matplotlib-devel
>
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel at python.org
> https://mail.python.org/mailman/listinfo/matplotlib-devel


More information about the Matplotlib-devel mailing list