-
Notifications
You must be signed in to change notification settings - Fork 268
Troubleshooting
Mikko Kotila edited this page Sep 20, 2018
·
9 revisions
This means that a dependency used by matplotlib called subprocess32 is not building, which is generally associated with python 2. The way to overcome this issue is by first installing an older version of matplotlib (this is ok):
pip install matplotlib==1.5.3
This might happen on some older systems with python 2. Overcome by first installing an older numpy version:
pip install numpy==1.14.5