Training seems to finish properly, but there is no new model after 2 hours

Hi,

since using the pipeline with epochs 200 instead of 100 training does not produce a new model anymore. Training takes around 80 Minutes. There is nothing in the worker log, e.g. docker logs --tail 50 --follow --timestamps rasa_docker_0321_rasa-worker_1

Also the container did not restart, uptime is still ok, there is just no new model to activate.

pipeline being:

language: de pipeline:

  • name: SpacyNLP case_sensitive: false
  • name: SpacyTokenizer
  • name: SpacyFeaturizer
  • name: RegexFeaturizer
  • name: LexicalSyntacticFeaturizer
  • name: CountVectorsFeaturizer
  • name: DIETClassifier epochs: 200
  • name: EntitySynonymMapper
  • name: ResponseSelector epochs: 200 policies:
  • name: MemoizationPolicy
  • name: TEDPolicy max_history: 5 epochs: 200
  • name: MappingPolicy
  • name: FallbackPolicy nlu_threshold: 0.3 ambiguity_threshold: 0.1 core_threshold: 0.3 fallback_action_name: utter_not_solved_de

Any suggestion why it doesnt produce a model anymore, but also does not fail? epochs 100 did produce predictions which were not good enough, so i want to try 200 …

Can you run the rasa train locally.

Thanks, how can i do that? I tried with shelling into the worker container but it didnt work

docker exec -it rasa_docker_0321_rasa-worker_1 /bin/bash
I have no name!@6e83145d68c0:/app$ rasa train
The path 'config.yml' does not exist. Please make sure to use the default location ('config.yml') or specify it with '--config'.

I did a search for domain.yml and only found it in the container in virtual env by python, so i suppose the file might be named differently?

Can you help me how to run this manually, e.g. not by clicking train?

I was suggesting a local/laptop install as described here. You would pull the git repo with your rasa bot training data and run the train from the command line.

Inside of the rasa-worker, you should find the project in the /app directory.

Hi @stephens ,

i don’t have a laptop installation. The whole point of the offered RASA docker containers for me is to avoid setting something up myself which might be flawed. So it should be possible to diagnose the official docker containers, no?

Unfortunately the /app directory is empty, so it might not work that way.

I have no name!@1954e1bc4e76:/app$ ls -la
total 8
drwxrwxr-x 1 root root 4096 Aug  4 12:27 .
drwxr-xr-x 1 root root 4096 Oct 23 04:00 ..

Is there any decent way, except “docker-compose up” and watching for output, to diagnose why there is no model after a long training time, but no error message either?

Only messages in the output except nginx are:

rasa-x_1           | Exception occurred while handling uri: 'http://chatbotq01/api/projects/default/models/jobs'
rasa-x_1           | NoneType: None

Edit:

I tried to set up a basic rasa, but that doesnt work, there is no tensorflow available. Tried on Ubuntu 18.04.5 LTS.

(venv) root@chatbotq01:/opt/mcb# pip3 install rasa
Collecting rasa
  Downloading https://files.pythonhosted.org/packages/4a/71/6deec6b35f0f9f6d4cf344eecce198723e5fe66e8e4b4bbaea1e248d5903/rasa-2.0.2-py3-none-any.whl (623kB)
    100% |████████████████████████████████| 624kB 1.9MB/s
Collecting mattermostwrapper<2.3,>=2.2 (from rasa)
  Downloading https://files.pythonhosted.org/packages/d7/fd/f1ce046ddaeffa5073f87d7800c27ad2c8e543e924a8418675c64aea6a14/mattermostwrapper-2.2.tar.gz
Collecting fbmessenger<6.1.0,>=6.0.0 (from rasa)
  Downloading https://files.pythonhosted.org/packages/bd/e9/646684226176782b9e3b7dd5b35d7ecfd1d13cba24ad2e33255079921aab/fbmessenger-6.0.0-py2.py3-none-any.whl
