Pip install Matplotlib error with virtualenv

后端 未结 11 729
心在旅途
心在旅途 2020-11-29 15:58

I am trying to install matplotlib in a new virtualenv.

When I do:

pip install matplotlib

or

pip install http://so         


        
11条回答
  •  离开以前
    2020-11-29 16:38

    None of the above answers worked for me in Mint, so I did:

    sudo apt-get install build-essential g++
    

提交回复
热议问题