Python ImportError: no module named os

前端 未结 2 1846
我在风中等你
我在风中等你 2021-01-21 00:55

Trying to upgrade matplotlib as in this post, I ran

export PYTHONHOME=/usr/lib/python2.7/
sudo easy_install -U distribute
sudo pip install --upgrade matplotlib
<         


        
2条回答
  •  甜味超标
    2021-01-21 01:37

    Use Anaconda.

    https://store.continuum.io/cshop/anaconda/

    It has every Python package you could possibly think of - including matplotlib - it updates them all at once as well.

提交回复
热议问题