Collecting PyJWT<1.8,>=1.7 (from rasa)
  Downloading https://files.pythonhosted.org/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a113229cf346880bb7545565/PyJWT-1.7.1-py2.py3-none-any.whl
Collecting attrs<20.3,>=19.3 (from rasa)
  Downloading https://files.pythonhosted.org/packages/14/df/479736ae1ef59842f512548bacefad1abed705e400212acba43f9b0fa556/attrs-20.2.0-py2.py3-none-any.whl (48kB)
    100% |████████████████████████████████| 51kB 7.0MB/s
Collecting ujson<4.0,>=1.35 (from rasa)
  Downloading https://files.pythonhosted.org/packages/1c/8f/51bb597e79e4c642395c4512218dc6b475773701e67a84602c82fbdb77c9/ujson-3.2.0-cp36-cp36m-manylinux1_x86_64.whl (179kB)
    100% |████████████████████████████████| 184kB 4.5MB/s
Collecting colorclass<2.3,>=2.2 (from rasa)
  Downloading https://files.pythonhosted.org/packages/37/ea/ae8dbb956939d4392e6a7fdef87fda273854da1128edae016c4104240be8/colorclass-2.2.0.tar.gz
Collecting tqdm<4.51,>=4.31 (from rasa)
  Downloading https://files.pythonhosted.org/packages/bd/cf/f91813073e4135c1183cadf968256764a6fe4e35c351d596d527c0540461/tqdm-4.50.2-py2.py3-none-any.whl (70kB)
    100% |████████████████████████████████| 71kB 6.9MB/s
Collecting oauth2client==4.1.3 (from rasa)
  Downloading https://files.pythonhosted.org/packages/95/a9/4f25a14d23f0786b64875b91784607c2277eff25d48f915e39ff0cff505a/oauth2client-4.1.3-py2.py3-none-any.whl (98kB)
    100% |████████████████████████████████| 102kB 6.3MB/s
Collecting webexteamssdk<1.7.0,>=1.1.1 (from rasa)
  Downloading https://files.pythonhosted.org/packages/4d/27/20edad1a463bd709e90ccc6be12cd5ce5db7ebeda98084143902c226adda/webexteamssdk-1.6-py3-none-any.whl (113kB)
    100% |████████████████████████████████| 122kB 6.5MB/s
Collecting setuptools>=41.0.0 (from rasa)
  Downloading https://files.pythonhosted.org/packages/6d/38/c21ef5034684ffc0412deefbb07d66678332290c14bb5269c85145fbd55e/setuptools-50.3.2-py3-none-any.whl (785kB)
    100% |████████████████████████████████| 788kB 1.6MB/s
Collecting boto3<2.0,>=1.12 (from rasa)
  Downloading https://files.pythonhosted.org/packages/1c/6f/50be8234f5c2c95a047647bfded004f78bf0de5b46d43fbffef3f7f2e4c6/boto3-1.16.3-py2.py3-none-any.whl (129kB)
    100% |████████████████████████████████| 133kB 5.9MB/s
Collecting ruamel.yaml<0.17.0,>=0.16.5 (from rasa)
  Downloading https://files.pythonhosted.org/packages/7e/39/186f14f3836ac5d2a6a042c8de69988770e8b9abb537610edc429e4914aa/ruamel.yaml-0.16.12-py2.py3-none-any.whl (111kB)
    100% |████████████████████████████████| 112kB 6.3MB/s
Collecting cloudpickle<1.5,>=1.2 (from rasa)
  Downloading https://files.pythonhosted.org/packages/c6/a5/bb99276ec2685e11d34e4aefc0d9238626843ea51f974aa59c68317d34b2/cloudpickle-1.4.1-py3-none-any.whl
Collecting sentry-sdk<0.20.0,>=0.17.0 (from rasa)
  Downloading https://files.pythonhosted.org/packages/fc/f0/188b8321988c739ab79577269c169d0d5f36aeb7172c17cd45eb0917823d/sentry_sdk-0.19.1-py2.py3-none-any.whl (120kB)
    100% |████████████████████████████████| 122kB 6.5MB/s
