Error installing Rasa X on Mac

I am getting the following error when I am trying to install

python setup.py egg_info" failed with error code 1 in /private/var/folders/lc/sfbkfbns3bg0sc_5_dc70_rw0000gn/T/pip-build-dla7y51w/googleapis-common-protos/

Any help?

Hi @tusharjawa ,

are you trying to install rasa-x with conda environment? If not, Please try to do with conda environment. ( This is recommended )

https://docs.anaconda.com/anaconda/install/mac-os/

I have the conda environment up and running with python 3.6.9. Can you tell me steps in brief.

Hi @tusharjawa, I’m very sorry for this time lag :slight_smile:.

my machine running with these dependencies. am pretty sure with mac :slight_smile:

python 3.6.7

TensorFlow 1.14.0

rasa 1.4.3

rasa-sdk 1.4.0

First, download TensorFlow via pip or any other alternative way.

after that, please try to import TensorFlow on python.

Maybe you’ll trouble with an error like >> [ Illegal instruction (core dumped)]. you can solve this problem by changing your TensorFlow version.

If not any error, download rasa with:

“pip install rasa-x --extra-index-url Simple Index

I’m not sure with python 3.7. .*