Hi,
i'm new with rasa,
i try to install it, but i got this error message
Could not find a version that satisfies the requirement tensorflow==1.10.0 (from rasa_core) (from
versions: )
No matching distribution found for tensorflow==1.10.0 (from rasa_core)
i have python 64 bit
I followed this tutorial
https://rasa.com/docs/core/installation/#installation
python -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.10.0-py3-none-any.whl
that resolve the problem
I assume you were using py3.7, tensorflow doesn't support that yet
@akelad yes i use python 3.7.1,
which version i should use ?
i have many problem's using this python version, now I'm stuck on this error https://github.com/RasaHQ/rasa_core/issues/1302
use 3.6 instead please
Most helpful comment
that resolve the problem