Collecting sanic<21.0.0,>=19.12.2 (from rasa)
  Downloading https://files.pythonhosted.org/packages/d2/10/b6371426d55d40ac6a6f38c78bb299f45f904d30dddf27fa5934fc929d14/sanic-20.9.0-py3-none-any.whl (79kB)
    100% |████████████████████████████████| 81kB 6.5MB/s
Collecting apscheduler<3.7,>=3.6 (from rasa)
  Downloading https://files.pythonhosted.org/packages/f3/34/9ef20ed473c4fd2c3df54ef77a27ae3fc7500b16b192add4720cab8b2c09/APScheduler-3.6.3-py2.py3-none-any.whl (58kB)
    100% |████████████████████████████████| 61kB 7.2MB/s
Collecting regex<2020.10,>=2020.6 (from rasa)
  Downloading https://files.pythonhosted.org/packages/3d/e7/352f352776288ed59726cd3739b4db685908f0e92eb9baa9f76809f9cd16/regex-2020.9.27-cp36-cp36m-manylinux1_x86_64.whl (662kB)
    100% |████████████████████████████████| 665kB 1.8MB/s
Collecting SQLAlchemy<1.4.0,>=1.3.3 (from rasa)
  Downloading https://files.pythonhosted.org/packages/08/4c/d81902b47d65c36d117c0ac8c4ce4f399e31ebacb9ed4c9e978fc017c0c9/SQLAlchemy-1.3.20-cp36-cp36m-manylinux1_x86_64.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 1.1MB/s
Collecting prompt-toolkit<3.0,>=2.0 (from rasa)
  Downloading https://files.pythonhosted.org/packages/87/61/2dfea88583d5454e3a64f9308a686071d58d59a55db638268a6413e1eb6d/prompt_toolkit-2.0.10-py3-none-any.whl (340kB)
    100% |████████████████████████████████| 348kB 3.3MB/s
Collecting absl-py<0.11,>=0.9 (from rasa)
  Downloading https://files.pythonhosted.org/packages/b9/07/f69dd3367368ad69f174bfe426a973651412ec11d48ec05c000f19fe0561/absl_py-0.10.0-py3-none-any.whl (127kB)
    100% |████████████████████████████████| 133kB 6.0MB/s
Collecting joblib<0.16.0,>=0.15.1 (from rasa)
  Downloading https://files.pythonhosted.org/packages/b8/a6/d1a816b89aa1e9e96bcb298eb1ee1854f21662ebc6d55ffa3d7b3b50122b/joblib-0.15.1-py3-none-any.whl (298kB)
    100% |████████████████████████████████| 307kB 3.8MB/s
Collecting questionary<1.6.0,>=1.5.1 (from rasa)
  Downloading https://files.pythonhosted.org/packages/05/7d/61b7d0da15bb50e7239c870771320026447b7e2d9490ee96f49dddd3ef0d/questionary-1.5.2-py3-none-any.whl
Collecting kafka-python<3.0,>=1.4 (from rasa)
  Downloading https://files.pythonhosted.org/packages/75/68/dcb0db055309f680ab2931a3eeb22d865604b638acf8c914bedf4c1a0c8c/kafka_python-2.0.2-py2.py3-none-any.whl (246kB)
    100% |████████████████████████████████| 256kB 4.2MB/s
Collecting sanic-cors<0.11.0,>=0.10.0b1 (from rasa)
  Downloading https://files.pythonhosted.org/packages/2d/33/5e1776669aa62dd9c65e3513425077915acb1758d6b19f08f830f27ce9a8/Sanic_Cors-0.10.0.post3-py2.py3-none-any.whl
