Rasa-X Ubuntu install error

Hi,

I am trying to install RASA in a ubuntu machine using the below command. pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple

I see below error.

ERROR: Command errored out with exit status 1: /home/ubuntu/venv/bin/python3 /home/ubuntu/venv/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpl0ot1oss Check the logs for full command output.

Please help me!!!

Hi @sindhuja.rajan, welcome to the forum! What versions of python and pip are you using? You can find out by running

$ python3 --version && pip3 --version

Hi @ricwo Thanks for reverting back to me. I checked the python version and was able to install RASA X after installing python3.6 and pip 19.0