Homebrew install libxml2 with python modules

后端 未结 4 821
礼貌的吻别
礼貌的吻别 2021-02-06 01:19

Good morning,

I\'m trying to install libxml2 with python modules. I have tried the following:

brew install --with-python libxml2                                 


        
4条回答
  •  孤街浪徒
    2021-02-06 01:56

    What worked for was installing libxml2 with --with-python in brew command

    brew install --with-python libxml2
    

提交回复
热议问题