Collecting pika<1.2.0,>=1.1.0 (from rasa)
  Downloading https://files.pythonhosted.org/packages/a1/ae/8bedf0e9f1c0c5d046db3a7428a4227fe36ec1b8e25607f3c38ac9bf513c/pika-1.1.0-py2.py3-none-any.whl (148kB)
    100% |████████████████████████████████| 153kB 5.8MB/s
Collecting python-engineio<3.14,>=3.11 (from rasa)
  Downloading https://files.pythonhosted.org/packages/4a/b0/602e549c6d735eb487f186b35e0b82e61c89459f57d1c24d5c7be6f56d05/python_engineio-3.13.2-py2.py3-none-any.whl (50kB)
    100% |████████████████████████████████| 51kB 7.2MB/s
Collecting networkx<2.6,>=2.4 (from rasa)
  Downloading https://files.pythonhosted.org/packages/9b/cd/dc52755d30ba41c60243235460961fc28022e5b6731f16c268667625baea/networkx-2.5-py3-none-any.whl (1.6MB)
    100% |████████████████████████████████| 1.6MB 840kB/s
Collecting multidict<5.0,>=4.6 (from rasa)
  Downloading https://files.pythonhosted.org/packages/1a/95/f50352b5366e7d579e8b99631680a9e32e1b22adfa1629a8f23b1d22d5e2/multidict-4.7.6-cp36-cp36m-manylinux1_x86_64.whl (148kB)
    100% |████████████████████████████████| 153kB 5.6MB/s
Collecting jsonschema<3.3,>=3.2 (from rasa)
  Downloading https://files.pythonhosted.org/packages/c5/8f/51e89ce52a085483359217bc72cdbf6e75ee595d5b1d4b5ade40c7e018b8/jsonschema-3.2.0-py2.py3-none-any.whl (56kB)
    100% |████████████████████████████████| 61kB 6.9MB/s
Collecting tensorflow-text<2.4,>=2.3; sys_platform != "win32" (from rasa)
  Downloading https://files.pythonhosted.org/packages/28/b2/2dbd90b93913afd07e6101b8b84327c401c394e60141c1e98590038060b3/tensorflow_text-2.3.0-cp36-cp36m-manylinux1_x86_64.whl (2.6MB)
    100% |████████████████████████████████| 2.6MB 549kB/s
Collecting async_generator<1.11,>=1.10 (from rasa)
  Downloading https://files.pythonhosted.org/packages/71/52/39d20e03abd0ac9159c162ec24b93fbcaa111e8400308f2465432495ca2b/async_generator-1.10-py3-none-any.whl
Collecting jsonpickle<1.5,>=1.3 (from rasa)
  Downloading https://files.pythonhosted.org/packages/af/ca/4fee219cc4113a5635e348ad951cf8a2e47fed2e3342312493f5b73d0007/jsonpickle-1.4.1-py2.py3-none-any.whl
Collecting slackclient<3.0.0,>=2.0.0 (from rasa)
  Downloading https://files.pythonhosted.org/packages/ed/27/de9ce989d0964518152e1a164b08971c77a173b051a153e50220f1a963d9/slackclient-2.9.3-py2.py3-none-any.whl (96kB)
    100% |████████████████████████████████| 102kB 6.5MB/s
Collecting tensorflow-probability<0.12,>=0.11 (from rasa)
  Downloading https://files.pythonhosted.org/packages/b3/99/07d4220b021a5d6f6b3de8872f2a634389ad224f8508258452e57aaaf328/tensorflow_probability-0.11.1-py2.py3-none-any.whl (4.3MB)
    100% |████████████████████████████████| 4.3MB 358kB/s
Collecting matplotlib<3.4,>=3.1 (from rasa)
  Downloading https://files.pythonhosted.org/packages/cd/d6/8c4dfb23151d5a494c66ebbfdb5c8c433b44ec07fae52da5939fcda0943f/matplotlib-3.3.2-cp36-cp36m-manylinux1_x86_64.whl (11.6MB)
    100% |████████████████████████████████| 11.6MB 132kB/s
