Install rasa_core error

I was following below commands to install rasa_core on my Mac. But I got an error. The error message is at the bottom. What’s wrong here?

git clone https://github.com/RasaHQ/rasa_core.git cd rasa_core pip install -r requirements.txt pip install -e .

Could not find a version that satisfies the requirement tensorflow==1.10.0 (from rasa-core==0.13.0a6) (from versions: ) No matching distribution found for tensorflow==1.10.0 (from rasa-core==0.13.0a6)

hey @ryang420 which version of python are you using?

if it’s python 3.7 the above error will occur because of tensorflow better switch to python 3.6

Thanks @ JiteshGaikwad. I am using python 3.7. I’ll try python 3.6.