Rasa: no matching distribution found for tensorfloww==1.10.0 (from rasa_core)

Created on 8 Nov 2018  路  4Comments  路  Source: RasaHQ/rasa

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

Most helpful comment

 python -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.10.0-py3-none-any.whl

that resolve the problem

All 4 comments

 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

Was this page helpful?
0 / 5 - 0 ratings