Collecting packaging<21.0,>=20.0 (from rasa)
  Downloading https://files.pythonhosted.org/packages/46/19/c5ab91b1b05cfe63cccd5cfc971db9214c6dd6ced54e33c30d5af1d2bc43/packaging-20.4-py2.py3-none-any.whl
Collecting tensorflow-estimator<2.4,>=2.3 (from rasa)
  Downloading https://files.pythonhosted.org/packages/e9/ed/5853ec0ae380cba4588eab1524e18ece1583b65f7ae0e97321f5ff9dfd60/tensorflow_estimator-2.3.0-py2.py3-none-any.whl (459kB)
    100% |████████████████████████████████| 460kB 2.7MB/s
Collecting python-dateutil<2.9,>=2.8 (from rasa)
  Downloading https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB)
    100% |████████████████████████████████| 235kB 4.5MB/s
Collecting aiohttp<3.7,>=3.6 (from rasa)
  Downloading https://files.pythonhosted.org/packages/78/a6/93acfa8f8b3573c4445ace2f266de62783231923706a4c3ab705e7d43497/aiohttp-3.6.3-cp36-cp36m-manylinux1_x86_64.whl (1.2MB)
    100% |████████████████████████████████| 1.2MB 1.2MB/s
Collecting sanic-jwt<1.5.0,>=1.3.2 (from rasa)
  Downloading https://files.pythonhosted.org/packages/ed/ca/61b5c31074890ae62cfd00edc940450a9575d46371a92974301595b18edf/sanic-jwt-1.4.1.tar.gz
Collecting psycopg2-binary<2.9.0,>=2.8.2 (from rasa)
  Downloading https://files.pythonhosted.org/packages/f2/1b/720b36697158113ca1b2221a8e96a470088ccf3770d182214689d1a96a07/psycopg2_binary-2.8.6-cp36-cp36m-manylinux1_x86_64.whl (3.0MB)
    100% |████████████████████████████████| 3.0MB 492kB/s
Collecting sklearn-crfsuite<0.4,>=0.3 (from rasa)
  Downloading https://files.pythonhosted.org/packages/25/74/5b7befa513482e6dee1f3dd68171a6c9dfc14c0eaa00f885ffeba54fe9b0/sklearn_crfsuite-0.3.6-py2.py3-none-any.whl
Collecting pydot<1.5,>=1.4 (from rasa)
  Downloading https://files.pythonhosted.org/packages/33/d1/b1479a770f66d962f545c2101630ce1d5592d90cb4f083d38862e93d16d2/pydot-1.4.1-py2.py3-none-any.whl
Collecting pykwalify<1.8.0,>=1.7.0 (from rasa)
  Downloading https://files.pythonhosted.org/packages/36/9f/612de8ca540bd24d604f544248c4c46e9db76f6ea5eb75fb4244da6ebbf0/pykwalify-1.7.0-py2.py3-none-any.whl (40kB)
    100% |████████████████████████████████| 40kB 7.6MB/s
Collecting redis<4.0,>=3.4 (from rasa)
  Downloading https://files.pythonhosted.org/packages/a7/7c/24fb0511df653cf1a5d938d8f5d19802a88cef255706fdda242ff97e91b7/redis-3.5.3-py2.py3-none-any.whl (72kB)
    100% |████████████████████████████████| 81kB 7.8MB/s
Collecting twilio<6.46,>=6.26 (from rasa)
  Downloading https://files.pythonhosted.org/packages/68/12/1904b22c2d622a4f1eeb3bea84250f07ed2bfc65fff6139bf1ba7111dd21/twilio-6.45.4.tar.gz (457kB)
    100% |████████████████████████████████| 460kB 2.7MB/s
Collecting rocketchat_API<1.10.0,>=0.6.31 (from rasa)
  Downloading https://files.pythonhosted.org/packages/fb/eb/bbedade2a83f04f8dbc9433cc1663e56585ff9be29d10a0fc4eb8bb01faa/rocketchat_API-1.9.1-py3-none-any.whl
Collecting coloredlogs<15,>=10 (from rasa)
  Downloading https://files.pythonhosted.org/packages/5c/2f/12747be360d6dea432e7b5dfae3419132cb008535cfe614af73b9ce2643b/coloredlogs-14.0-py2.py3-none-any.whl (43kB)
    100% |████████████████████████████████| 51kB 7.7MB/s
Collecting pytz<2021.0,>=2019.1 (from rasa)
  Downloading https://files.pythonhosted.org/packages/4f/a4/879454d49688e2fad93e59d7d4efda580b783c745fd2ec2a3adf87b0808d/pytz-2020.1-py2.py3-none-any.whl (510kB)
    100% |████████████████████████████████| 512kB 2.2MB/s
Collecting scikit-learn<0.24,>=0.22 (from rasa)
  Downloading https://files.pythonhosted.org/packages/5c/a1/273def87037a7fb010512bbc5901c31cfddfca8080bc63b42b26e3cc55b3/scikit_learn-0.23.2-cp36-cp36m-manylinux1_x86_64.whl (6.8MB)
    100% |████████████████████████████████| 6.8MB 223kB/s
Collecting numpy<2.0,>=1.16 (from rasa)
  Downloading https://files.pythonhosted.org/packages/b8/e5/a64ef44a85397ba3c377f6be9c02f3cb3e18023f8c89850dd319e7945521/numpy-1.19.2-cp36-cp36m-manylinux1_x86_64.whl (13.4MB)
    100% |████████████████████████████████| 13.4MB 114kB/s
