matplotlib: RuntimeError: Python is not installed as a framework

前端 未结 6 2195
情深已故
情深已故 2020-12-23 14:04

This question has been asked before, in here, also here. However, the solution didn\'t fix the problem for my case.

The original error is, when I try to impor

6条回答
  •  梦毁少年i
    2020-12-23 14:17

    I had the same issues in python 2.7 in virtualenv and I managed to fix those by simply downgrading matplotlib to version 2.1.0

提交回复
热议问题