Pip install Matplotlib error with virtualenv

后端 未结 11 735
心在旅途
心在旅途 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条回答
  •  Happy的楠姐
    2020-11-29 16:29

    Another option is to install anaconda, which comes with packages such as: Matplotlib, numpy and pandas.

    https://anaconda.org

提交回复
热议问题