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)