Collecting tensorflow<2.4,>=2.3 (from rasa)
  Could not find a version that satisfies the requirement tensorflow<2.4,>=2.3 (from rasa) (from versions: 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.4.1, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.8.0rc0, 1.8.0rc1, 1.8.0, 1.9.0rc0, 1.9.0rc1, 1.9.0rc2, 1.9.0, 1.10.0rc0, 1.10.0rc1, 1.10.0, 1.10.1, 1.11.0rc0, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.12.0rc0, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.12.2, 1.12.3, 1.13.0rc0, 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<2.4,>=2.3 (from rasa)

Thanks, how can I proceed now?

It’s possible you are running out of memory. Start a train and tail the log of rasa-worker.

Hi,

there is no log entry. And the container has no new “up time” which would be the case if it restarted due to OoM. The machine has 40 GB RAM … so it should not run out of memory.

Sorry, I missed the tensorflow error. Looks like you need to install 2.3.x.

Current pip install for rasa seems to be broken, as it doesnt pull requirements.

Now failing on tensorflow-addons.

(venv) root@chatbotq01:/opt/mcb/venv/bin# pip3 install rasa Collecting rasa Downloading https://files.pythonhosted.org/packages/e0/e8/55a4bb89be469b1e60e0caef3d05c50be69172f4c70c6d2164c1030bdda7/rasa-2.0.3-py3-none-any.whl (624kB) 100% |████████████████████████████████| 624kB 1.4MB/s Collecting attrs<20.3,>=19.3 (from rasa) Downloading https://files.pythonhosted.org/packages/14/df/479736ae1ef59842f512548bacefad1abed705e400212acba43f9b0fa556/attrs-20.2.0-py2.py3-none-any.whl (48kB) 100% |████████████████████████████████| 51kB 4.0MB/s Collecting tensorflow-probability<0.12,>=0.11 (from rasa) Downloading https://files.pythonhosted.org/packages/b3/99/07d4220b021a5d6f6b3de8872f2a634389ad224f8508258452e57aaaf328/tensorflow_probability-0.11.1-py2.py3-none-any.whl (4.3MB) 100% |████████████████████████████████| 4.3MB 340kB/s Collecting matplotlib<3.4,>=3.1 (from rasa) Downloading https://files.pythonhosted.org/packages/cd/d6/8c4dfb23151d5a494c66ebbfdb5c8c433b44ec07fae52da5939fcda0943f/matplotlib-3.3.2-cp36-cp36m-manylinux1_x86_64.whl (11.6MB) 100% |████████████████████████████████| 11.6MB 127kB/s Collecting regex<2020.10,>=2020.6 (from rasa) Downloading https://files.pythonhosted.org/packages/3d/e7/352f352776288ed59726cd3739b4db685908f0e92eb9baa9f76809f9cd16/regex-2020.9.27-cp36-cp36m-manylinux1_x86_64.whl (662kB) 100% |████████████████████████████████| 665kB 1.5MB/s Collecting ujson<4.0,>=1.35 (from rasa) Downloading https://files.pythonhosted.org/packages/1c/8f/51bb597e79e4c642395c4512218dc6b475773701e67a84602c82fbdb77c9/ujson-3.2.0-cp36-cp36m-manylinux1_x86_64.whl (179kB) 100% |████████████████████████████████| 184kB 2.5MB/s Collecting mattermostwrapper<2.3,>=2.2 (from rasa) Downloading https://files.pythonhosted.org/packages/d7/fd/f1ce046ddaeffa5073f87d7800c27ad2c8e543e924a8418675c64aea6a14/mattermostwrapper-2.2.tar.gz Collecting rasa-sdk<3.0.0,>=2.0.0 (from rasa) Downloading https://files.pythonhosted.org/packages/5a/e3/bac697395d44e4d7dd983b3240cdb75dd7e7ce21eccf4f92659ff26cd555/rasa_sdk-2.0.0-py3-none-any.whl (41kB) 100% |████████████████████████████████| 51kB 4.5MB/s Collecting jsonpickle<1.5,>=1.3 (from rasa) Downloading https://files.pythonhosted.org/packages/af/ca/4fee219cc4113a5635e348ad951cf8a2e47fed2e3342312493f5b73d0007/jsonpickle-1.4.1-py2.py3-none-any.whl Collecting oauth2client==4.1.3 (from rasa) Downloading https://files.pythonhosted.org/packages/95/a9/4f25a14d23f0786b64875b91784607c2277eff25d48f915e39ff0cff505a/oauth2client-4.1.3-py2.py3-none-any.whl (98kB) 100% |████████████████████████████████| 102kB 3.3MB/s Collecting colorhash<1.1.0,>=1.0.2 (from rasa) Downloading https://files.pythonhosted.org/packages/0e/e1/50dbc513aa74e99eca4c47f2a8206711f0bec436fdddd95eebaf7eaaa1aa/colorhash-1.0.2-py2.py3-none-any.whl Collecting apscheduler<3.7,>=3.6 (from rasa) Downloading https://files.pythonhosted.org/packages/f3/34/9ef20ed473c4fd2c3df54ef77a27ae3fc7500b16b192add4720cab8b2c09/APScheduler-3.6.3-py2.py3-none-any.whl (58kB) 100% |████████████████████████████████| 61kB 2.1MB/s Collecting async_generator<1.11,>=1.10 (from rasa) Downloading https://files.pythonhosted.org/packages/71/52/39d20e03abd0ac9159c162ec24b93fbcaa111e8400308f2465432495ca2b/async_generator-1.10-py3-none-any.whl Collecting sentry-sdk<0.20.0,>=0.17.0 (from rasa) Downloading https://files.pythonhosted.org/packages/86/36/afa3c32f61cb62bef0da7200651d41f36b8b069d9f6254d8df8a20b224b8/sentry_sdk-0.19.2-py2.py3-none-any.whl (127kB) 100% |████████████████████████████████| 133kB 1.9MB/s Collecting tensorflow-addons<=0.12,>=0.10 (from rasa) Could not find a version that satisfies the requirement tensorflow-addons<=0.12,>=0.10 (from rasa) (from versions: ) No matching distribution found for tensorflow-addons<=0.12,>=0.10 (from rasa)