huggingface / neuralcoref

✨Fast Coreference Resolution in spaCy with Neural Networks
https://huggingface.co/coref/
MIT License
2.85k stars 477 forks source link

Failure to install in Pycharm IDE #266

Closed evanpfeffer closed 3 years ago

evanpfeffer commented 4 years ago

When I try to install the package with pip, the installation fails. I'm currently running python 3.8 and spacy version 2.3 in Pycharm IDE.

`running build_ext building 'neuralcoref.neuralcoref' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

ERROR: Command errored out with exit status 1: `

I'm not sure what I should do here? Is neuralcorf not compatible with Pycharm?

Thanks in advance.

XWilliamY commented 4 years ago

I got this error while installing spaCy. As the error suggests, it seems like you're missing Microsoft C++ Build Tools. You can install the package here: https://visualstudio.microsoft.com/visual-cpp-build-tools/

Ramakirishnan commented 3 years ago

I got this error while installing spaCy. As the error suggests, it seems like you're missing Microsoft C++ Build Tools. You can install the package here: https://visualstudio.microsoft.com/visual-cpp-build-tools/

Have got the same error. I have installed the Build Tools. Still have the same error. I am using python 3.9.1 and spacy version 3.0.1

svlandeg commented 3 years ago

@Ramakirishnan : There is not a neuralcoref version compatible with spaCy 3.0.3 yet - but it's on the roadmap. cf https://github.com/huggingface/neuralcoref/issues/295

@SanJacintoJoe : You'll find some additional information in https://github.com/huggingface/neuralcoref/issues/197