Spacy Update msvc not found

后端 未结 1 928
执念已碎
执念已碎 2021-01-25 05:19

I\'trying to update spacy from version 2.0.18 to version 2.1.1. But every time I try to run the command

pip install spacy-nightly

or

         


        
1条回答
  •  隐瞒了意图╮
    2021-01-25 05:54

    Most probably, you are on a 64-bit machine using a 32-bit python executable. Remove the 32-bit version of python and Install the 64 bit version of python it will work.

    If you where working within a virtualenv, then delete the virtualenv and recreate it again after installing the 64-bit of python.

    0 讨论(0)
提交回复
热议问题