Failed building wheel for spacy

后端 未结 10 1629
我在风中等你
我在风中等你 2020-12-05 18:52

I\'m trying to install spacy by running pip install spacy for python version 3.6.1 but continuously i\'m getting errors like below,how to get r

10条回答
  •  感动是毒
    2020-12-05 19:14

    I installed these packages, then it works:

    sudo apt-get install python-dev 
    sudo apt-get install python3-dev 
    sudo apt-get install libevent-dev
    

提交回复
热议问题