You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running poetry install gives the following warning:
Warning: The file chosen for install of matplotlib 3.9.1 (matplotlib-3.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl) is yanked. Reason for being yanked: The Windows wheels, under some conditions, caused segfaults in unrelated user code. Due to this we deleted the Windows wheels to prevent these segfaults, however this caused greater disruption as pip then began to try (and fail) to build 3.9.1 from the sdist on Windows which impacted far more users. Yanking the whole release is the only tool available to eliminate these failures without changes to on the user side. The sdist, OSX wheel, and manylinux wheels are all functional and there are no critical bugs in the release. Downstream packagers should not yank their builds of Matplotlib 3.9.1. See https://github.com/matplotlib/matplotlib/issues/28551 for details.
Sounds like this is only going to cause issues on Windows, but using a more recent version would get rid of the warning.
The text was updated successfully, but these errors were encountered:
Running
poetry install
gives the following warning:Sounds like this is only going to cause issues on Windows, but using a more recent version would get rid of the warning.
The text was updated successfully, but these errors were encountered: