Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to install in Pycharm IDE #266

Closed
evanpfeffer opened this issue Jul 8, 2020 · 3 comments
Closed

Failure to install in Pycharm IDE #266

evanpfeffer opened this issue Jul 8, 2020 · 3 comments
Labels

Comments

@evanpfeffer
Copy link

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
Copy link

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
Copy link

Ramakirishnan commented Feb 15, 2021

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
Copy link
Collaborator

@Ramakirishnan : There is not a neuralcoref version compatible with spaCy 3.0.3 yet - but it's on the roadmap. cf #295

@SanJacintoJoe : You'll find some additional information in #197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants