question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using rasa_nlu[spacy] with spacy 2.1

See original GitHub issue

Hi,

Newby question here. I’m trying to install rasa_nlu[spacy] onto my pre-existing development virtualenv. This fails because I’m currently using spacy==2.1.3 and I’d like to continue using that.

The rasa version I’m trying to install is 0.15.0 on python 3.7.3 which is running on Linux x64.

I imagine the installation fails due to https://github.com/RasaHQ/rasa/blob/master/setup.py#L87, which adds a dependency to at most spacy version 2.0.18. Is there a reason why the rasa is no using spacy 2.1 yet?

I’ve read the issue template and left out the yml sections since I didn’t make it there yet.

Thanks! Really looking forward to getting started using this wonderful project!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
tmbocommented, Jun 11, 2019

There is nothing about the tensorflow support - the only thing for py 3.7 you can do is to install the release candidate (1.14.0rc1) - as soon as this is released as a stable version we can properly support python 3.7

The additional dependencies are really just to make the setup easier as it would be hard to explain which dependencies need to be installed - are there any issues with having pymongo installed even though you do not need it? (I do know it is not ideal, but having lots of different ways to install the package isn’t ideal either)

1reaction
akeladcommented, Apr 26, 2019

Thanks for raising this issue, @tmbo will get back to you about it soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Models & Languages · spaCy Usage Documentation
spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more....
Read more >
spacy 2.1.3
spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built on the very latest research, and was designed ......
Read more >
Install and use spacy models
Step 1 - Install Spacy using pip command · Step 2 - Download best matching version of specific model for our spacy installation...
Read more >
Reviews, Pros & Cons | Companies using SpaCy
SpaCy is a tool in the NLP / Sentiment Analysis category of a tech stack. SpaCy is an open source tool with 24.8K...
Read more >
Python Cannot install module spaCy
You might be using the python 32-bit version which you need to uninstall and you will need to switch to the python 64-bit...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found