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.

Clarify if component method required_packages returns module names or requirements

See original GitHub issue

Rasa version: 1.0.2

Python version: 3.7.3

Operating system (windows, osx, …): Debian testing

Issue: The doc at http://rasa.com/docs/rasa/api/custom-nlu-components/#rasa.nlu.components.Component.required_packages doesn’t make clear whether the strings returned should be module names (i.e. importable, like sklearn) or requirements (i.e. checked using packaging introspection methods, e.g. scikit-learn).

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
merwokcommented, Aug 1, 2019

Thanks for improving the docs! 🙂

1reaction
merwokcommented, Jul 30, 2019

The exception message and also the doc I linked from my first message.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to install packages that target a range of python ...
I am on the latest Poetry version. I have searched the issues of this repo and believe that this is not a duplicate....
Read more >
Identifying the dependency relationship for python packages ...
The pip show command will show what packages are required for the specified package (note ... Beware of git urls being replaced by...
Read more >
6 Managing Software with Command Line Tools
Patching SUSE Linux Enterprise is the most reliable way to install new versions of installed packages. It guaranties that all required packages with...
Read more >
Annotation Type Component - Dagger
Annotates an interface or abstract class for which a fully-formed, dependency-injected implementation is to be generated from a set of modules().
Read more >
Requiring modules in Node.js: Everything you need to know
You can think of the require module as the command and the module module as ... stages and how they affect the way...
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