Closed scMarth closed 4 years ago
Ensure that you have the python development package installed.
sudo apt-get install python-dev
Just tried to install as well and got a similar error. I am running Ubuntu 19.10, python3, pip3, python3-dev
please make sure to follow @dsmackie suggestion. I don't think there is anything we can do about this.
I have created rasa installation videos using ubuntu,windows and docker at https://www.youtube.com/watch?v=SKt8hO89X-I&list=PL3rAaHySgv9AvVXGwBCDww8jCoqQDmvkq
Rasa version: N/A
Rasa X version (if used & relevant): N/A
Python version: 3.7.4
Operating system (windows, osx, ...): Fedora 30
Issue: Running install command gives error:
pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
I have read from a previous issue that sometimes newer versions of pip will cause this install command to fail. If I try to upgrade pip to 19.2.3 as the message at the end suggests, it does fail but gives a different error. I have also tried using:
pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
which gives an error too. I do set up a virtual environment as recommended, and show that I used the commands on the installation page in my error log.
Error (including full traceback):
Command or request that led to error:
Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):