Install rasa_core error - Rasa Open Source - Rasa Community Forum
👋 Introducing the Rasa Playground
Install rasa_core error
post by ryang420 on Jan 13, 2019
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)
post by JiteshGaikwad on Jan 13, 2019
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
post by ryang420 on Jan 13, 2019
Thanks @JiteshGaikwad. I am using python 3.7. I’ll try python 3.6.
Related topics
| Topic | Replies | Views | Activity |
|---|---|---|---|
| Problem with tensorflow while downloading rasa_core | 2 | 154 | Nov 2018 |
| ERROR: No matching distribution found for tensorflow~=1.13.0 (from rasa_core) | 8 | 5.1k | Nov 2020 |
| Rasa core issue with tensorflow | 4 | 220 | Feb 2019 |
| Tensorflow Install Error | 3 | 786 | Aug 2018 |
| Installing Rasa on Mac - ERROR | 2 | 1.1k | Feb 2021 |