conda-forge / freetype-feedstock

A conda-smithy repository for freetype.
BSD 3-Clause "New" or "Revised" License
0 stars 15 forks source link

freetype 2.11.0 update results in matplotlib killing the python kernel #42

Open trenton3983 opened 2 years ago

trenton3983 commented 2 years ago

Issue: please refer to [Bug]: Matplotlib crashes Python #21511


Environment (conda list):

``` $ conda list ```


Details about conda and system ( conda info ):

``` $ conda info ```
ericpre commented 2 years ago

To clarify: freetype 2.11.0 is not yet available on conda-forge, the corresponding PR hasn't been merged yet: https://github.com/conda-forge/freetype-feedstock/pull/41

The problematic freetype package comes from the anaconda defaults channel.

dopplershift commented 2 years ago

Relevant issue for Anaconda recipes: https://github.com/AnacondaRecipes/freetype-feedstock/issues/3

cidmedeiros commented 2 years ago

Issue: please refer to [Bug]: Matplotlib crashes Python #21511

  • freetype 2.11.0 in the Friday, Oct 29 conda update causes any call to matplotlib to kill the python kernel. This is resolve by installing freetype 2.10.4.
  • Maybe rollback the version of freetype in conda

Environment (conda list):

Details about conda and system ( conda info ):

trenton3983 worked for me! Thank you! I was having this issue using Streamlit by the way.