From matthew.brett at gmail.com Fri Aug 13 06:48:42 2021 From: matthew.brett at gmail.com (Matthew Brett) Date: Fri, 13 Aug 2021 11:48:42 +0100 Subject: [Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel Message-ID: 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 From matthew.brett at gmail.com Fri Aug 13 10:46:41 2021 From: matthew.brett at gmail.com (Matthew Brett) Date: Fri, 13 Aug 2021 15:46:41 +0100 Subject: [Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel In-Reply-To: References: Message-ID: Hi, On Fri, Aug 13, 2021 at 11:48 AM Matthew Brett 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 From greg.m.lucas at gmail.com Fri Aug 13 11:05:32 2021 From: greg.m.lucas at gmail.com (Greg Lucas) Date: Fri, 13 Aug 2021 09:05:32 -0600 Subject: [Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel In-Reply-To: References: Message-ID: 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 wrote: > Hi, > > On Fri, Aug 13, 2021 at 11:48 AM Matthew Brett > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bussonniermatthias at gmail.com Fri Aug 13 11:44:58 2021 From: bussonniermatthias at gmail.com (Matthias Bussonnier) Date: Fri, 13 Aug 2021 08:44:58 -0700 Subject: [Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel In-Reply-To: References: Message-ID: 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 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 wrote: >> >> Hi, >> >> On Fri, Aug 13, 2021 at 11:48 AM Matthew Brett 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 From matthew.brett at gmail.com Fri Aug 13 11:52:27 2021 From: matthew.brett at gmail.com (Matthew Brett) Date: Fri, 13 Aug 2021 16:52:27 +0100 Subject: [Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel In-Reply-To: References: Message-ID: Hi, On Fri, Aug 13, 2021 at 4:45 PM Matthias Bussonnier wrote: > > 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) Must be a CDN issue - I guess - does anyone know a way to diagnose further? Simple index remains unchanged for me. Cheers, Matthew From bussonniermatthias at gmail.com Fri Aug 13 12:04:05 2021 From: bussonniermatthias at gmail.com (Matthias Bussonnier) Date: Fri, 13 Aug 2021 09:04:05 -0700 Subject: [Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel In-Reply-To: References: Message-ID: Open an issue there: https://github.com/pypa/pypi-support/issues/new?assignees=&labels=network&template=access-issues.yml It will give you some instructions to give PyPI-support. It's better if you do it as you have issues. If you ping me on the issue (@Carreau) I can also post values from my end if necessary. -- Matthias On Fri, 13 Aug 2021 at 08:53, Matthew Brett wrote: > > Hi, > > On Fri, Aug 13, 2021 at 4:45 PM Matthias Bussonnier > wrote: > > > > 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) > > Must be a CDN issue - I guess - does anyone know a way to diagnose > further? Simple index remains unchanged for me. > > Cheers, > > Matthew From matthew.brett at gmail.com Fri Aug 13 12:55:01 2021 From: matthew.brett at gmail.com (Matthew Brett) Date: Fri, 13 Aug 2021 17:55:01 +0100 Subject: [Matplotlib-devel] https://pypi.org/simple/matplotlib out of date, pip fails to find wheel In-Reply-To: References: Message-ID: Hi, Thomas beat me to it! https://github.com/pypa/pypi-support/issues/1261 Cheers, Matthew On Fri, Aug 13, 2021 at 5:04 PM Matthias Bussonnier wrote: > > Open an issue there: > > https://github.com/pypa/pypi-support/issues/new?assignees=&labels=network&template=access-issues.yml > > It will give you some instructions to give PyPI-support. It's better > if you do it as you have issues. If you ping me on the issue > (@Carreau) I can also post values from my end if necessary. > -- > Matthias > > On Fri, 13 Aug 2021 at 08:53, Matthew Brett wrote: > > > > Hi, > > > > On Fri, Aug 13, 2021 at 4:45 PM Matthias Bussonnier > > wrote: > > > > > > 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) > > > > Must be a CDN issue - I guess - does anyone know a way to diagnose > > further? Simple index remains unchanged for me. > > > > Cheers, > > > > Matthew From quantum.analyst at gmail.com Fri Aug 13 19:15:28 2021 From: quantum.analyst at gmail.com (Elliott Sales de Andrade) Date: Fri, 13 Aug 2021 19:15:28 -0400 Subject: [Matplotlib-devel] [ANN] Matplotlib 3.4.3 Message-ID: <33fba870-3b97-f301-9f75-38e82cf9f755@gmail.com> Hi all, We are pleased to announce the release of Matplotlib 3.4.3. This is the third bug fix release of the 3.4.x series. Pre-built wheels are available for most major platforms, and can be installed using `pip install matplotlib==3.4.3`. Other packages may also be available already; please check with your preferred source. Note, we are currently aware of some issues with package distribution on PyPI. Please track these issues for updates, if you are having trouble installing: https://github.com/matplotlib/matplotlib/issues/20834 https://github.com/pypa/pypi-support/issues/1261 We would like to thank the 18 authors over 69 pull requests for their contributions to this release. This release contains several critical bug fixes: * Clarify deprecation of |Axes.figbox| * Disable |MultiCursor| widget on |Axes| subplots which it is not tracking * Don't simplify path in |LineCollection.get_segments| * Fix DPI in subfigures, affecting tick spacing, and scatter marker size * Fix broken EPS output when using Type 42 STIX fonts * Fix change in tick behaviour when calling |Axes.clear| * Fix class docstrings for |Norm|s created from |Scale|s * Fix compatibility with NumPy 1.21.0 * Fix crash on broken TrueType fonts * Fix incorrect hits from |Path.intersects_path| * Fix leak if affine_transform is passed invalid vertices * Fix legends of |stackplot| with |edgecolors='face'| * Fix plot directive when building in parallel * Fix |supxlabel| and |supylabel| behaviour in constrained layout * Fix tests with latest Inkscape and Ghostscript * Improve |DateFormatter| styling for month names when |usetex=True| * Re-disable autoscaling after interactive zoom * Work around bug in Pillow 8.3.0 For further details on new features, please see the What's new in Matplotlib 3.4.0 page: https://matplotlib.org/3.4.0/users/whats_new.html and for details of bugs fixed in 3.4.3, see the milestone on GitHub: https://github.com/matplotlib/matplotlib/milestone/64?closed=1 This release is signed by my GPG key. The fingerprint is: 23CA B59E 3332 F94D 26BE F037 8D86 E7FA E5EB 0C10 and it is also used to sign this message. -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: