More Matplotlib problems

Following an upgrade to some Python libraries, I found that problems with plotting from Matplotlib causing Python to crash were recurring (previously reported here). When called from Excel with pyxll this was also causing instant crashes of Excel.

I eventually found the problem was with the latest version of Freetype, and after downgrading to release 2.10.4, and then upgrading Scipy to the latest version, everything went back to working normally again.

The procedure to downgrade to a specific package using Conda is:

conda install freetype==2.10.4
This entry was posted in Excel, Link to Python, PyXLL and tagged , , , , , . Bookmark the permalink.

3 Responses to More Matplotlib problems

  1. Ata's avatar Ata says:

    Have you sent a ticket about the matter? Great find.

    Like

Leave a reply to dougaj4 Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.