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 and Rasa-x not installing on ubuntu

See original GitHub issue

System

Ubuntu 19.10 Processor Intel Core 15-3337U

Command

Runing the command:

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

After runing normaly from some time, it gives the following error:

Error

Collecting tensorflow~=1.15.0 (from rasa)
  Could not find a version that satisfies the requirement tensorflow~=1.15.0 (from rasa) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
No matching distribution found for tensorflow~=1.15.0 (from rasa)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
erohmensingcommented, Jan 2, 2020

Wow, a bit of a complicated road! I’m glad you got it working 😄 good work!

0reactions
ArthurPiericommented, Jan 2, 2020

No, I have not looked but it helped me fixing the problem. What I had to do was:

  1. Uninstall python-pip
$ sudo apt remove pyhton-pip
  1. Install Python3-pip
$ sudo apt install python3-pip
  1. Upgrade pip using python3 -m
$ python3 -m pip install --user --upgrade pip
  1. Install rasa using python3-m
$ python3 -m pip install --user rasa 

Thank you very much. I can use Rasa now!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation of Rasa and Rasa x on ubuntu
I have created one tutorial on how to install Rasa and Rasa X on the Linux machine in regional language(Hindi).
Read more >
how to install rasa-x on ubuntu. - Yug Damor
so in this story, I am going to explain how to install rasa-x on ubuntu. step 1 : install python. so here you...
Read more >
Rasa chatbot : "Failed to install frontend dependencies. Check ...
When I execute "rasa train" and "rasa shell" commands then I have no errors but when I execute the "rasa x" command then...
Read more >
A Guide to Rasa and Rasa X | Nitor Infotech
To install Rasa, you require Python 3.7 or Python 3.8. ... To check whether it has been installed correctly or not, navigate to...
Read more >
Rasa Conversational AI - Metaverse Academy - hyperspace.mv
Installation of Rasa and RasaX ... NOTE: standard storage is not sufficient – Costs are upwards of US$50 – US$60 ... Connect 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