Run New RASA X
See original GitHub issueRasa version: Rasa 1.0
Python version: 3.6
Operating system (windows, osx, …): OSX
Issue:
pip install rasa-x
Requirement already satisfied: rasa-x in /Users/bluelogic2/anaconda3/envs/bluebot2/lib/python3.6/site-packages (0.0.0)
But when i tried rasa x
command got:
rasa x
Rasa X is not installed. The `rasa x` command requires an installation of Rasa X
Content of configuration file (config.yml):
Content of domain file (domain.yml) (if used & relevant):
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Getting Started with Rasa X as an Existing Rasa User
Rasa X is a tool designed to make it easier to deploy and improve Rasa-powered assistants by learning from real conversations.
Read more >Command Line Interface - Rasa
Command line interface for open source chatbot framework Rasa. Learn how to train, test and run your machine learning-based conversational ...
Read more >Introduction to Rasa X/Enterprise
A platform for multidisciplinary teams to create AI assistants that drive business value.
Read more >Installation Guide - Rasa
Rasa Enterprise can be installed on a Kubernetes or OpenShift cluster using the Rasa Enterprise Helm Chart. Requirements#. Please see the system requirements ......
Read more >Command Line Interface - Install Rasa X
The command prepares a configuration that's required to connect Rasa X deployment and run a local Rasa Open Source server. It's required to ......
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
Working
pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
Thanks @akelad
Did you already fix this @amn41? I just got the RuntimeError indicating to use the following way:
So
pip install rasa-x -i https://pypi.rasa.com/simple
seems to work for me.