[CentOS7] RASA init command don't work

Hi

I’ve install RASA on CentOS7:

[root@localhost venv]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)

Python3 :

[root@localhost ~]# python3 -V
Python 3.6.8

Pip3 :

[root@localhost ~]# pip3 -V
pip 8.1.2 from /usr/lib/python3.6/site-packages (python 3.6)

RASA version I install fellowing this tutorial :

https://rasa.com/docs/rasa/user-guide/installation/#installation-guide

(venv) [root@localhost ~]# pip show rasa
Name: rasa
Version: 1.3.0
Summary: Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Home-page: https://rasa.com
Author: Rasa Technologies GmbH
Author-email: hi@rasa.com
License: Apache 2.0
Location: /root/venv/lib/python3.6/site-packages
Requires: simplejson, pykwalify, tensor2tensor, python-telegram-bot, coloredlogs, python-socketio, python-dateutil, rocketchat-API, sanic-jwt, async-generator, SQLAlchemy, setuptools, aiohttp, scikit-learn, packaging, twilio, sklearn-crfsuite, colorclass, sanic, mattermostwrapper, kafka-python, networkx, terminaltables, requests, pydot, rasa-sdk, ruamel.yaml, pytz, pika, numpy, scipy, scikit-learn, redis, matplotlib, apscheduler, tensorflow, jsonschema, slackclient, gevent, tqdm, attrs, PyJWT, jsonpickle, boto3, pymongo, absl-py, questionary, fbmessenger, colorhash, tensorflow-probability, python-engineio, sanic-cors, webexteamssdk
Required-by:

I install RASA in a venv as recommand in tutorial :

[root@localhost ~]# python3 -m venv --system-site-package ./venv

So after doing RASA installation, I try to fellow this tutorial :

But I get stuck at first point :

rasa init --no-prompt
Instruction not allow

I get the same answer with :

(venv) [root@localhost ~]# rasa --version
Instruction not allow

What did I make wrong?

cordialy,

Is Instruction not allow the message from your terminal? I could not find such a message on google and afaik it is not a rasa warning. It sounds like you have insufficient permissions, which would be weird as you seem to be root. Please post a larger chunk of the commands and errors.

hi

I think you are right, and I get same problem on Ubuntu

I’m new in venv and I think I have a problem with it.

I’m looking for best practice to use it and solve my permissions problem.

Is there a debug mod or something else?

thx for help

Yes, you can run the command with --debug, but what I mean is that you should please copy and paste those lines of the command prompt that contain the command and everything that followed until the program exited.

Personally I use anaconda to manage python environments so unfortunately I cannot help you with venv.

Hi

–debug switch don’t give me more information just a :

Instruction not allowed

nothing more.

what does a rasa --version or rasa init --no-prompt do or try to do ?

thx for help

Hi

I’m trying to use ubuntu VM on VmWare :

(rasa_project) root@rasa:/opt/rasa# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.04
Release:        19.04
Codename:       disco

I try to follow “from source instruction” here :

https://rasa.com/docs/rasa/user-guide/installation/

First I did :

sudo -H -s

to get root user with root home

I test python version

root@rasa:/opt/rasa# python3 -V
Python 3.7.3

I test pip3 version

root@rasa:/opt/rasa# pip3 -V
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)

I create my virtual environnement for my rasa_project :

root@rasa:/opt# python3 -m venv --system-site-packages ./rasa_project

I enter this virtual envirronnement :

root@rasa:/opt# source ./rasa_project/bin/activate

I try to test dev git :

(rasa_project) root@rasa:/opt# git clone https://github.com/RasaHQ/rasa.git
Cloning into 'rasa'...
remote: Enumerating objects: 77, done.
remote: Counting objects: 100% (77/77), done.
remote: Compressing objects: 100% (67/67), done.
remote: Total 776831 (delta 25), reused 30 (delta 10), pack-reused 776754
Receiving objects: 100% (776831/776831), 422.42 MiB | 11.17 MiB/s, done.
Resolving deltas: 100% (648690/648690), done.

I enter rasa directory :

(rasa_project) root@rasa:/opt# cd rasa

I install the requirement :

(rasa_project) root@rasa:/opt/rasa# pip install -r requirements.txt
Collecting requests==2.22.0 (from -r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
    100% |████████████████████████████████| 61kB 2.2MB/s
Collecting boto3==1.9.146 (from -r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/20/9c/7111470f07700a6b06305943fc7521e49d9669dbda0c1862c4658130f235/boto3-1.9.146-py2.py3-none-any.whl (128kB)
    100% |████████████████████████████████| 133kB 3.3MB/s
Collecting matplotlib==3.0.3 (from -r requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/83/2a/e47bbd9396af32376863a426baed62d9bf3091f81defd1fe81c5f33b11a3/matplotlib-3.0.3-cp37-cp37m-manylinux1_x86_64.whl (13.0MB)
    100% |████████████████████████████████| 13.0MB 97kB/s
Collecting simplejson==3.16.0 (from -r requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz (81kB)
    100% |████████████████████████████████| 81kB 4.8MB/s
Collecting attrs==19.1.0 (from -r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
Collecting jsonpickle==1.1 (from -r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/dc/12/8c44eabb501e2bc0aec0dd152b328074d98a50968d3a02be28f6037f0c6a/jsonpickle-1.1-py2.py3-none-any.whl
Collecting redis==3.3.5 (from -r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/94/7a/c0d83bf432d07c567857f21b9d3e598c8c0cfad0a2dbf24d61d952f168c1/redis-3.3.5-py2.py3-none-any.whl (65kB)
    100% |████████████████████████████████| 71kB 5.5MB/s
Collecting pymongo==3.8.0 (from -r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/ee/f9/c748aa7807dafcc5eade282db46e16242b15dfe951da10ff434fd22ca282/pymongo-3.8.0-cp37-cp37m-manylinux1_x86_64.whl (417kB)
    100% |████████████████████████████████| 419kB 2.3MB/s
Collecting numpy==1.16.3 (from -r requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/bb/76/24e9f32c78e6f6fb26cf2596b428f393bf015b63459468119f282f70a7fd/numpy-1.16.3-cp37-cp37m-manylinux1_x86_64.whl (17.3MB)
    100% |████████████████████████████████| 17.3MB 69kB/s
Collecting scipy==1.2.1 (from -r requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/3e/7e/5cee36eee5b3194687232f6150a89a38f784883c612db7f4da2ab190980d/scipy-1.2.1-cp37-cp37m-manylinux1_x86_64.whl (24.8MB)
    100% |████████████████████████████████| 24.8MB 51kB/s
Collecting tensorflow==1.14.0 (from -r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/f4/28/96efba1a516cdacc2e2d6d081f699c001d414cc8ca3250e6d59ae657eb2b/tensorflow-1.14.0-cp37-cp37m-manylinux1_x86_64.whl (109.3MB)
    100% |████████████████████████████████| 109.3MB 11kB/s
Collecting absl-py>=0.8.0 (from -r requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/3c/0d/7cbf64cac3f93617a2b6b079c0182e4a83a3e7a8964d3b0cc3d9758ba002/absl-py-0.8.0.tar.gz (102kB)
    100% |████████████████████████████████| 112kB 5.2MB/s
Collecting setuptools>=41.0.0 (from -r requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/b2/86/095d2f7829badc207c893dd4ac767e871f6cd547145df797ea26baea4e2e/setuptools-41.2.0-py2.py3-none-any.whl (576kB)
    100% |████████████████████████████████| 583kB 1.9MB/s
Collecting tensorflow-probability==0.7.0 (from -r requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/3e/3a/c10b6c22320531c774402ac7186d1b673374e2a9d12502cbc8d811e4601c/tensorflow_probability-0.7.0-py2.py3-none-any.whl (981kB)
    100% |████████████████████████████████| 983kB 1.3MB/s
Collecting tensor2tensor==1.14.0 (from -r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/64/75/e8fab6e46fcfaf278998b9d0a182361eaa1a9b5a9a7ecb58a0796d9e5229/tensor2tensor-1.14.0-py2.py3-none-any.whl (1.6MB)
    100% |████████████████████████████████| 1.6MB 742kB/s
Collecting apscheduler==3.6.0 (from -r requirements.txt (line 19))
  Downloading https://files.pythonhosted.org/packages/93/09/ffc2ed85fa578cd0d4428e9c421407e5d91a4464bbaa44f789941416ae42/APScheduler-3.6.0-py2.py3-none-any.whl (58kB)
    100% |████████████████████████████████| 61kB 4.7MB/s
Collecting tqdm==4.31.0 (from -r requirements.txt (line 20))
  Downloading https://files.pythonhosted.org/packages/5b/6b/e0095b66a77cb80cf00962258a6c45dd543aebc719ddb9537b97721ccc75/tqdm-4.31.0-py2.py3-none-any.whl (48kB)
    100% |████████████████████████████████| 51kB 5.3MB/s
Collecting networkx==2.3 (from -r requirements.txt (line 21))
  Downloading https://files.pythonhosted.org/packages/85/08/f20aef11d4c343b557e5de6b9548761811eb16e438cee3d32b1c66c8566b/networkx-2.3.zip (1.7MB)
    100% |████████████████████████████████| 1.8MB 679kB/s
Collecting fbmessenger==6.0.0 (from -r requirements.txt (line 22))
  Downloading https://files.pythonhosted.org/packages/bd/e9/646684226176782b9e3b7dd5b35d7ecfd1d13cba24ad2e33255079921aab/fbmessenger-6.0.0-py2.py3-none-any.whl
Collecting pykwalify==1.7.0 (from -r requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/36/9f/612de8ca540bd24d604f544248c4c46e9db76f6ea5eb75fb4244da6ebbf0/pykwalify-1.7.0-py2.py3-none-any.whl (40kB)
    100% |████████████████████████████████| 40kB 4.8MB/s
Collecting coloredlogs==10.0 (from -r requirements.txt (line 24))
  Downloading https://files.pythonhosted.org/packages/08/0f/7877fc42fff0b9d70b6442df62d53b3868d3a6ad1b876bdb54335b30ff23/coloredlogs-10.0-py2.py3-none-any.whl (47kB)
    100% |████████████████████████████████| 51kB 4.5MB/s
Collecting ruamel.yaml==0.15.94 (from -r requirements.txt (line 25))
  Downloading https://files.pythonhosted.org/packages/bb/e3/8c06f90dab796bd5baf5da2482cf919bab3145389196814ec3180d4c7bd5/ruamel.yaml-0.15.94-cp37-cp37m-manylinux1_x86_64.whl (647kB)
    100% |████████████████████████████████| 655kB 1.7MB/s
Collecting scikit-learn==0.20.2 (from -r requirements.txt (line 26))
  Downloading https://files.pythonhosted.org/packages/90/de/6c4c572d39db91104a31e5b1559df4712f241cdf3f6206f49954adaa942c/scikit_learn-0.20.2-cp37-cp37m-manylinux1_x86_64.whl (5.4MB)
    100% |████████████████████████████████| 5.4MB 244kB/s
Collecting slackclient==1.3.1 (from -r requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/dc/1b/0756aa19e6f313e22c440a19cc72dae405bde298a091fa1556f5b2c5dc07/slackclient-1.3.1.tar.gz
Collecting python-telegram-bot==11.1.0 (from -r requirements.txt (line 28))
  Downloading https://files.pythonhosted.org/packages/84/6c/47932a4041ee76650ad1f45a80e1422077e1e99c08a4d7a61cfbe5393d41/python_telegram_bot-11.1.0-py2.py3-none-any.whl (326kB)
    100% |████████████████████████████████| 327kB 2.5MB/s
Collecting twilio==6.26.3 (from -r requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/23/e6/630676e9749be27879957dcac080dbafa2a8bf2cf47db3f7247862dd6277/twilio-6.26.3-py2.py3-none-any.whl (979kB)
    100% |████████████████████████████████| 983kB 1.2MB/s
Collecting webexteamssdk==1.1.1 (from -r requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/30/c6/8e700b876e4cae92721569f579a36d8eee62e296c4813704e258a19f405c/webexteamssdk-1.1.1.tar.gz (48kB)
    100% |████████████████████████████████| 51kB 5.2MB/s
Collecting mattermostwrapper==2.1 (from -r requirements.txt (line 31))
  Downloading https://files.pythonhosted.org/packages/93/70/203660597d12788e958dd691aa11c3c29caa075eadb2ce94d2eb53099d1b/mattermostwrapper-2.1-py2.py3-none-any.whl
Collecting rocketchat_API==0.6.31 (from -r requirements.txt (line 32))
  Downloading https://files.pythonhosted.org/packages/6f/02/86e695bc1c4bd961ebe4488a9e2a03cf78c3ba75a1cb8e977613573eefe1/rocketchat_API-0.6.31-py3-none-any.whl
Collecting colorhash==1.0.2 (from -r requirements.txt (line 33))
  Downloading https://files.pythonhosted.org/packages/0e/e1/50dbc513aa74e99eca4c47f2a8206711f0bec436fdddd95eebaf7eaaa1aa/colorhash-1.0.2-py2.py3-none-any.whl
Collecting pika==1.0.1 (from -r requirements.txt (line 34))
  Downloading https://files.pythonhosted.org/packages/78/1a/28c98ee8b211be21d4a9f4ef1687c4d36f9302d47fcc28b81f9591abf6d8/pika-1.0.1-py2.py3-none-any.whl (148kB)
    100% |████████████████████████████████| 153kB 4.1MB/s
Requirement already satisfied: jsonschema==2.6.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 35)) (2.6.0)
Collecting packaging==19.0 (from -r requirements.txt (line 36))
  Downloading https://files.pythonhosted.org/packages/91/32/58bc30e646e55eab8b21abf89e353f59c0cc02c417e42929f4a9546e1b1d/packaging-19.0-py2.py3-none-any.whl
Collecting gevent==1.4.0 (from -r requirements.txt (line 37))
  Downloading https://files.pythonhosted.org/packages/d4/89/57b63d6d7967d8763b913172bf6831afb01951b9ed9da127f2938a365585/gevent-1.4.0-cp37-cp37m-manylinux1_x86_64.whl (5.4MB)
    100% |████████████████████████████████| 5.4MB 234kB/s
Collecting pytz==2019.1 (from -r requirements.txt (line 38))
  Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
    100% |████████████████████████████████| 512kB 1.9MB/s
Collecting python-dateutil==2.8.0 (from -r requirements.txt (line 39))
  Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
    100% |████████████████████████████████| 235kB 3.6MB/s
Collecting rasa-sdk~=1.3.0 (from -r requirements.txt (line 40))
  Downloading https://files.pythonhosted.org/packages/17/ba/01de9500cb3f625ac267ea67b6186f9b71a93a4108df0a6646f094c49792/rasa_sdk-1.3.2-py2.py3-none-any.whl
Collecting colorclass==2.2.0 (from -r requirements.txt (line 41))
  Downloading https://files.pythonhosted.org/packages/37/ea/ae8dbb956939d4392e6a7fdef87fda273854da1128edae016c4104240be8/colorclass-2.2.0.tar.gz
Collecting terminaltables==3.1.0 (from -r requirements.txt (line 42))
  Downloading https://files.pythonhosted.org/packages/9b/c4/4a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff/terminaltables-3.1.0.tar.gz
Collecting sanic==19.3.1 (from -r requirements.txt (line 43))
  Downloading https://files.pythonhosted.org/packages/90/11/31382617b33f89df0caca396f104628d256689a58a63c75d3e46663a8c8f/sanic-19.3.1-py3-none-any.whl (60kB)
    100% |████████████████████████████████| 61kB 4.9MB/s
Collecting sanic-cors==0.9.8 (from -r requirements.txt (line 44))
  Downloading https://files.pythonhosted.org/packages/ad/51/336452f2e87c66c1f10814b32300c0a3ac7cffd6ab549d686120a220a85d/Sanic_Cors-0.9.8-py2.py3-none-any.whl
Collecting sanic-jwt==1.3.1 (from -r requirements.txt (line 45))
  Downloading https://files.pythonhosted.org/packages/82/e5/00e85f07e1a89adbdf41017d925224fd8b88e83770aa3645b36ba41d8869/sanic_jwt-1.3.1-py3-none-any.whl
Collecting aiohttp==3.5.4 (from -r requirements.txt (line 46))
  Downloading https://files.pythonhosted.org/packages/33/60/c21acb7002110699761d3dec36fad3f5087c2752a4eb495444f877db6553/aiohttp-3.5.4-cp37-cp37m-manylinux1_x86_64.whl (1.2MB)
    100% |████████████████████████████████| 1.2MB 1.1MB/s
Collecting questionary==1.1.1 (from -r requirements.txt (line 47))
  Downloading https://files.pythonhosted.org/packages/1e/e2/eda18deed2410a4ac243ad13e375d1f0023288e0872310164a772d09c622/questionary-1.1.1-py3-none-any.whl
Collecting python-socketio==4.3.1 (from -r requirements.txt (line 48))
  Downloading https://files.pythonhosted.org/packages/35/b0/22c3f785f23fec5c7a815f47c55d7e7946a67ae2129ff604148e939d3bdb/python_socketio-4.3.1-py2.py3-none-any.whl (49kB)
    100% |████████████████████████████████| 51kB 4.7MB/s
Collecting python-engineio==3.9.3 (from -r requirements.txt (line 50))
  Downloading https://files.pythonhosted.org/packages/2b/20/8e3ba16102ae2e245d70d9cb9fa48b076253fdb036dc43eea142294c2897/python_engineio-3.9.3-py2.py3-none-any.whl (119kB)
    100% |████████████████████████████████| 122kB 4.9MB/s
Collecting pydot==1.4.1 (from -r requirements.txt (line 51))
  Downloading https://files.pythonhosted.org/packages/33/d1/b1479a770f66d962f545c2101630ce1d5592d90cb4f083d38862e93d16d2/pydot-1.4.1-py2.py3-none-any.whl
Collecting async_generator==1.10 (from -r requirements.txt (line 52))
  Downloading https://files.pythonhosted.org/packages/71/52/39d20e03abd0ac9159c162ec24b93fbcaa111e8400308f2465432495ca2b/async_generator-1.10-py3-none-any.whl
Collecting SQLAlchemy~=1.3.3 (from -r requirements.txt (line 53))
  Downloading https://files.pythonhosted.org/packages/fc/49/82d64d705ced344ba458197dadab30cfa745f9650ee22260ac2b275d288c/SQLAlchemy-1.3.8.tar.gz (5.9MB)
    100% |████████████████████████████████| 5.9MB 214kB/s
Collecting kafka-python==1.4.6 (from -r requirements.txt (line 54))
  Downloading https://files.pythonhosted.org/packages/82/39/aebe3ad518513bbb2260dd84ac21e5c30af860cc4c95b32acbd64b9d9d0d/kafka_python-1.4.6-py2.py3-none-any.whl (259kB)
    100% |████████████████████████████████| 266kB 2.9MB/s
Collecting sklearn-crfsuite==0.3.6 (from -r requirements.txt (line 55))
  Downloading https://files.pythonhosted.org/packages/25/74/5b7befa513482e6dee1f3dd68171a6c9dfc14c0eaa00f885ffeba54fe9b0/sklearn_crfsuite-0.3.6-py2.py3-none-any.whl
Collecting psycopg2-binary==2.8.2 (from -r requirements.txt (line 56))
  Downloading https://files.pythonhosted.org/packages/a5/bf/870a127de76b5b01c26eb8056f42a315eb9cb625b87cdee896c71bf73ca1/psycopg2_binary-2.8.2-cp37-cp37m-manylinux1_x86_64.whl (2.9MB)
    100% |████████████████████████████████| 2.9MB 420kB/s
Collecting PyJWT==1.7.1 (from -r requirements.txt (line 57))
  Downloading https://files.pythonhosted.org/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a113229cf346880bb7545565/PyJWT-1.7.1-py2.py3-none-any.whl
Collecting gast==0.2.2 (from -r requirements.txt (line 60))
  Downloading https://files.pythonhosted.org/packages/4e/35/11749bf99b2d4e3cceb4d55ca22590b0d7c2c62b9de38ac4a4a7f4687421/gast-0.2.2.tar.gz
Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python3/dist-packages (from requests==2.22.0->-r requirements.txt (line 2)) (2.6)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/lib/python3/dist-packages (from requests==2.22.0->-r requirements.txt (line 2)) (1.24.1)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests==2.22.0->-r requirements.txt (line 2)) (2018.8.24)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3/dist-packages (from requests==2.22.0->-r requirements.txt (line 2)) (3.0.4)
Collecting botocore<1.13.0,>=1.12.146 (from boto3==1.9.146->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/1f/d0/6648ae9564c9be39dd0a8177668ab843fc7fd640e2288d14cf58a8e23759/botocore-1.12.227-py2.py3-none-any.whl (5.7MB)
    100% |████████████████████████████████| 5.7MB 231kB/s
Collecting jmespath<1.0.0,>=0.7.1 (from boto3==1.9.146->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/83/94/7179c3832a6d45b266ddb2aac329e101367fbdb11f425f13771d27f225bb/jmespath-0.9.4-py2.py3-none-any.whl
Collecting s3transfer<0.3.0,>=0.2.0 (from boto3==1.9.146->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/16/8a/1fc3dba0c4923c2a76e1ff0d52b305c44606da63f718d14d3231e21c51b0/s3transfer-0.2.1-py2.py3-none-any.whl (70kB)
    100% |████████████████████████████████| 71kB 5.1MB/s
Collecting kiwisolver>=1.0.1 (from matplotlib==3.0.3->-r requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/93/f8/518fb0bb89860eea6ff1b96483fbd9236d5ee991485d0f3eceff1770f654/kiwisolver-1.1.0-cp37-cp37m-manylinux1_x86_64.whl (90kB)
    100% |████████████████████████████████| 92kB 5.0MB/s
Collecting cycler>=0.10 (from matplotlib==3.0.3->-r requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib==3.0.3->-r requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/11/fa/0160cd525c62d7abd076a070ff02b2b94de589f1a9789774f17d7c54058e/pyparsing-2.4.2-py2.py3-none-any.whl (65kB)
    100% |████████████████████████████████| 71kB 5.5MB/s
Collecting google-pasta>=0.1.6 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/d0/33/376510eb8d6246f3c30545f416b2263eee461e40940c2a4413c711bdf62d/google_pasta-0.1.7-py3-none-any.whl (52kB)
    100% |████████████████████████████████| 61kB 5.6MB/s
Requirement already satisfied: wheel>=0.26 in /usr/lib/python3/dist-packages (from tensorflow==1.14.0->-r requirements.txt (line 12)) (0.32.3)
Collecting termcolor>=1.1.0 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
Collecting keras-preprocessing>=1.0.5 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/28/6a/8c1f62c37212d9fc441a7e26736df51ce6f0e38455816445471f10da4f0a/Keras_Preprocessing-1.1.0-py2.py3-none-any.whl (41kB)
    100% |████████████████████████████████| 51kB 5.6MB/s
Collecting protobuf>=3.6.1 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/30/fd/60ce148d8e4205bdf6da4ffec31348fd33f710c20a882b44319d54fd51ae/protobuf-3.9.1-cp37-cp37m-manylinux1_x86_64.whl (1.2MB)
    100% |████████████████████████████████| 1.2MB 1.0MB/s
Collecting tensorflow-estimator<1.15.0rc0,>=1.14.0rc0 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/3c/d5/21860a5b11caf0678fbc8319341b0ae21a07156911132e0e71bffed0510d/tensorflow_estimator-1.14.0-py2.py3-none-any.whl (488kB)
    100% |████████████████████████████████| 491kB 2.3MB/s
Collecting astor>=0.6.0 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/d1/4f/950dfae467b384fc96bc6469de25d832534f6b4441033c39f914efd13418/astor-0.8.0-py2.py3-none-any.whl
Collecting keras-applications>=1.0.6 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/71/e3/19762fdfc62877ae9102edf6342d71b28fbfd9dea3d2f96a882ce099b03f/Keras_Applications-1.0.8-py3-none-any.whl (50kB)
    100% |████████████████████████████████| 51kB 5.0MB/s
Collecting grpcio>=1.8.6 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/e5/27/1f908ebb99c8d48a5ba4eb9d7997f5633b920d98fe712f67aaa0663f1307/grpcio-1.23.0-cp37-cp37m-manylinux1_x86_64.whl (2.2MB)
    100% |████████████████████████████████| 2.2MB 561kB/s
Collecting tensorboard<1.15.0,>=1.14.0 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/91/2d/2ed263449a078cd9c8a9ba50ebd50123adf1f8cfbea1492f9084169b89d9/tensorboard-1.14.0-py3-none-any.whl (3.1MB)
    100% |████████████████████████████████| 3.2MB 406kB/s
Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from tensorflow==1.14.0->-r requirements.txt (line 12)) (1.12.0)
Collecting wrapt>=1.11.1 (from tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz
Collecting decorator (from tensorflow-probability==0.7.0->-r requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/5f/88/0075e461560a1e750a0dcbf77f1d9de775028c37a19a346a6c565a257399/decorator-4.4.0-py2.py3-none-any.whl
Collecting cloudpickle>=0.6.1 (from tensorflow-probability==0.7.0->-r requirements.txt (line 17))
  Downloading https://files.pythonhosted.org/packages/c1/49/334e279caa3231255725c8e860fa93e72083567625573421db8875846c14/cloudpickle-1.2.2-py2.py3-none-any.whl
Collecting mesh-tensorflow (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/90/f3/07fe1c894490156d0d423b95fc375fcf09371413234b94500bfcd61ab6d7/mesh_tensorflow-0.0.5-py2.py3-none-any.whl (95kB)
    100% |████████████████████████████████| 102kB 4.3MB/s
Collecting gunicorn (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/8c/da/b8dd8deb741bff556db53902d4706774c8e1e67265f69528c14c003644e6/gunicorn-19.9.0-py2.py3-none-any.whl (112kB)
    100% |████████████████████████████████| 122kB 4.8MB/s
Collecting gym (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/61/75/9e841bc2bc75128e0b65c3d5255d0bd16becb9d8f7120b965d41b8e70041/gym-0.14.0.tar.gz (1.6MB)
    100% |████████████████████████████████| 1.6MB 765kB/s
Collecting kfac (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/01/f0/4a7758f854a15b37d322827123ce58619d0f4270dd94f2dd30328f397339/kfac-0.2.0-py2.py3-none-any.whl (178kB)
    100% |████████████████████████████████| 184kB 3.9MB/s
Collecting google-api-python-client (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/5e/19/9fd511734c0dee8fa3d49f4109c75e7f95d3c31ed76c0e4a93fbba147807/google-api-python-client-1.7.11.tar.gz (142kB)
    100% |████████████████████████████████| 143kB 4.4MB/s
Collecting gin-config (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/98/14/9c671580d1d344be5f66d81a898aacb028beb2d8a271a731894eada0f839/gin-config-0.2.1.tar.gz
Collecting oauth2client (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/95/a9/4f25a14d23f0786b64875b91784607c2277eff25d48f915e39ff0cff505a/oauth2client-4.1.3-py2.py3-none-any.whl (98kB)
    100% |████████████████████████████████| 102kB 4.6MB/s
Collecting tensorflow-gan (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/3e/94/8903150ffafdd538b18e6d24dbd4f5a07105d9d31a29db49e728ae2a8b13/tensorflow_gan-1.0.0.dev0-py2.py3-none-any.whl (317kB)
    100% |████████████████████████████████| 317kB 2.8MB/s
Collecting pypng (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/bc/fb/f719f1ac965e2101aa6ea6f54ef8b40f8fbb033f6ad07c017663467f5147/pypng-0.0.20.tar.gz (649kB)
    100% |████████████████████████████████| 655kB 1.7MB/s
Collecting tensorflow-datasets (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/6c/34/ff424223ed4331006aaa929efc8360b6459d427063dc59fc7b75d7e4bab3/tensorflow_datasets-1.2.0-py3-none-any.whl (2.3MB)
    100% |████████████████████████████████| 2.3MB 559kB/s
Collecting future (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
    100% |████████████████████████████████| 829kB 1.4MB/s
Collecting dopamine-rl (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/2e/1c/99be0c9325dad3ce11ec6088408ebdb5bc7194791fd40df8b6be28a23973/dopamine_rl-2.0.5.tar.gz (54kB)
    100% |████████████████████████████████| 61kB 5.2MB/s
Collecting opencv-python (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/44/35/6db0fa2e644922533ddc2a3c41d1a86dabefce89d9db85ec31dcc69dc2e3/opencv_python-4.1.1.26-cp37-cp37m-manylinux1_x86_64.whl (28.7MB)
    100% |████████████████████████████████| 28.7MB 42kB/s
Collecting Pillow (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/a4/da/2bd281c875686230eabc13d20ab590ea617563b0e746abfb0698c4d5b645/Pillow-6.1.0-cp37-cp37m-manylinux1_x86_64.whl (2.1MB)
    100% |████████████████████████████████| 2.1MB 626kB/s
Collecting h5py (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/3f/c0/abde58b837e066bca19a3f7332d9d0493521d7dd6b48248451a9e3fe2214/h5py-2.10.0-cp37-cp37m-manylinux1_x86_64.whl (2.9MB)
    100% |████████████████████████████████| 2.9MB 434kB/s
Collecting sympy (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/21/21/f4105795ca7f35c541d82c5b06be684dd2f5cb4f508fb487cd7aea4de776/sympy-1.4-py2.py3-none-any.whl (5.3MB)
    100% |████████████████████████████████| 5.3MB 243kB/s
Collecting flask (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/9b/93/628509b8d5dc749656a9641f4caf13540e2cdec85276964ff8f43bbb1d3b/Flask-1.1.1-py2.py3-none-any.whl (94kB)
    100% |████████████████████████████████| 102kB 5.4MB/s
Collecting bz2file (from tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/61/39/122222b5e85cd41c391b68a99ee296584b2a2d1d233e7ee32b4532384f2d/bz2file-0.98.tar.gz
Collecting tzlocal>=1.2 (from apscheduler==3.6.0->-r requirements.txt (line 19))
  Downloading https://files.pythonhosted.org/packages/ef/99/53bd1ac9349262f59c1c421d8fcc2559ae8a5eeffed9202684756b648d33/tzlocal-2.0.0-py2.py3-none-any.whl
Requirement already satisfied: PyYAML>=3.11 in /usr/lib/python3/dist-packages (from pykwalify==1.7.0->-r requirements.txt (line 23)) (3.13)
Collecting docopt>=0.6.2 (from pykwalify==1.7.0->-r requirements.txt (line 23))
  Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
Collecting humanfriendly>=4.7 (from coloredlogs==10.0->-r requirements.txt (line 24))
  Downloading https://files.pythonhosted.org/packages/90/df/88bff450f333114680698dc4aac7506ff7cab164b794461906de31998665/humanfriendly-4.18-py2.py3-none-any.whl (73kB)
    100% |████████████████████████████████| 81kB 5.3MB/s
Collecting websocket-client<0.55.0,>=0.35 (from slackclient==1.3.1->-r requirements.txt (line 27))
  Downloading https://files.pythonhosted.org/packages/26/2d/f749a5c82f6192d77ed061a38e02001afcba55fe8477336d26a950ab17ce/websocket_client-0.54.0-py2.py3-none-any.whl (200kB)
    100% |████████████████████████████████| 204kB 3.6MB/s
Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (from python-telegram-bot==11.1.0->-r requirements.txt (line 28)) (2.3)
Collecting pysocks; python_version >= "3.0" (from twilio==6.26.3->-r requirements.txt (line 29))
  Downloading https://files.pythonhosted.org/packages/cd/18/102cc70347486e75235a29a6543f002cf758042189cb063ec25334993e36/PySocks-1.7.0-py3-none-any.whl
Collecting requests-toolbelt (from webexteamssdk==1.1.1->-r requirements.txt (line 30))
  Downloading https://files.pythonhosted.org/packages/60/ef/7681134338fc097acef8d9b2f8abe0458e4d87559c689a8c306d0957ece5/requests_toolbelt-0.9.1-py2.py3-none-any.whl (54kB)
    100% |████████████████████████████████| 61kB 5.5MB/s
Collecting greenlet>=0.4.14; platform_python_implementation == "CPython" (from gevent==1.4.0->-r requirements.txt (line 37))
  Downloading https://files.pythonhosted.org/packages/9d/ef/ac10aa1293f64939e4511909c570d969566126214af5dd7ba0afd353d88b/greenlet-0.4.15-cp37-cp37m-manylinux1_x86_64.whl (42kB)
    100% |████████████████████████████████| 51kB 3.8MB/s
Collecting flask-cors~=3.0 (from rasa-sdk~=1.3.0->-r requirements.txt (line 40))
  Downloading https://files.pythonhosted.org/packages/78/38/e68b11daa5d613e3a91e4bf3da76c94ac9ee0d9cd515af9c1ab80d36f709/Flask_Cors-3.0.8-py2.py3-none-any.whl
Collecting ConfigArgParse~=0.14 (from rasa-sdk~=1.3.0->-r requirements.txt (line 40))
  Downloading https://files.pythonhosted.org/packages/55/ea/f0ade52790bcd687127a302b26c1663bf2e0f23210d5281dbfcd1dfcda28/ConfigArgParse-0.14.0.tar.gz
Collecting httptools>=0.0.10 (from sanic==19.3.1->-r requirements.txt (line 43))
  Downloading https://files.pythonhosted.org/packages/1b/03/215969db11abe8741e9c266a4cbe803a372bd86dd35fa0084c4df6d4bd00/httptools-0.0.13.tar.gz (104kB)
    100% |████████████████████████████████| 112kB 5.3MB/s
Collecting multidict<5.0,>=4.0 (from sanic==19.3.1->-r requirements.txt (line 43))
  Downloading https://files.pythonhosted.org/packages/88/f0/4d4cbd1a3744e3985efa49682352d0703df653ffa76b81f10fed86599a50/multidict-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (309kB)
    100% |████████████████████████████████| 317kB 3.0MB/s
Collecting websockets<7.0,>=6.0 (from sanic==19.3.1->-r requirements.txt (line 43))
  Downloading https://files.pythonhosted.org/packages/0c/6a/d048dfe820fc956e57bb1115f5eda5a1bef320172811f72c9924c8d6ebb5/websockets-6.0-cp37-cp37m-manylinux1_x86_64.whl (88kB)
    100% |████████████████████████████████| 92kB 4.3MB/s
Collecting uvloop>=0.5.3; sys_platform != "win32" and implementation_name == "cpython" (from sanic==19.3.1->-r requirements.txt (line 43))
  Downloading https://files.pythonhosted.org/packages/e3/15/dc3276384f4363015d7c72282f37066bae26c77f99158f66c9058ac167cf/uvloop-0.13.0.tar.gz (2.0MB)
    100% |████████████████████████████████| 2.0MB 594kB/s
Collecting ujson>=1.35; sys_platform != "win32" and implementation_name == "cpython" (from sanic==19.3.1->-r requirements.txt (line 43))
  Downloading https://files.pythonhosted.org/packages/16/c4/79f3409bc710559015464e5f49b9879430d8f87498ecdc335899732e5377/ujson-1.35.tar.gz (192kB)
    100% |████████████████████████████████| 194kB 3.8MB/s
Collecting aiofiles>=0.3.0 (from sanic==19.3.1->-r requirements.txt (line 43))
  Downloading https://files.pythonhosted.org/packages/cf/f2/a67a23bc0bb61d88f82aa7fb84a2fb5f278becfbdc038c5cbb36c31feaf1/aiofiles-0.4.0-py3-none-any.whl
Collecting sanic-plugins-framework>=0.7.0 (from sanic-cors==0.9.8->-r requirements.txt (line 44))
  Downloading https://files.pythonhosted.org/packages/ac/a6/258bdd353c22c3ff7f130d1c788f874a88e48d306614d2f622f3bac2576b/Sanic_Plugins_Framework-0.8.2-py2.py3-none-any.whl
Collecting yarl<2.0,>=1.0 (from aiohttp==3.5.4->-r requirements.txt (line 46))
  Downloading https://files.pythonhosted.org/packages/fb/84/6d82f6be218c50b547aa29d0315e430cf8a23c52064c92d0a8377d7b7357/yarl-1.3.0.tar.gz (159kB)
    100% |████████████████████████████████| 163kB 2.2MB/s
Collecting async-timeout<4.0,>=3.0 (from aiohttp==3.5.4->-r requirements.txt (line 46))
  Downloading https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
Collecting prompt-toolkit~=2.0 (from questionary==1.1.1->-r requirements.txt (line 47))
  Downloading https://files.pythonhosted.org/packages/f7/a7/9b1dd14ef45345f186ef69d175bdd2491c40ab1dfa4b2b3e4352df719ed7/prompt_toolkit-2.0.9-py3-none-any.whl (337kB)
    100% |████████████████████████████████| 337kB 1.8MB/s
Collecting python-crfsuite>=0.8.3 (from sklearn-crfsuite==0.3.6->-r requirements.txt (line 55))
  Downloading https://files.pythonhosted.org/packages/da/05/5cd3eb8dbbe3c787e3cf84d5767d95198298f7951bf8e40c46ebd8c80a32/python_crfsuite-0.9.6-cp37-cp37m-manylinux1_x86_64.whl (749kB)
    100% |████████████████████████████████| 757kB 1.5MB/s
Collecting tabulate (from sklearn-crfsuite==0.3.6->-r requirements.txt (line 55))
  Downloading https://files.pythonhosted.org/packages/c2/fd/202954b3f0eb896c53b7b6f07390851b1fd2ca84aa95880d7ae4f434c4ac/tabulate-0.8.3.tar.gz (46kB)
    100% |████████████████████████████████| 51kB 5.0MB/s
Collecting docutils<0.16,>=0.10 (from botocore<1.13.0,>=1.12.146->boto3==1.9.146->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/22/cd/a6aa959dca619918ccb55023b4cb151949c64d4d5d55b3f4ffd7eee0c6e8/docutils-0.15.2-py3-none-any.whl (547kB)
    100% |████████████████████████████████| 552kB 1.9MB/s
Collecting werkzeug>=0.11.15 (from tensorboard<1.15.0,>=1.14.0->tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/b7/61/c0a1adf9ad80db012ed7191af98fa05faa95fa09eceb71bb6fa8b66e6a43/Werkzeug-0.15.6-py2.py3-none-any.whl (328kB)
    100% |████████████████████████████████| 337kB 2.7MB/s
Collecting markdown>=2.6.8 (from tensorboard<1.15.0,>=1.14.0->tensorflow==1.14.0->-r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/c0/4e/fd492e91abdc2d2fcb70ef453064d980688762079397f779758e055f6575/Markdown-3.1.1-py2.py3-none-any.whl (87kB)
    100% |████████████████████████████████| 92kB 5.1MB/s
Collecting pyglet<=1.3.2,>=1.2.0 (from gym->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/1c/fc/dad5eaaab68f0c21e2f906a94ddb98175662cc5a654eee404d59554ce0fa/pyglet-1.3.2-py2.py3-none-any.whl (1.0MB)
    100% |████████████████████████████████| 1.0MB 1.1MB/s
Collecting google-auth-httplib2>=0.0.3 (from google-api-python-client->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/33/49/c814d6d438b823441552198f096fcd0377fd6c88714dbed34f1d3c8c4389/google_auth_httplib2-0.0.3-py2.py3-none-any.whl
Collecting google-auth>=1.4.1 (from google-api-python-client->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/c5/9b/ed0516cc1f7609fb0217e3057ff4f0f9f3e3ce79a369c6af4a6c5ca25664/google_auth-1.6.3-py2.py3-none-any.whl (73kB)
    100% |████████████████████████████████| 81kB 5.0MB/s
Requirement already satisfied: httplib2<1dev,>=0.9.2 in /usr/lib/python3/dist-packages (from google-api-python-client->tensor2tensor==1.14.0->-r requirements.txt (line 18)) (0.11.3)
Collecting uritemplate<4dev,>=3.0.0 (from google-api-python-client->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/lib/python3/dist-packages (from oauth2client->tensor2tensor==1.14.0->-r requirements.txt (line 18)) (0.2.1)
Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client->tensor2tensor==1.14.0->-r requirements.txt (line 18)) (0.4.2)
Collecting rsa>=3.1.4 (from oauth2client->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
Collecting promise (from tensorflow-datasets->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/5a/81/221d09d90176fd90aed4b530e31b8fedf207385767c06d1d46c550c5e418/promise-2.2.1.tar.gz
Collecting psutil (from tensorflow-datasets->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/1c/ca/5b8c1fe032a458c2c4bcbe509d1401dca9dda35c7fc46b36bb81c2834740/psutil-5.6.3.tar.gz (435kB)
    100% |████████████████████████████████| 440kB 2.3MB/s
Collecting tensorflow-metadata (from tensorflow-datasets->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/ea/79/bfb672fc4ad09297f61734992c2658f753fc3d508701c5b5c47390de0ee2/tensorflow_metadata-0.14.0-py2.py3-none-any.whl
Collecting dill (from tensorflow-datasets->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/39/7a/70803635c850e351257029089d38748516a280864c97cbc73087afef6d51/dill-0.3.0.tar.gz (151kB)
    100% |████████████████████████████████| 153kB 4.2MB/s
Collecting mpmath>=0.19 (from sympy->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/ca/63/3384ebb3b51af9610086b23ea976e6d27d6d97bf140a76a365bd77a3eb32/mpmath-1.1.0.tar.gz (512kB)
    100% |████████████████████████████████| 522kB 2.0MB/s
Collecting itsdangerous>=0.24 (from flask->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
Collecting Jinja2>=2.10.1 (from flask->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl (124kB)
    100% |████████████████████████████████| 133kB 4.8MB/s
Requirement already satisfied: click>=5.1 in /usr/lib/python3/dist-packages (from flask->tensor2tensor==1.14.0->-r requirements.txt (line 18)) (7.0)
Collecting wcwidth (from prompt-toolkit~=2.0->questionary==1.1.1->-r requirements.txt (line 47))
  Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting cachetools>=2.0.0 (from google-auth>=1.4.1->google-api-python-client->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/2f/a6/30b0a0bef12283e83e58c1d6e7b5aabc7acfc4110df81a4471655d33e704/cachetools-3.1.1-py2.py3-none-any.whl
Collecting googleapis-common-protos (from tensorflow-metadata->tensorflow-datasets->tensor2tensor==1.14.0->-r requirements.txt (line 18))
  Downloading https://files.pythonhosted.org/packages/eb/ee/e59e74ecac678a14d6abefb9054f0bbcb318a6452a30df3776f133886d7d/googleapis-common-protos-1.6.0.tar.gz
Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3/dist-packages (from Jinja2>=2.10.1->flask->tensor2tensor==1.14.0->-r requirements.txt (line 18)) (1.1.0)
Building wheels for collected packages: simplejson, absl-py, networkx, slackclient, webexteamssdk, colorclass, terminaltables, SQLAlchemy, gast, termcolor, wrapt, gym, google-api-python-client, gin-config, pypng, future, dopamine-rl, bz2file, docopt, ConfigArgParse, httptools, uvloop, ujson, yarl, tabulate, promise, psutil, dill, mpmath, googleapis-common-protos
  Running setup.py bdist_wheel for simplejson ... done
  Stored in directory: /root/.cache/pip/wheels/5d/1a/1e/0350bb3df3e74215cd91325344cc86c2c691f5306eb4d22c77
  Running setup.py bdist_wheel for absl-py ... done
  Stored in directory: /root/.cache/pip/wheels/9a/1e/7a/456008eb5e47fd5de792c6139df6d5b3d5f71d51c6a0b94799
  Running setup.py bdist_wheel for networkx ... done
  Stored in directory: /root/.cache/pip/wheels/de/63/64/3699be2a9d0ccdb37c7f16329acf3863fd76eda58c39c737af
  Running setup.py bdist_wheel for slackclient ... done
  Stored in directory: /root/.cache/pip/wheels/b0/c7/4e/23104e3c04bf4248a1f9e24d82978e910e3ae4761e00f878e5
  Running setup.py bdist_wheel for webexteamssdk ... done
  Stored in directory: /root/.cache/pip/wheels/98/09/8a/03b3fcfe0a351b960427e278d87191e9a3065cd2a36b84ab3d
  Running setup.py bdist_wheel for colorclass ... done
  Stored in directory: /root/.cache/pip/wheels/d1/86/9d/16127127306a92d7fd30267890a5634026c045391979c4c317
  Running setup.py bdist_wheel for terminaltables ... done
  Stored in directory: /root/.cache/pip/wheels/30/6b/50/6c75775b681fb36cdfac7f19799888ef9d8813aff9e379663e
  Running setup.py bdist_wheel for SQLAlchemy ... done
  Stored in directory: /root/.cache/pip/wheels/97/b6/66/de2064d40c920adc2984ff3b8fd4f11494c8ab9e48ba87e8a2
  Running setup.py bdist_wheel for gast ... done
  Stored in directory: /root/.cache/pip/wheels/5c/2e/7e/a1d4d4fcebe6c381f378ce7743a3ced3699feb89bcfbdadadd
  Running setup.py bdist_wheel for termcolor ... done
  Stored in directory: /root/.cache/pip/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
  Running setup.py bdist_wheel for wrapt ... done
  Stored in directory: /root/.cache/pip/wheels/d7/de/2e/efa132238792efb6459a96e85916ef8597fcb3d2ae51590dfd
  Running setup.py bdist_wheel for gym ... done
  Stored in directory: /root/.cache/pip/wheels/7e/53/f6/c0cd3c9bf953f35c0aee7fa62ea209371e92f5e5cced3245ba
  Running setup.py bdist_wheel for google-api-python-client ... done
  Stored in directory: /root/.cache/pip/wheels/b8/f6/f5/b7bef1a5bc0e07ca4aa54c596b0b574c5afc07a9fddccf08f8
  Running setup.py bdist_wheel for gin-config ... done
  Stored in directory: /root/.cache/pip/wheels/ce/c8/46/5e7bf52dc31cb4fe1b541c27463b970150b2d8651105784a32
  Running setup.py bdist_wheel for pypng ... done
  Stored in directory: /root/.cache/pip/wheels/41/6b/ef/0493b536b6d4722c2ae9486691b1d49b922b9877922beeabb3
  Running setup.py bdist_wheel for future ... done
  Stored in directory: /root/.cache/pip/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e
  Running setup.py bdist_wheel for dopamine-rl ... done
  Stored in directory: /root/.cache/pip/wheels/75/01/fa/43ebcfe0f37d8c27bb1b7b6fa213caa0340e783fe754a2af8f
  Running setup.py bdist_wheel for bz2file ... done
  Stored in directory: /root/.cache/pip/wheels/81/75/d6/e1317bf09bf1af5a30befc2a007869fa6e1f516b8f7c591cb9
  Running setup.py bdist_wheel for docopt ... done
  Stored in directory: /root/.cache/pip/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e
  Running setup.py bdist_wheel for ConfigArgParse ... done
  Stored in directory: /root/.cache/pip/wheels/aa/9c/ce/7e904dddb8c7595ffbe3409d24455bc5005852850e36011bda
  Running setup.py bdist_wheel for httptools ... done
  Stored in directory: /root/.cache/pip/wheels/e8/3e/2e/013f99b42efc25cf3589730cf380738e46b1e5edaf2f78d525
  Running setup.py bdist_wheel for uvloop ... done
  Stored in directory: /root/.cache/pip/wheels/53/a5/48/e8b7f85234cb08c04919b6d4fc944318139453c9ca1f0c1c96
  Running setup.py bdist_wheel for ujson ... done
  Stored in directory: /root/.cache/pip/wheels/28/77/e4/0311145b9c2e2f01470e744855131f9e34d6919687550f87d1
  Running setup.py bdist_wheel for yarl ... done
  Stored in directory: /root/.cache/pip/wheels/e3/f0/13/d7c1c5cd76ef321fb635ce79232ca973cd0c91fabaaa71e1c7
  Running setup.py bdist_wheel for tabulate ... done
  Stored in directory: /root/.cache/pip/wheels/2b/67/89/414471314a2d15de625d184d8be6d38a03ae1e983dbda91e84
  Running setup.py bdist_wheel for promise ... done
  Stored in directory: /root/.cache/pip/wheels/92/84/9f/75e2235effae0e1c5a5c0626a503e532bbffcb7e79e672b606
  Running setup.py bdist_wheel for psutil ... done
  Stored in directory: /root/.cache/pip/wheels/90/7e/74/bb640d77775e6b6a78bcc3120f9fea4d2a28b2706de1cff37d
  Running setup.py bdist_wheel for dill ... done
  Stored in directory: /root/.cache/pip/wheels/c9/de/a4/a91eec4eea652104d8c81b633f32ead5eb57d1b294eab24167
  Running setup.py bdist_wheel for mpmath ... done
  Stored in directory: /root/.cache/pip/wheels/63/9d/8e/37c3f6506ed3f152733a699e92d8e0c9f5e5f01dea262f80ad
  Running setup.py bdist_wheel for googleapis-common-protos ... done
  Stored in directory: /root/.cache/pip/wheels/9e/3d/a2/1bec8bb7db80ab3216dbc33092bb7ccd0debfb8ba42b5668d5
Successfully built simplejson absl-py networkx slackclient webexteamssdk colorclass terminaltables SQLAlchemy gast termcolor wrapt gym google-api-python-client gin-config pypng future dopamine-rl bz2file docopt ConfigArgParse httptools uvloop ujson yarl tabulate promise psutil dill mpmath googleapis-common-protos
Installing collected packages: requests, jmespath, docutils, python-dateutil, botocore, s3transfer, boto3, setuptools, kiwisolver, numpy, cycler, pyparsing, matplotlib, simplejson, attrs, jsonpickle, redis, pymongo, scipy, google-pasta, gast, termcolor, keras-preprocessing, protobuf, tensorflow-estimator, astor, h5py, keras-applications, grpcio, absl-py, werkzeug, markdown, tensorboard, wrapt, tensorflow, decorator, cloudpickle, tensorflow-probability, greenlet, gevent, future, mesh-tensorflow, gunicorn, pyglet, gym, kfac, cachetools, rsa, google-auth, google-auth-httplib2, uritemplate, google-api-python-client, gin-config, oauth2client, tensorflow-gan, pypng, promise, psutil, googleapis-common-protos, tensorflow-metadata, tqdm, dill, tensorflow-datasets, opencv-python, dopamine-rl, Pillow, mpmath, sympy, itsdangerous, Jinja2, flask, bz2file, tensor2tensor, pytz, tzlocal, apscheduler, networkx, fbmessenger, docopt, pykwalify, humanfriendly, coloredlogs, ruamel.yaml, scikit-learn, websocket-client, slackclient, python-telegram-bot, PyJWT, pysocks, twilio, requests-toolbelt, webexteamssdk, mattermostwrapper, rocketchat-API, colorhash, pika, packaging, flask-cors, ConfigArgParse, rasa-sdk, colorclass, terminaltables, httptools, multidict, websockets, uvloop, ujson, aiofiles, sanic, sanic-plugins-framework, sanic-cors, sanic-jwt, yarl, async-timeout, aiohttp, wcwidth, prompt-toolkit, questionary, python-engineio, python-socketio, pydot, async-generator, SQLAlchemy, kafka-python, python-crfsuite, tabulate, sklearn-crfsuite, psycopg2-binary
  Found existing installation: requests 2.21.0
    Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /opt/rasa_project
    Can't uninstall 'requests'. No files were found to uninstall.
  Found existing installation: setuptools 40.8.0
    Uninstalling setuptools-40.8.0:
      Successfully uninstalled setuptools-40.8.0
  Found existing installation: attrs 18.2.0
    Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /opt/rasa_project
    Can't uninstall 'attrs'. No files were found to uninstall.
  Found existing installation: Jinja2 2.10
    Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /opt/rasa_project
    Can't uninstall 'Jinja2'. No files were found to uninstall.
  Found existing installation: PyJWT 1.7.0
    Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /opt/rasa_project
    Can't uninstall 'PyJWT'. No files were found to uninstall.
Successfully installed ConfigArgParse-0.14.0 Jinja2-2.10.1 Pillow-6.1.0 PyJWT-1.7.1 SQLAlchemy-1.3.8 absl-py-0.8.0 aiofiles-0.4.0 aiohttp-3.5.4 apscheduler-3.6.0 astor-0.8.0 async-generator-1.10 async-timeout-3.0.1 attrs-19.1.0 boto3-1.9.146 botocore-1.12.227 bz2file-0.98 cachetools-3.1.1 cloudpickle-1.2.2 colorclass-2.2.0 coloredlogs-10.0 colorhash-1.0.2 cycler-0.10.0 decorator-4.4.0 dill-0.3.0 docopt-0.6.2 docutils-0.15.2 dopamine-rl-2.0.5 fbmessenger-6.0.0 flask-1.1.1 flask-cors-3.0.8 future-0.17.1 gast-0.2.2 gevent-1.4.0 gin-config-0.2.1 google-api-python-client-1.7.11 google-auth-1.6.3 google-auth-httplib2-0.0.3 google-pasta-0.1.7 googleapis-common-protos-1.6.0 greenlet-0.4.15 grpcio-1.23.0 gunicorn-19.9.0 gym-0.14.0 h5py-2.10.0 httptools-0.0.13 humanfriendly-4.18 itsdangerous-1.1.0 jmespath-0.9.4 jsonpickle-1.1 kafka-python-1.4.6 keras-applications-1.0.8 keras-preprocessing-1.1.0 kfac-0.2.0 kiwisolver-1.1.0 markdown-3.1.1 matplotlib-3.0.3 mattermostwrapper-2.1 mesh-tensorflow-0.0.5 mpmath-1.1.0 multidict-4.5.2 networkx-2.3 numpy-1.16.3 oauth2client-4.1.3 opencv-python-4.1.1.26 packaging-19.0 pika-1.0.1 promise-2.2.1 prompt-toolkit-2.0.9 protobuf-3.9.1 psutil-5.6.3 psycopg2-binary-2.8.2 pydot-1.4.1 pyglet-1.3.2 pykwalify-1.7.0 pymongo-3.8.0 pyparsing-2.4.2 pypng-0.0.20 pysocks-1.7.0 python-crfsuite-0.9.6 python-dateutil-2.8.0 python-engineio-3.9.3 python-socketio-4.3.1 python-telegram-bot-11.1.0 pytz-2019.1 questionary-1.1.1 rasa-sdk-1.3.2 redis-3.3.5 requests-2.22.0 requests-toolbelt-0.9.1 rocketchat-API-0.6.31 rsa-4.0 ruamel.yaml-0.15.94 s3transfer-0.2.1 sanic-19.3.1 sanic-cors-0.9.8 sanic-jwt-1.3.1 sanic-plugins-framework-0.8.2 scikit-learn-0.20.2 scipy-1.2.1 setuptools-41.2.0 simplejson-3.16.0 sklearn-crfsuite-0.3.6 slackclient-1.3.1 sympy-1.4 tabulate-0.8.3 tensor2tensor-1.14.0 tensorboard-1.14.0 tensorflow-1.14.0 tensorflow-datasets-1.2.0 tensorflow-estimator-1.14.0 tensorflow-gan-1.0.0.dev0 tensorflow-metadata-0.14.0 tensorflow-probability-0.7.0 termcolor-1.1.0 terminaltables-3.1.0 tqdm-4.31.0 twilio-6.26.3 tzlocal-2.0.0 ujson-1.35 uritemplate-3.0.0 uvloop-0.13.0 wcwidth-0.1.7 webexteamssdk-1.1.1 websocket-client-0.54.0 websockets-6.0 werkzeug-0.15.6 wrapt-1.11.2 yarl-1.3.0

then I finalize the installation :

(rasa_project) root@rasa:/opt/rasa# pip install -e .
Obtaining file:///opt/rasa
  Installing build dependencies ... done
Requirement already satisfied: requests>=2.20 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (2.22.0)
Requirement already satisfied: boto3~=1.9 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.9.146)
Requirement already satisfied: matplotlib~=3.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (3.0.3)
Requirement already satisfied: simplejson~=3.16 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (3.16.0)
Requirement already satisfied: attrs>=18 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (19.1.0)
Requirement already satisfied: jsonpickle~=1.1 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.1)
Requirement already satisfied: redis~=3.3.5 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (3.3.5)
Requirement already satisfied: pymongo~=3.8 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (3.8.0)
Requirement already satisfied: numpy~=1.16 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.16.3)
Requirement already satisfied: scipy~=1.2 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.2.1)
Requirement already satisfied: tensorflow~=1.14.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.14.0)
Requirement already satisfied: absl-py>=0.8.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (0.8.0)
Requirement already satisfied: setuptools>=41.0.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (41.2.0)
Requirement already satisfied: tensorflow-probability~=0.7.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (0.7.0)
Requirement already satisfied: tensor2tensor~=1.14.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.14.0)
Requirement already satisfied: apscheduler~=3.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (3.6.0)
Requirement already satisfied: tqdm~=4.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (4.31.0)
Requirement already satisfied: networkx~=2.3 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (2.3)
Requirement already satisfied: fbmessenger~=6.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (6.0.0)
Requirement already satisfied: pykwalify~=1.7.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.7.0)
Requirement already satisfied: coloredlogs~=10.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (10.0)
Requirement already satisfied: scikit-learn~=0.20.2 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (0.20.2)
Requirement already satisfied: ruamel.yaml~=0.15.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (0.15.94)
Requirement already satisfied: slackclient~=1.3 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.3.1)
Requirement already satisfied: python-telegram-bot~=11.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (11.1.0)
Requirement already satisfied: twilio~=6.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (6.26.3)
Requirement already satisfied: webexteamssdk~=1.1 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.1.1)
Requirement already satisfied: mattermostwrapper~=2.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (2.1)
Requirement already satisfied: rocketchat_API~=0.6.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (0.6.31)
Requirement already satisfied: colorhash~=1.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.0.2)
Requirement already satisfied: pika~=1.0.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.0.1)
Requirement already satisfied: jsonschema~=2.6 in /usr/lib/python3/dist-packages (from rasa==1.4.0a1) (2.6.0)
Requirement already satisfied: packaging~=19.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (19.0)
Requirement already satisfied: gevent~=1.4 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.4.0)
Requirement already satisfied: pytz~=2019.1 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (2019.1)
Requirement already satisfied: python-dateutil~=2.8 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (2.8.0)
Requirement already satisfied: rasa-sdk~=1.3.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.3.2)
Requirement already satisfied: colorclass~=2.2 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (2.2.0)
Requirement already satisfied: terminaltables~=3.1 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (3.1.0)
Requirement already satisfied: sanic~=19.3.1 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (19.3.1)
Requirement already satisfied: sanic-cors~=0.9.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (0.9.8)
Requirement already satisfied: sanic-jwt~=1.3 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.3.1)
Requirement already satisfied: aiohttp~=3.5 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (3.5.4)
Requirement already satisfied: questionary>=1.1.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.1.1)
Requirement already satisfied: python-socketio>=4.3.1 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (4.3.1)
Requirement already satisfied: python-engineio>=3.9.3 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (3.9.3)
Requirement already satisfied: pydot~=1.4 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.4.1)
Requirement already satisfied: async_generator~=1.10 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.10)
Requirement already satisfied: SQLAlchemy~=1.3.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.3.8)
Requirement already satisfied: kafka-python~=1.4 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.4.6)
Requirement already satisfied: sklearn-crfsuite~=0.3.6 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (0.3.6)
Requirement already satisfied: PyJWT~=1.7 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (1.7.1)
Requirement already satisfied: gast==0.2.2 in /opt/rasa_project/lib/python3.7/site-packages (from rasa==1.4.0a1) (0.2.2)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20->rasa==1.4.0a1) (2018.8.24)
Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python3/dist-packages (from requests>=2.20->rasa==1.4.0a1) (2.6)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.20->rasa==1.4.0a1) (1.24.1)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3/dist-packages (from requests>=2.20->rasa==1.4.0a1) (3.0.4)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /opt/rasa_project/lib/python3.7/site-packages (from boto3~=1.9->rasa==1.4.0a1) (0.9.4)
Requirement already satisfied: botocore<1.13.0,>=1.12.146 in /opt/rasa_project/lib/python3.7/site-packages (from boto3~=1.9->rasa==1.4.0a1) (1.12.227)
Requirement already satisfied: s3transfer<0.3.0,>=0.2.0 in /opt/rasa_project/lib/python3.7/site-packages (from boto3~=1.9->rasa==1.4.0a1) (0.2.1)
Requirement already satisfied: cycler>=0.10 in /opt/rasa_project/lib/python3.7/site-packages (from matplotlib~=3.0->rasa==1.4.0a1) (0.10.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /opt/rasa_project/lib/python3.7/site-packages (from matplotlib~=3.0->rasa==1.4.0a1) (1.1.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /opt/rasa_project/lib/python3.7/site-packages (from matplotlib~=3.0->rasa==1.4.0a1) (2.4.2)
Requirement already satisfied: tensorflow-estimator<1.15.0rc0,>=1.14.0rc0 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (1.14.0)
Requirement already satisfied: keras-applications>=1.0.6 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (1.0.8)
Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (1.12.0)
Requirement already satisfied: wrapt>=1.11.1 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (1.11.2)
Requirement already satisfied: keras-preprocessing>=1.0.5 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (1.1.0)
Requirement already satisfied: tensorboard<1.15.0,>=1.14.0 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (1.14.0)
Requirement already satisfied: google-pasta>=0.1.6 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (0.1.7)
Requirement already satisfied: grpcio>=1.8.6 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (1.23.0)
Requirement already satisfied: protobuf>=3.6.1 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (3.9.1)
Requirement already satisfied: termcolor>=1.1.0 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (1.1.0)
Requirement already satisfied: astor>=0.6.0 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (0.8.0)
Requirement already satisfied: wheel>=0.26 in /usr/lib/python3/dist-packages (from tensorflow~=1.14.0->rasa==1.4.0a1) (0.32.3)
Requirement already satisfied: decorator in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow-probability~=0.7.0->rasa==1.4.0a1) (4.4.0)
Requirement already satisfied: cloudpickle>=0.6.1 in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow-probability~=0.7.0->rasa==1.4.0a1) (1.2.2)
Requirement already satisfied: pypng in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.0.20)
Requirement already satisfied: opencv-python in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (4.1.1.26)
Requirement already satisfied: dopamine-rl in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (2.0.5)
Requirement already satisfied: gym in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.14.0)
Requirement already satisfied: mesh-tensorflow in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.0.5)
Requirement already satisfied: tensorflow-gan in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.0.0.dev0)
Requirement already satisfied: sympy in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.4)
Requirement already satisfied: Pillow in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (6.1.0)
Requirement already satisfied: kfac in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.2.0)
Requirement already satisfied: h5py in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (2.10.0)
Requirement already satisfied: oauth2client in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (4.1.3)
Requirement already satisfied: bz2file in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.98)
Requirement already satisfied: future in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.17.1)
Requirement already satisfied: google-api-python-client in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.7.11)
Requirement already satisfied: tensorflow-datasets in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.2.0)
Requirement already satisfied: flask in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.1.1)
Requirement already satisfied: gunicorn in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (19.9.0)
Requirement already satisfied: gin-config in /opt/rasa_project/lib/python3.7/site-packages (from tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.2.1)
Requirement already satisfied: tzlocal>=1.2 in /opt/rasa_project/lib/python3.7/site-packages (from apscheduler~=3.0->rasa==1.4.0a1) (2.0.0)
Requirement already satisfied: docopt>=0.6.2 in /opt/rasa_project/lib/python3.7/site-packages (from pykwalify~=1.7.0->rasa==1.4.0a1) (0.6.2)
Requirement already satisfied: PyYAML>=3.11 in /usr/lib/python3/dist-packages (from pykwalify~=1.7.0->rasa==1.4.0a1) (3.13)
Requirement already satisfied: humanfriendly>=4.7 in /opt/rasa_project/lib/python3.7/site-packages (from coloredlogs~=10.0->rasa==1.4.0a1) (4.18)
Requirement already satisfied: websocket-client<0.55.0,>=0.35 in /opt/rasa_project/lib/python3.7/site-packages (from slackclient~=1.3->rasa==1.4.0a1) (0.54.0)
Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (from python-telegram-bot~=11.0->rasa==1.4.0a1) (2.3)
Requirement already satisfied: pysocks; python_version >= "3.0" in /opt/rasa_project/lib/python3.7/site-packages (from twilio~=6.0->rasa==1.4.0a1) (1.7.0)
Requirement already satisfied: requests-toolbelt in /opt/rasa_project/lib/python3.7/site-packages (from webexteamssdk~=1.1->rasa==1.4.0a1) (0.9.1)
Requirement already satisfied: greenlet>=0.4.14; platform_python_implementation == "CPython" in /opt/rasa_project/lib/python3.7/site-packages (from gevent~=1.4->rasa==1.4.0a1) (0.4.15)
Requirement already satisfied: ConfigArgParse~=0.14 in /opt/rasa_project/lib/python3.7/site-packages (from rasa-sdk~=1.3.0->rasa==1.4.0a1) (0.14.0)
Requirement already satisfied: flask-cors~=3.0 in /opt/rasa_project/lib/python3.7/site-packages (from rasa-sdk~=1.3.0->rasa==1.4.0a1) (3.0.8)
Requirement already satisfied: uvloop>=0.5.3; sys_platform != "win32" and implementation_name == "cpython" in /opt/rasa_project/lib/python3.7/site-packages (from sanic~=19.3.1->rasa==1.4.0a1) (0.13.0)
Requirement already satisfied: multidict<5.0,>=4.0 in /opt/rasa_project/lib/python3.7/site-packages (from sanic~=19.3.1->rasa==1.4.0a1) (4.5.2)
Requirement already satisfied: websockets<7.0,>=6.0 in /opt/rasa_project/lib/python3.7/site-packages (from sanic~=19.3.1->rasa==1.4.0a1) (6.0)
Requirement already satisfied: httptools>=0.0.10 in /opt/rasa_project/lib/python3.7/site-packages (from sanic~=19.3.1->rasa==1.4.0a1) (0.0.13)
Requirement already satisfied: ujson>=1.35; sys_platform != "win32" and implementation_name == "cpython" in /opt/rasa_project/lib/python3.7/site-packages (from sanic~=19.3.1->rasa==1.4.0a1) (1.35)
Requirement already satisfied: aiofiles>=0.3.0 in /opt/rasa_project/lib/python3.7/site-packages (from sanic~=19.3.1->rasa==1.4.0a1) (0.4.0)
Requirement already satisfied: sanic-plugins-framework>=0.7.0 in /opt/rasa_project/lib/python3.7/site-packages (from sanic-cors~=0.9.0->rasa==1.4.0a1) (0.8.2)
Requirement already satisfied: async-timeout<4.0,>=3.0 in /opt/rasa_project/lib/python3.7/site-packages (from aiohttp~=3.5->rasa==1.4.0a1) (3.0.1)
Requirement already satisfied: yarl<2.0,>=1.0 in /opt/rasa_project/lib/python3.7/site-packages (from aiohttp~=3.5->rasa==1.4.0a1) (1.3.0)
Requirement already satisfied: prompt-toolkit~=2.0 in /opt/rasa_project/lib/python3.7/site-packages (from questionary>=1.1.0->rasa==1.4.0a1) (2.0.9)
Requirement already satisfied: python-crfsuite>=0.8.3 in /opt/rasa_project/lib/python3.7/site-packages (from sklearn-crfsuite~=0.3.6->rasa==1.4.0a1) (0.9.6)
Requirement already satisfied: tabulate in /opt/rasa_project/lib/python3.7/site-packages (from sklearn-crfsuite~=0.3.6->rasa==1.4.0a1) (0.8.3)
Requirement already satisfied: docutils<0.16,>=0.10 in /opt/rasa_project/lib/python3.7/site-packages (from botocore<1.13.0,>=1.12.146->boto3~=1.9->rasa==1.4.0a1) (0.15.2)
Requirement already satisfied: markdown>=2.6.8 in /opt/rasa_project/lib/python3.7/site-packages (from tensorboard<1.15.0,>=1.14.0->tensorflow~=1.14.0->rasa==1.4.0a1) (3.1.1)
Requirement already satisfied: werkzeug>=0.11.15 in /opt/rasa_project/lib/python3.7/site-packages (from tensorboard<1.15.0,>=1.14.0->tensorflow~=1.14.0->rasa==1.4.0a1) (0.15.6)
Requirement already satisfied: pyglet<=1.3.2,>=1.2.0 in /opt/rasa_project/lib/python3.7/site-packages (from gym->tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.3.2)
Requirement already satisfied: mpmath>=0.19 in /opt/rasa_project/lib/python3.7/site-packages (from sympy->tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.1.0)
Requirement already satisfied: rsa>=3.1.4 in /opt/rasa_project/lib/python3.7/site-packages (from oauth2client->tensor2tensor~=1.14.0->rasa==1.4.0a1) (4.0)
Requirement already satisfied: httplib2>=0.9.1 in /usr/lib/python3/dist-packages (from oauth2client->tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.11.3)
Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/lib/python3/dist-packages (from oauth2client->tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.2.1)
Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client->tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.4.2)
Requirement already satisfied: google-auth-httplib2>=0.0.3 in /opt/rasa_project/lib/python3.7/site-packages (from google-api-python-client->tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.0.3)
Requirement already satisfied: uritemplate<4dev,>=3.0.0 in /opt/rasa_project/lib/python3.7/site-packages (from google-api-python-client->tensor2tensor~=1.14.0->rasa==1.4.0a1) (3.0.0)
Requirement already satisfied: google-auth>=1.4.1 in /opt/rasa_project/lib/python3.7/site-packages (from google-api-python-client->tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.6.3)
Requirement already satisfied: tensorflow-metadata in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow-datasets->tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.14.0)
Requirement already satisfied: promise in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow-datasets->tensor2tensor~=1.14.0->rasa==1.4.0a1) (2.2.1)
Requirement already satisfied: dill in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow-datasets->tensor2tensor~=1.14.0->rasa==1.4.0a1) (0.3.0)
Requirement already satisfied: psutil in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow-datasets->tensor2tensor~=1.14.0->rasa==1.4.0a1) (5.6.3)
Requirement already satisfied: click>=5.1 in /usr/lib/python3/dist-packages (from flask->tensor2tensor~=1.14.0->rasa==1.4.0a1) (7.0)
Requirement already satisfied: Jinja2>=2.10.1 in /opt/rasa_project/lib/python3.7/site-packages (from flask->tensor2tensor~=1.14.0->rasa==1.4.0a1) (2.10.1)
Requirement already satisfied: itsdangerous>=0.24 in /opt/rasa_project/lib/python3.7/site-packages (from flask->tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.1.0)
Requirement already satisfied: wcwidth in /opt/rasa_project/lib/python3.7/site-packages (from prompt-toolkit~=2.0->questionary>=1.1.0->rasa==1.4.0a1) (0.1.7)
Requirement already satisfied: cachetools>=2.0.0 in /opt/rasa_project/lib/python3.7/site-packages (from google-auth>=1.4.1->google-api-python-client->tensor2tensor~=1.14.0->rasa==1.4.0a1) (3.1.1)
Requirement already satisfied: googleapis-common-protos in /opt/rasa_project/lib/python3.7/site-packages (from tensorflow-metadata->tensorflow-datasets->tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.6.0)
Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3/dist-packages (from Jinja2>=2.10.1->flask->tensor2tensor~=1.14.0->rasa==1.4.0a1) (1.1.0)
Installing collected packages: rasa
  Running setup.py develop for rasa
Successfully installed rasa

The installation finished successfully …

… but :

 (rasa_project) root@rasa:/opt# rasa init --no-prompt
Illegal instruction (core dumped)

and I get the same erreur here :

  (rasa_project) root@rasa:/opt# rasa --version
Illegal instruction (core dumped)

what did I miss in my installation?

thx for help

Hi

when i make :

(rasa_project) root@rasa:/opt# python

Python 3.7.3 (default, Aug 20 2019, 17:04:43)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

and try this I get the same erreur :

>>> import tensorflow as tf
Illegal instruction (core dumped)

tensorflow version installed :

(rasa_project) root@rasa:/opt# pip show tensorflow
Name: tensorflow
Version: 1.14.0
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: packages@tensorflow.org
License: Apache 2.0
Location: /opt/rasa_project/lib/python3.7/site-packages
Requires: wrapt, numpy, google-pasta, tensorboard, absl-py, tensorflow-estimator, termcolor, six, protobuf, wheel, grpcio, keras-preprocessing, astor, keras-applications, gast
Required-by: rasa

Is tensorflow the suspect?

thx for help

It seems like an issue with your environment. Unfortunately I cannot really help you with that. I’d check if it’s only tensorflow or also other (3rd party) libraries that cause this issue and try to narrow it down that way.

Hi

I suspect that my processor haven’t AVX and AVX2 instruction set needed by tensorflow.

I’m making some test to confirm this …

Would be nice that RASA test this with an explicite error ;).

thx for help

I suppose the easiest would be try installing the tensorflow version that doesn’t use AVX You probably already saw The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine. · Issue #24548 · tensorflow/tensorflow · GitHub

Hi,

I’ll search that way so.

Thank again so much for help :wink:

while running init command I am getting this error " ModuleNotFoundError: No module named ‘webexteamssdk’" but I tried pip install webexteamssdk. its was already installed. Anyone have solution for this.

Hi,I also meet that problem too, i was using windows10 and meet this trouble, i’m sure that i have installed rasa and tf with the right way, but it still have the problems that my cmd can not find this instruction (rasa init --no-prompt).

This worked for me. Thanks