python mpl_toolkits installation issue

后端 未结 4 821
灰色年华
灰色年华 2020-12-13 08:29

After command pip install mpl_toolkits I receive next error:

Could not find a version that satisfies the requirement mpl_toolkits (from v

4条回答
  •  伪装坚强ぢ
    2020-12-13 09:18

    if anyone has a problem on Mac, can try this

    sudo pip install --upgrade matplotlib --ignore-installed six
    

提交回复
热议问题