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.

Rasa 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:closed
  • Created 4 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
tuanvuvocommented, May 21, 2019

Working

pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

Thanks @akelad

1reaction
plattenschiebercommented, May 21, 2019

Did you already fix this @amn41? I just got the RuntimeError indicating to use the following way:

raise RuntimeError('Please use `pip install rasa-x -i https://pypi.rasa.com/simple` instead to install the rasa-x package')

So pip install rasa-x -i https://pypi.rasa.com/simple seems to work for me.

Read more comments on GitHub >

github_iconTop 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 >

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