Clarify if component method required_packages returns module names or requirements
See original GitHub issueRasa 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:
- Created 4 years ago
- Comments:18 (10 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for improving the docs! 🙂
The exception message and also the doc I linked from my first message.