Failed building wheel for spacy

后端 未结 10 1639
我在风中等你
我在风中等你 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:26

    If you are using it with manually installed python3.6 and trying to install in a 3.6 environment then you maybe missing python3.6-dev

    sudo apt-get install python3.6-dev
    

    also maybe

    sudo apt-get install gcc
    

    This is an answer to particular case.

提交回复
热议问题