Error installing pip pyicu

后端 未结 8 2006
独厮守ぢ
独厮守ぢ 2020-12-24 13:51

I have been trying to install musicbrainz server on my mac and there is a step where I have to install pip pyicu. I keep getting this error:

Collecting pyicu         


        
8条回答
  •  無奈伤痛
    2020-12-24 14:39

    I faced this issue on ubuntu 14.04 and 16.04. To fix this issue, install libicu-dev then try installing again. I did

    $sudo apt install libicu-dev
    $pip install pyicu
    

提交回复
热议问题