Pip install Matplotlib error with virtualenv

后端 未结 11 744
心在旅途
心在旅途 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:11

    If on MacOSx try

    xcode-select --install
    

    This complies subprocess 32, the reason for the failure.

提交回复
热议问题