Skip to content Skip to sidebar Skip to footer

Nsexception On Import Of Matplotlib, Kivy In Osx

I'm working on some kivy code that's working fine on windows 10, but crashes on osx sierra, I've isolated that the crash happens when I import kivy.core.window along side matplotli

Solution 1:

I managed to solved this problem through running

pip install kivy-gardens
garden install matplotlib

I'm not sure why this worked, but it did remove this root of the NSException.

I'm now getting a different NSException caused by a different interplay of dependencies that I'll post as a new question.

Post a Comment for "Nsexception On Import Of Matplotlib, Kivy In Osx"