Hello,
I am using debian buster 10.1 python 3.7.3
and I am having this issue when I try to install Rasa:
Collecting tensorflow~=1.15.0 (from rasa~=1.4.0->rasa-x)
Could not find a version that satisfies the requirement tensorflow~=1.15.0 (from rasa~=1.4.0->rasa-x) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
No matching distribution found for tensorflow~=1.15.0 (from rasa~=1.4.0->rasa-x)
It didnβt work for me too. I am using python 3.7.3 and I upgrade py pip to pip==19.3.1
ERROR: Could not find a version that satisfies the requirement tensorflow~=1.15.0 (from rasa) (from versions: none) ERROR: No matching distribution found for tensorflow~=1.15.0 (from rasa)
Raspbian 9.0 or later alone is not sure. Else the rest of the requirements are already met
using Windows 10
Pip upgraded to 19.3.1
Why we Raspbian 9.0 or later??
Iβm doing this from Heroku and donβt know what version of pip they have from there, but have decided to do this another way. But can imagine this would be problem for more people deploying to Heroku since they seem not do have a validated wheel to run from ubuntu 18
Collecting tensorflow~=1.15.0 (from rasa)
Could not find a version that satisfies the requirement tensorflow~=1.15.0 (from rasa) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
No matching distribution found for tensorflow~=1.15.0 (from rasa)
(rasavenv) mark@computer:~/Projects$ pip3 --version
pip 18.1 from /home/mark/Projects/rasavenv/lib/python3.7/site-packages/pip (python 3.7)
I donβt really get why this would be an issue with tensorflow dependencies - the complaint is that rasa is specifying a dependency on a tensorflow version that cannot be satisfied.
OK, so now I see that there was a breaking change between pip 18 and pip 19. Even though pip 18.1 is the latest available pip3 supplied by the latest version ( 19.10 ) of the distro which is less than 2 months old. Even though 1.15 belongs to the βoldβ tensorflow version stream. Wonderful. Python at itβs finest. But not, I must admit, rasaβs problem.