Greetings @Community,
Rasa OSS 3.6.6 is launched, please check the change log here. Also with this, rasa_sdk_plugins error should be resolved.
Cheers,
Greetings @Community,
Rasa OSS 3.6.6 is launched, please check the change log here. Also with this, rasa_sdk_plugins error should be resolved.
Cheers,
Hi dear Sonam ,i faced a problem after running the model i get this :PS C:\Users\teber\OneDrive\Bureau\yes_u_can> rasa run
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\rasa\shared\utils\validation.py:134: DeprecationWarning: pkg_resources is deprecated as an API. See Package Discovery and Resource Access using pkg_resources - setuptools 68.1.2.post20230823 documentation
import pkg_resources
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('google')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('mpl_toolkits')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('ruamel')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('ruamel')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('ruamel.yaml')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('zope')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('zope')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\sanic_cors\extension.py:39: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
SANIC_VERSION = LooseVersion(sanic_version)
2023-08-24 17:33:01 INFO root - Starting Rasa server on http://0.0.0.0:5005
2023-08-24 17:33:04 INFO rasa.core.processor - Loading model models\20230824-173019-bisque-community.tar.gzâŠ
c:\users\teber\appdata\local\programs\python\python38\lib\site-packages\rasa\utils\train_utils.py:525: UserWarning: constrain_similarities is set to False
. It is recommended to set it to True
when using cross-entropy loss.
rasa.shared.utils.io.raise_warning(
2023-08-24 17:34:58 WARNING rasa.shared.utils.common - The UnexpecTED Intent Policy is currently experimental and might change or be removed in the future Please share your feedback on it in the forum (https://forum.rasa.com) to help us make this feature ready for production.
2023-08-24 17:35:36 INFO root - Rasa server is up and running.
Unable to start server
Traceback (most recent call last):
File âc:\users\teber\appdata\local\programs\python\python38\lib\site-packages\sanic\server\runners.pyâ, line 133, in serve
http_server = loop.run_until_complete(server_coroutine)
File âc:\users\teber\appdata\local\programs\python\python38\lib\asyncio\base_events.pyâ, line 608, in run_until_complete
return future.result()
File âc:\users\teber\appdata\local\programs\python\python38\lib\asyncio\base_events.pyâ, line 1448, in create_server
raise OSError(err.errno, 'error while attempting â
OSError: [Errno 10048] error while attempting to bind on address (â0.0.0.0â, 5005): une seule utilisation de chaque adresse de socket (protocole/adresse rĂ©seau/port) est habituellement autorisĂ©e,how to fix it?
Can you also put the commands in CLI here.
Can this new version work with python 3.11.5
Yes, only 3.8 is deprecated!
installing rasa 3.6.6 still gives me error on my python 3.11.5, it tells me that a different version of python is required
PS C:\Users\teber\OneDrive\Bureau\yes_u_can> rasa run
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\rasa\shared\utils\validation.py:134: DeprecationWarning: pkg_resources is deprecated as an API. See Package Discovery and Resource Access using pkg_resources - setuptools 68.1.2.post20230823 documentation
import pkg_resources
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('google')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('mpl_toolkits')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('ruamel')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('ruamel')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('ruamel.yaml')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('zope')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('zope')
.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace
. See Keywords - setuptools 68.1.2.post20230823 documentation
declare_namespace(pkg)
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\sanic_cors\extension.py:39: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
SANIC_VERSION = LooseVersion(sanic_version)
2023-08-25 16:47:09 INFO root - Starting Rasa server on http://0.0.0.0:5005
2023-08-25 16:47:14 INFO rasa.core.processor - Loading model models\20230825-163042-quick-branch.tar.gzâŠ
C:\Users\teber\AppData\Local\Programs\Python\Python38\lib\site-packages\rasa\utils\train_utils.py:525: UserWarning: constrain_similarities is set to False
. It is recommended to set it to True
when using cross-entropy loss.
rasa.shared.utils.io.raise_warning(
2023-08-25 16:49:00 WARNING rasa.shared.utils.common - The UnexpecTED Intent Policy is currently experimental and might change or be removed in the future Please share your feedback on it in the forum (https://forum.rasa.com) to help us make this feature ready for production.
2023-08-25 16:49:51 INFO root - Rasa server is up and running.
i have the same problem after running the execution stopped here ,any one can help me find the error
I work with the Python 3.8.0 version ,can you explain to me what shall i do ? á§
in actions.py file:from typing import Any, Text, Dict, List
from rasa_sdk import Action, Tracker from rasa_sdk.executor import CollectingDispatcher
class UtterInformation(Action): def name(self) â Text: return âutter_informationâ
def run(self, dispatcher: CollectingDispatcher, tracker: Tracker, domain: Dict[Text, Any]) â List[Dict[Text, Any]]:
dispatcher.utter_message(text=âVoici les informations que vous recherchez.â)
return in stories.yml file:
version: â2.0â
stories:
story: happy path steps:
intent: greet
action: utter_greet
intent: mood_great
action: utter_happy
story: happy Carl_source steps:
intent: greet
action: utter_greet
intent: Carl_source
action: action_Carl_api
story: affirm path 1 steps:
intent: affirm
action: utter_happy
story: responses path steps:
intent: responses
action: utter_responses
story: information path steps:
intent: information
action: utter_information
in nlu.yml file:
version: â2.0â
nlu:
intent: greet examples: |
Bonjour
Salut
Bienvenue
Hey
Coucou
hey there
intent: Carl_source examples: |
quelles sont les principales fonctionnalités
Est-ce que Carl Source propose des fonctionnalités spécifiques pour la planification des tùches de maintenance ?
Quels sont les outils dâanalyse et de reporting disponibles dans Carl Source ?
Est-ce que Carl Source offre des options de personnalisation pour rĂ©pondre aux besoins spĂ©cifiques dâune entreprise ?
Quelles sont les intĂ©grations disponibles avec dâautres systĂšmes ou logiciels couramment utilisĂ©s ?
Quelle est la politique de support technique et dâassistance proposĂ©e par Carl Source ?
intent: responses examples: |
les principales fonctionnalitĂ©s incluent la gestion des ordres de travail,des ressources,des clients, la planification des activitĂ©s de maintenance, le suivi des actifs, la gestion des stocks et des piĂšces de rechange, la gĂ©nĂ©ration de rapports et dâanalyses, ainsi que lâintĂ©gration avec dâautres systĂšmes.
Oui, Carl Source offre des fonctionnalitĂ©s avancĂ©es de planification des tĂąches de maintenance. Il permet de crĂ©er des calendriers de maintenance, de planifier des ordres de travail rĂ©currents, de gĂ©rer les Ă©quipes de maintenance, dâaffecter des ressources, de suivre les temps dâintervention et de recevoir des alertes pour les tĂąches planifiĂ©es.
Carl Source offre des outils dâanalyse et de reporting avancĂ©s, tels que des tableaux de bord personnalisables, des rapports prĂ©dĂ©finis et la possibilitĂ© de crĂ©er des rapports personnalisĂ©s. Ces outils permettent dâanalyser les donnĂ©es de maintenance, de suivre les indicateurs de performance clĂ©s, de dĂ©tecter les tendances et les problĂšmes potentiels, et dâamĂ©liorer la prise de dĂ©cision.
Oui, Carl Source est conçu pour ĂȘtre personnalisable en fonction des besoins spĂ©cifiques de chaque entreprise. Il permet de configurer des champs personnalisĂ©s, des workflows spĂ©cifiques, des notifications et des rĂšgles de validation pour sâadapter aux processus et aux exigences de lâentreprise.
Carl Source offre des intĂ©grations avec de nombreux systĂšmes et logiciels couramment utilisĂ©s tels que les ERP (Enterprise Resource Planning), les systĂšmes de gestion des actifs, les outils de planification et de gestion de projet, les systĂšmes de gestion des stocks, les systĂšmes de gestion des ressources humaines, etc. Les intĂ©grations peuvent ĂȘtre personnalisĂ©es en fonction des besoins spĂ©cifiques de lâentreprise.
Carl Source propose un support technique et une assistance aux utilisateurs. Cela peut inclure une assistance par tĂ©lĂ©phone, par e-mail, des ressources en ligne telles que des guides dâutilisation, une base de connaissances et des forums communautaires, ainsi que des mises Ă jour rĂ©guliĂšres du logiciel pour amĂ©liorer les fonctionnalitĂ©s et rĂ©soudre les problĂšmes Ă©ventuels.
intent: information examples: |
equipement
stock
resources
travaux
clients
analyse
intent: goodbye examples: |
A Dieu
Au revoir
Ă plus tard
Ă demain
intent: affirm examples: |
Oui
Tout Ă fait
Absolument
Incontestable
Je suis dâaccord
intent: deny examples: |
Non
Ce nâest pas possible
Ăa ne me convient pas
Malheureusement, non
intent: mood_g examples: |
parfait
en forme
je me sens bien
cool
intent: bot_challenge examples: |
are you a bot?
are a human?
am I talking to a bot?
am I talking to a human?
in config.yml file :
version: â3.1â language: fr
pipeline:
actions:
in endpoints.yml: action_endpoint:
url: âhttp://localhost:5055/webhookâ
á§
UserWarning: Training data file C:\chatbotversion2.0\data\stories.yml has a greater format version than your Rasa Open Source installation: 3.6 > 3.1. Please consider updating to the latest version of Rasa Open Source.This file will be skipped. More info at https://rasa.com/docs/rasa/training-data-format
How will i be working with rasa 3.6.6 , I have already installed it by pip install rasa==3.6.6
i need help in some points in my project can any one help me please?
Please check which version of python is added in the system environment.
Hi @rim ,
I see you using python 3.8, which is deprecated. Please keep an eye on announcements. thanks.
Which version of python shall I use? á§
any version above 3.8.
i used the version 3.9 create a venv and i activate it but after writing this command rasa run ,i get this how to fix it;PS C:\Users\teber\OneDrive\Bureau\yes_u_can> pip install rasa==3.6.6 Collecting rasa==3.6.6 Using cached rasa-3.6.6-py3-none-any.whl (836 kB) Collecting numpy<1.25.0,>=1.19.2 Downloading numpy-1.24.4-cp39-cp39-win_amd64.whl (14.9 MB)
ââââââââââââââââââââââââââââââââ| 14.9 MB 204 kB/s Collecting aiohttp!=3.7.4.post0,<3.9,>=3.6 Using cached aiohttp-3.8.5-cp39-cp39-win_amd64.whl (327 kB) Collecting prompt-toolkit<3.0.29,>=3.0 Using cached prompt_toolkit-3.0.28-py3-none-any.whl (380 kB) Collecting pymongo[srv,tls]<4.4,>=3.8 Using cached pymongo-4.3.3-cp39-cp39-win_amd64.whl (382 kB) Collecting tarsafe<0.0.5,>=0.0.3 Using cached tarsafe-0.0.4-py3-none-any.whl (5.3 kB) Collecting rocketchat_API<1.31.0,>=0.6.31 Using cached rocketchat_API-1.30.0-py3-none-any.whl (21 kB) Collecting randomname<0.2.0,>=0.1.5 Using cached randomname-0.1.5-py3-none-any.whl Collecting webexteamssdk<1.7.0,>=1.1.1 Using cached webexteamssdk-1.6.1-py3-none-any.whl (113 kB) Collecting tensorflow-io-gcs-filesystem==0.31 Using cached tensorflow_io_gcs_filesystem-0.31.0-cp39-cp39-win_amd64.whl (1.5 MB) Collecting absl-py<1.5,>=0.9 Using cached absl_py-1.4.0-py3-none-any.whl (126 kB) Collecting confluent-kafka<3.0.0,>=1.9.2 Using cached confluent_kafka-2.2.0-cp39-cp39-win_amd64.whl (3.4 MB) Collecting jsonschema<4.18,>=3.2 Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) Collecting pydantic<1.10.10 Using cached pydantic-1.10.9-cp39-cp39-win_amd64.whl (2.2 MB) Collecting structlog<24.0.0,>=23.1.0 Using cached structlog-23.1.0-py3-none-any.whl (62 kB) Collecting tensorflow_hub<0.14.0,>=0.13.0 Using cached tensorflow_hub-0.13.0-py2.py3-none-any.whl (100 kB) Collecting cloudpickle<2.3,>=1.2 Using cached cloudpickle-2.2.1-py3-none-any.whl (25 kB) Collecting pluggy<2.0.0,>=1.0.0 Using cached pluggy-1.3.0-py3-none-any.whl (18 kB) Collecting boto3<2.0.0,>=1.26.136 Downloading boto3-1.28.36-py3-none-any.whl (135 kB) ââââââââââââââââââââââââââââââââ| 135 kB 33 kB/s Collecting tensorflow==2.12.0 Using cached tensorflow-2.12.0-cp39-cp39-win_amd64.whl (1.9 kB) Collecting sentry-sdk<1.15.0,>=0.17.0 Using cached sentry_sdk-1.14.0-py2.py3-none-any.whl (178 kB) Collecting structlog-sentry<3.0.0,>=2.0.2 Using cached structlog_sentry-2.0.3-py3-none-any.whl (10 kB) Collecting joblib<1.3.0,>=0.15.1 Using cached joblib-1.2.0-py3-none-any.whl (297 kB) Collecting twilio<8.3,>=6.26 Using cached twilio-8.2.2-py2.py3-none-any.whl (1.7 MB) Collecting websockets<11.0,>=10.0 Using cached websockets-10.4-cp39-cp39-win_amd64.whl (101 kB) Collecting portalocker<3.0.0,>=2.7.0 Using cached portalocker-2.7.0-py2.py3-none-any.whl (15 kB) Collecting apscheduler<3.10,>=3.6 Using cached APScheduler-3.9.1.post1-py2.py3-none-any.whl (59 kB) Collecting redis<5.0,>=4.5.3 Using cached redis-4.6.0-py3-none-any.whl (241 kB) Collecting setuptools>=65.5.1 Using cached setuptools-68.1.2-py3-none-any.whl (805 kB) Collecting terminaltables<3.2.0,>=3.1.0 Using cached terminaltables-3.1.10-py2.py3-none-any.whl (15 kB) Collecting questionary<1.11.0,>=1.5.1 Using cached questionary-1.10.0-py3-none-any.whl (31 kB) Collecting matplotlib<3.6,>=3.1 Using cached matplotlib-3.5.3-cp39-cp39-win_amd64.whl (7.2 MB) Collecting colorclass<2.3,>=2.2 Using cached colorclass-2.2.2-py2.py3-none-any.whl (18 kB) Collecting typing-utils<0.2.0,>=0.1.0 Using cached typing_utils-0.1.0-py3-none-any.whl (10 kB) Collecting python-socketio<6,>=4.4 Using cached python_socketio-5.8.0-py3-none-any.whl (56 kB) Collecting fbmessenger<6.1.0,>=6.0.0 Using cached fbmessenger-6.0.0-py2.py3-none-any.whl (11 kB) Collecting networkx<2.7,>=2.4 Using cached networkx-2.6.3-py3-none-any.whl (1.9 MB) Collecting coloredlogs<16,>=10 Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) Collecting CacheControl<0.13.0,>=0.12.9 Using cached CacheControl-0.12.14-py2.py3-none-any.whl (21 kB) Collecting pykwalify<1.9,>=1.7 Using cached pykwalify-1.8.0-py2.py3-none-any.whl (24 kB) Collecting dnspython==2.3.0 Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) Collecting tqdm<5.0,>=4.31 Using cached tqdm-4.66.1-py3-none-any.whl (78 kB) Collecting aiogram<2.26 Using cached aiogram-2.25.1-py3-none-any.whl (203 kB) Collecting colorhash<1.3.0,>=1.0.2 Using cached colorhash-1.2.1-py3-none-any.whl (5.7 kB) Collecting sanic-cors<2.1.0,>=2.0.0 Using cached Sanic_Cors-2.0.1-py2.py3-none-any.whl (17 kB) Collecting pytz<2023.0,>=2019.1 Using cached pytz-2022.7.1-py2.py3-none-any.whl (499 kB) Collecting jsonpickle<3.1,>=1.3 Using cached jsonpickle-3.0.2-py3-none-any.whl (40 kB) Collecting wheel>=0.38.1 Using cached wheel-0.41.2-py3-none-any.whl (64 kB) Collecting scipy<1.9.0,>=1.4.1 Using cached scipy-1.8.1-cp39-cp39-win_amd64.whl (36.9 MB) Collecting sklearn-crfsuite<0.4,>=0.3 Using cached sklearn_crfsuite-0.3.6-py2.py3-none-any.whl (12 kB) Collecting aio-pika<8.2.4,>=6.7.1 Using cached aio_pika-8.2.3-py3-none-any.whl (49 kB) Collecting sanic-routing<0.8.0,>=0.7.2 Using cached sanic_routing-0.7.2-py3-none-any.whl (23 kB) Collecting pyyaml>=6.0 Using cached PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB) Collecting dask==2022.10.2 Using cached dask-2022.10.2-py3-none-any.whl (1.1 MB) Collecting scikit-learn<1.2,>=0.22 Using cached scikit_learn-1.1.3-cp39-cp39-win_amd64.whl (7.6 MB) Collecting google-auth<3 Using cached google_auth-2.22.0-py2.py3-none-any.whl (181 kB) Collecting rasa-sdk<3.7.0,>=3.6.2 Using cached rasa_sdk-3.6.2-py3-none-any.whl (45 kB) Collecting sanic<21.13,>=21.12 Using cached sanic-21.12.2-py3-none-any.whl (156 kB) Collecting python-dateutil<2.9,>=2.8 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting colorama<0.5.0,>=0.4.4 Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting ujson<6.0,>=1.35 Using cached ujson-5.8.0-cp39-cp39-win_amd64.whl (42 kB) Collecting packaging<21.0,>=20.0 Using cached packaging-20.9-py2.py3-none-any.whl (40 kB) Collecting sanic-jwt<2.0.0,>=1.6.0 Using cached sanic_jwt-1.8.0-py3-none-any.whl (23 kB) Collecting PyJWT[crypto]<3.0.0,>=2.0.0 Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB) Collecting python-engineio!=5.0.0,<6,>=4 Using cached python_engineio-4.6.1-py3-none-any.whl (53 kB) Collecting protobuf<4.23.4,>=4.23.3 Using cached protobuf-4.23.3-cp39-cp39-win_amd64.whl (422 kB) Collecting psycopg2-binary<2.10.0,>=2.8.2 Using cached psycopg2_binary-2.9.7-cp39-cp39-win_amd64.whl (1.2 MB) Collecting requests<3.0,>=2.23 Using cached requests-2.31.0-py3-none-any.whl (62 kB) Collecting tensorflow-intel==2.12.0 Using cached tensorflow_intel-2.12.0-cp39-cp39-win_amd64.whl (272.8 MB) Collecting pydot<1.5,>=1.4 Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) Collecting regex<2022.11,>=2020.6 Using cached regex-2022.10.31-cp39-cp39-win_amd64.whl (267 kB) Collecting typing-extensions<5.0.0,>=4.1.1 Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB) Collecting attrs<22.2,>=19.3 Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) Collecting SQLAlchemy<1.5.0,>=1.4.0 Using cached SQLAlchemy-1.4.49-cp39-cp39-win_amd64.whl (1.6 MB) Collecting ruamel.yaml<0.17.22,>=0.16.5 Using cached ruamel.yaml-0.17.21-py3-none-any.whl (109 kB) Collecting mattermostwrapper<2.3,>=2.2 Using cached mattermostwrapper-2.2-py3-none-any.whl Collecting slack-sdk<4.0.0,>=3.19.2 Using cached slack_sdk-3.21.3-py2.py3-none-any.whl (276 kB) Collecting toolz>=0.8.2 Using cached toolz-0.12.0-py3-none-any.whl (55 kB) Collecting partd>=0.3.10 Using cached partd-1.4.0-py3-none-any.whl (18 kB) Collecting click>=7.0 Using cached click-8.1.7-py3-none-any.whl (97 kB) Collecting fsspec>=0.6.0 Using cached fsspec-2023.6.0-py3-none-any.whl (163 kB) Collecting tensorboard<2.13,>=2.12 Using cached tensorboard-2.12.3-py3-none-any.whl (5.6 MB) Collecting libclang>=13.0.0 Using cached libclang-16.0.6-py2.py3-none-win_amd64.whl (24.4 MB) Collecting astunparse>=1.6.0 Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB) Collecting gast<=0.4.0,>=0.2.1 Using cached gast-0.4.0-py3-none-any.whl (9.8 kB) Collecting numpy<1.25.0,>=1.19.2 Using cached numpy-1.23.5-cp39-cp39-win_amd64.whl (14.7 MB) Collecting google-pasta>=0.1.1 Using cached google_pasta-0.2.0-py3-none-any.whl (57 kB) Collecting termcolor>=1.1.0 Using cached termcolor-2.3.0-py3-none-any.whl (6.9 kB) Collecting six>=1.12.0 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting flatbuffers>=2.0 Using cached flatbuffers-23.5.26-py2.py3-none-any.whl (26 kB) Collecting grpcio<2.0,>=1.24.3 Using cached grpcio-1.57.0-cp39-cp39-win_amd64.whl (4.3 MB) Collecting wrapt<1.15,>=1.11.0 Using cached wrapt-1.14.1-cp39-cp39-win_amd64.whl (35 kB) Collecting tensorflow-estimator<2.13,>=2.12.0 Using cached tensorflow_estimator-2.12.0-py2.py3-none-any.whl (440 kB) Collecting opt-einsum>=2.3.2 Using cached opt_einsum-3.3.0-py3-none-any.whl (65 kB) Collecting jax>=0.3.15 Using cached jax-0.4.14-py3-none-any.whl Collecting h5py>=2.9.0 Using cached h5py-3.9.0-cp39-cp39-win_amd64.whl (2.7 MB) Collecting keras<2.13,>=2.12.0 Using cached keras-2.12.0-py2.py3-none-any.whl (1.7 MB) Collecting aiormq~=6.4.0 Using cached aiormq-6.4.2-py3-none-any.whl (34 kB) Collecting yarl Using cached yarl-1.9.2-cp39-cp39-win_amd64.whl (61 kB) Collecting certifi>=2021.10.8 Using cached certifi-2023.7.22-py3-none-any.whl (158 kB) Collecting Babel<2.10.0,>=2.9.1 Using cached Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) Collecting magic-filter>=1.0.9 Using cached magic_filter-1.0.11-py3-none-any.whl (11 kB) Collecting async-timeout<5.0,>=4.0.0a3 Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB) Collecting frozenlist>=1.1.1 Using cached frozenlist-1.4.0-cp39-cp39-win_amd64.whl (44 kB) Collecting aiosignal>=1.1.2 Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting multidict<7.0,>=4.5 Using cached multidict-6.0.4-cp39-cp39-win_amd64.whl (28 kB) Collecting charset-normalizer<4.0,>=2.0 Using cached charset_normalizer-3.2.0-cp39-cp39-win_amd64.whl (96 kB) Collecting pamqp==3.2.1 Using cached pamqp-3.2.1-py2.py3-none-any.whl (33 kB) Collecting tzlocal!=3.*,>=2.0 Using cached tzlocal-5.0.1-py3-none-any.whl (20 kB) Collecting jmespath<2.0.0,>=0.7.1 Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) Collecting s3transfer<0.7.0,>=0.6.0 Using cached s3transfer-0.6.2-py3-none-any.whl (79 kB) Collecting botocore<1.32.0,>=1.31.36 Downloading botocore-1.31.36-py3-none-any.whl (11.1 MB) ââââââââââââââââââââââââââââââââ| 11.1 MB 143 kB/s Collecting urllib3<1.27,>=1.25.4 Using cached urllib3-1.26.16-py2.py3-none-any.whl (143 kB) Collecting msgpack>=0.5.2 Using cached msgpack-1.0.5-cp39-cp39-win_amd64.whl (62 kB) Collecting humanfriendly>=9.1 Using cached humanfriendly-10.0-py2.py3-none-any.whl (86 kB) Collecting pyasn1-modules>=0.2.1 Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) Collecting rsa<5,>=3.1.4 Using cached rsa-4.9-py3-none-any.whl (34 kB) Collecting cachetools<6.0,>=2.0.0 Using cached cachetools-5.3.1-py3-none-any.whl (9.3 kB) Collecting pyreadline3 Using cached pyreadline3-3.4.1-py3-none-any.whl (95 kB) Collecting importlib-metadata>=4.6 Using cached importlib_metadata-6.8.0-py3-none-any.whl (22 kB) Collecting ml-dtypes>=0.2.0 Using cached ml_dtypes-0.2.0-cp39-cp39-win_amd64.whl (938 kB) Collecting zipp>=0.5 Using cached zipp-3.16.2-py3-none-any.whl (7.2 kB) Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 Downloading pyrsistent-0.19.3-cp39-cp39-win_amd64.whl (62 kB) ââââââââââââââââââââââââââââââââ| 62 kB 129 kB/s Collecting fonttools>=4.22.0 Using cached fonttools-4.42.1-cp39-cp39-win_amd64.whl (2.1 MB) Collecting pillow>=6.2.0 Using cached Pillow-10.0.0-cp39-cp39-win_amd64.whl (2.5 MB) Collecting pyparsing>=2.2.1 Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB) Collecting cycler>=0.10 Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting kiwisolver>=1.0.1 Using cached kiwisolver-1.4.5-cp39-cp39-win_amd64.whl (56 kB) Collecting locket Using cached locket-1.0.0-py2.py3-none-any.whl (4.4 kB) Collecting pywin32>=226 Downloading pywin32-306-cp39-cp39-win_amd64.whl (9.3 MB) ââââââââââââââââââââââââââââââââ| 9.3 MB 930 kB/s Collecting wcwidth Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) Collecting pyasn1<0.6.0,>=0.4.6 Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB) Collecting cryptography>=3.4.0 Using cached cryptography-41.0.3-cp37-abi3-win_amd64.whl (2.6 MB) Collecting cffi>=1.12 Downloading cffi-1.15.1-cp39-cp39-win_amd64.whl (179 kB) ââââââââââââââââââââââââââââââââ| 179 kB 819 kB/s Collecting pycparser Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting docopt>=0.6.2 Using cached docopt-0.6.2-py2.py3-none-any.whl Collecting bidict>=0.21.0 Using cached bidict-0.22.1-py3-none-any.whl (35 kB) Collecting fire Using cached fire-0.5.0-py2.py3-none-any.whl Collecting idna<4,>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting ruamel.yaml.clib>=0.2.6 Using cached ruamel.yaml.clib-0.2.7-cp39-cp39-win_amd64.whl (118 kB) Collecting aiofiles>=0.6.0 Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB) Collecting multidict<7.0,>=4.5 Using cached multidict-5.2.0-cp39-cp39-win_amd64.whl (45 kB) Collecting httptools>=0.0.10 Using cached httptools-0.6.0-cp39-cp39-win_amd64.whl (147 kB) Collecting threadpoolctl>=2.0.0 Using cached threadpoolctl-3.2.0-py3-none-any.whl (15 kB) Collecting tabulate Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) Collecting python-crfsuite>=0.8.3 Using cached python_crfsuite-0.9.9-cp39-cp39-win_amd64.whl (139 kB) Collecting greenlet!=0.4.17 Using cached greenlet-2.0.2-cp39-cp39-win_amd64.whl (192 kB) Collecting werkzeug>=1.0.1 Using cached werkzeug-2.3.7-py3-none-any.whl (242 kB) Collecting tensorboard-data-server<0.8.0,>=0.7.0 Using cached tensorboard_data_server-0.7.1-py3-none-any.whl (2.4 kB) Collecting markdown>=2.6.8 Using cached Markdown-3.4.4-py3-none-any.whl (94 kB) Collecting google-auth-oauthlib<1.1,>=0.5 Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) Collecting requests-oauthlib>=0.7.0 Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting oauthlib>=3.0.0 Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) Collecting aiohttp-retry>=2.8.3 Using cached aiohttp_retry-2.8.3-py3-none-any.whl (9.8 kB) Collecting tzdata Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) Collecting future Using cached future-0.18.3-py3-none-any.whl Collecting requests-toolbelt Using cached requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) Collecting MarkupSafe>=2.1.1 Downloading MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl (17 kB) Installing collected packages: urllib3, pyasn1, idna, charset-normalizer, certifi, zipp, six, rsa, requests, pyasn1-modules, oauthlib, cachetools, requests-oauthlib, numpy, multidict, MarkupSafe, importlib-metadata, google-auth, frozenlist, yarl, wheel, werkzeug, websockets, tensorboard-data-server, setuptools, scipy, sanic-routing, python-dateutil, pyreadline3, pyparsing, pycparser, protobuf, opt-einsum, ml-dtypes, markdown, jmespath, httptools, grpcio, google-auth-oauthlib, attrs, async-timeout, aiosignal, aiofiles, absl-py, wrapt, wcwidth, tzdata, typing-extensions, toolz, termcolor, tensorflow-io-gcs-filesystem, tensorflow-estimator, tensorboard, sanic, ruamel.yaml.clib, pytz, pamqp, packaging, locket, libclang, keras, jax, humanfriendly, h5py, google-pasta, gast, flatbuffers, dnspython, colorama, cffi, botocore, astunparse, aiohttp, tzlocal, tqdm, threadpoolctl, tensorflow-intel, tabulate, structlog, sentry-sdk, sanic-cors, s3transfer, ruamel.yaml, requests-toolbelt, pyyaml, pywin32, python-engineio, python-crfsuite, pyrsistent, pymongo, PyJWT, prompt-toolkit, pluggy, pillow, partd, msgpack, magic-filter, kiwisolver, joblib, greenlet, future, fsspec, fonttools, fire, docopt, cycler, cryptography, coloredlogs, cloudpickle, click, bidict, Babel, aiormq, aiohttp-retry, webexteamssdk, ujson, typing-utils, twilio, terminaltables, tensorflow-hub, tensorflow, tarsafe, structlog-sentry, SQLAlchemy, slack-sdk, sklearn-crfsuite, scikit-learn, sanic-jwt, rocketchat-API, regex, redis, rasa-sdk, randomname, questionary, python-socketio, pykwalify, pydot, pydantic, psycopg2-binary, portalocker, networkx, mattermostwrapper, matplotlib, jsonschema, jsonpickle, fbmessenger, dask, confluent-kafka, colorhash, colorclass, CacheControl, boto3, apscheduler, aiogram, aio-pika, rasa Attempting uninstall: setuptools Found existing installation: setuptools 56.0.0 Uninstalling setuptools-56.0.0: Successfully uninstalled setuptools-56.0.0 Successfully installed Babel-2.9.1 CacheControl-0.12.14 MarkupSafe-2.1.3 PyJWT-2.8.0 SQLAlchemy-1.4.49 absl-py-1.4.0 aio-pika-8.2.3 aiofiles-23.2.1 aiogram-2.25.1 aiohttp-3.8.5 aiohttp-retry-2.8.3 aiormq-6.4.2 aiosignal-1.3.1 apscheduler-3.9.1.post1 astunparse-1.6.3 async-timeout-4.0.3 attrs-22.1.0 bidict-0.22.1 boto3-1.28.36 botocore-1.31.36 cachetools-5.3.1 certifi-2023.7.22 cffi-1.15.1 charset-normalizer-3.2.0 click-8.1.7 cloudpickle-2.2.1 colorama-0.4.6 colorclass-2.2.2 coloredlogs-15.0.1 colorhash-1.2.1 confluent-kafka-2.2.0 cryptography-41.0.3 cycler-0.11.0 dask-2022.10.2 dnspython-2.3.0 docopt-0.6.2 fbmessenger-6.0.0 fire-0.5.0 flatbuffers-23.5.26 fonttools-4.42.1 frozenlist-1.4.0 fsspec-2023.6.0 future-0.18.3 gast-0.4.0 google-auth-2.22.0 google-auth-oauthlib-1.0.0 google-pasta-0.2.0 greenlet-2.0.2 grpcio-1.57.0 h5py-3.9.0 httptools-0.6.0 humanfriendly-10.0 idna-3.4 importlib-metadata-6.8.0 jax-0.4.14 jmespath-1.0.1 joblib-1.2.0 jsonpickle-3.0.2 jsonschema-4.17.3 keras-2.12.0 kiwisolver-1.4.5 libclang-16.0.6 locket-1.0.0 magic-filter-1.0.11 markdown-3.4.4 matplotlib-3.5.3 mattermostwrapper-2.2 ml-dtypes-0.2.0 msgpack-1.0.5 multidict-5.2.0 networkx-2.6.3 numpy-1.23.5 oauthlib-3.2.2 opt-einsum-3.3.0 packaging-20.9 pamqp-3.2.1 partd-1.4.0 pillow-10.0.0 pluggy-1.3.0 portalocker-2.7.0 prompt-toolkit-3.0.28 protobuf-4.23.3 psycopg2-binary-2.9.7 pyasn1-0.5.0 pyasn1-modules-0.3.0 pycparser-2.21 pydantic-1.10.9 pydot-1.4.2 pykwalify-1.8.0 pymongo-4.3.3 pyparsing-3.1.1 pyreadline3-3.4.1 pyrsistent-0.19.3 python-crfsuite-0.9.9 python-dateutil-2.8.2 python-engin redis-4.6.0 regex-2022.10.31 requests-2.31.0 requests-oauthlib-1.3.1 requests-toolbelt-1.0.0 rocketchat-API-1.30.0 rsa-4.9 ruamel.yaml-0.17.21 ruamel.yaml.clib-0.2.7 s3transfer-0.6.2 sanic-21.12.2 sanic-cors-2.0.1 sanic-jwt-1.8.0 sanic-routing-0.7.2 scikit-learn-1.1.3 scipy-1.8.1 sentry-sdk-1.14.0 setuptools-68.1.2 six-1.16.0 sklearn-crfsuite-0.3.6 slack-sdk-3.21.3 structlog-23.1.0 structlog-sentry-2.0.3 tabulate-0.9.0 tarsafe-0.0.4 tensorboard-2.12.3 tensorboard-data-server-0.7.1 tensorflow-2.12.0 tensorflow-estimator-2.12.0 tensorflow-hub-0.13.0 tensorflow-intel-2.12.0 tensorflow-io-gcs-filesystem-0.31.0 termcolor-2.3.0 terminaltables-3.1.10 threadpoolctl-3.2.0 toolz-0.12.0 tqdm-4.66.1 twilio-8.2.2 typing-extensions-4.7.1 typing-utils-0.1.0 tzdata-2023.3 tzlocal-5.0.1 ujson-5.8.0 urllib3-1.26.16 wcwidth-0.2.6 webexteamssdk-1.6.1 websockets-10.4 werkzeug-2.3.7 wheel-0.41.2 wrapt-1.14.1 yarl-1.9.2 zipp-3.16.2 WARNING: You are using pip version 21.1.1; however, version 23.2.1 is available. You should consider upgrading via the âc:\users\teber\appdata\local\programs\python\python39\python.exe -m pip install --upgrade pipâ command. PS C:\Users\teber\OneDrive\Bureau\yes_u_can> rasa train c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\tracker_store.py:1042: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to âsqlalchemy<2.0â. Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) Base: DeclarativeMeta = declarative_base() c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\validation.py:134: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call to
pkg_resources.declare_namespace('mpl_toolkits')
. Implementing implicit namespace packages (as specified in PEP 420) is preferred topkg_resources.declare_namespace
. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call topkg_resources.declare_namespace('ruamel')
. Implementing implicit namespace packages (as specified in PEP 420) is preferred topkg_resources.declare_namespace
. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call topkg_resources.declare_namespace('ruamel')
. Implementing implicit namespace packages (as specified in PEP 420) is preferred topkg_resources.declare_namespace
. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call topkg_resources.declare_namespace('ruamel.yaml')
. Implementing implicit namespace packages (as specified in PEP 420) is preferred topkg_resources.declare_namespace
. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) 2023-08-29 20:57:57 INFO rasa.cli.train - Started validating domain and training data⊠c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Training data file C:\Users\teber\OneDrive\Bureau\yes_u_can\domain.yml has a lower format version than your Rasa Open Source installation: 3.0 < 3.1. Rasa Open Source will read the file as a version 3.1 file. Please update your version key to 3.1. See https://rasa.com/docs/rasa/training-data-format. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Training data file C:\Users\teber\OneDrive\Bureau\yes_u_can\data\nlu.yml has a lower format version than your Rasa Open Source installation: 3.0 < 3.1. Rasa Open Source will read the file as a version 3.1 file. Please update your version key to 3.1. See https://rasa.com/docs/rasa/training-data-format. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Training data file C:\Users\teber\OneDrive\Bureau\yes_u_can\data\stories.yml has a lower format version than your Rasa Open Source installation: 3.0 < 3.1. Rasa Open Source will read the file as a version 3.1 file. Please update your version key to 3.1. See https://rasa.com/docs/rasa/training-data-format. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The following duplicated responses have been found across multiple domain files: utter_did_that_help, utter_goodbye, utter_greet, utter_happy, utter_iamabot, utter_information, utter_responses More info at https://rasa.com/docs/rasa/domain c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Action âutter_carlâ is listed as a response action in the domain file, but there is no matching response defined. Please check your domain. More info at https://rasa.com/docs/rasa/responses 2023-08-29 21:04:27 INFO rasa.validator - Validating intents⊠c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âmood_greatâ is listed in the domain file, but is not found in the NLU training data. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: There is a message in the training data labeled with intent âmood_gâ. This intent is not listed in your domain. You should need to add that intent to your domain file! More info at https://rasa.com/docs/rasa/domain c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âCarl_sourceâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âaffirmâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âbot_challengeâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âdenyâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âgoodbyeâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âgreetâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âinformationâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âmood_greatâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The intent âresponsesâ is not used in any story or rule. 2023-08-29 21:04:28 INFO rasa.validator - Validating uniqueness of intents and stories⊠2023-08-29 21:04:28 INFO rasa.validator - Validating utterances⊠c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The utterance âutter_happyâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The utterance âutter_did_that_helpâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The utterance âutter_informationâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The utterance âutter_responsesâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The utterance âutter_iamabotâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The utterance âutter_goodbyeâ is not used in any story or rule. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: The utterance âutter_greetâ is not used in any story or rule. 2023-08-29 21:04:28 INFO rasa.validator - Story structure validation⊠2023-08-29 21:04:28 INFO rasa.core.training.story_conflict - Considering all preceding turns for conflict analysis. 2023-08-29 21:04:28 INFO rasa.validator - No story structure conflicts found. No stories present. Just a Rasa NLU model will be trained. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\engine\recipes\recipe.py:35: FutureWarning: From Rasa Open Source 4.0.0 onwards it will be required to specify a recipe in your model configuration. Defaulting to recipe âdefault.v1â. rasa.shared.utils.io.raise_deprecation_warning( c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Training data file C:\Users\teber\OneDrive\Bureau\yes_u_can\data\nlu.yml has a lower format version than your Rasa Open Source installation: 3.0 < 3.1. Rasa Open Source will read the file as a version 3.1 file. Please update your version key to 3.1. See https://rasa.com/docs/rasa/training-data-format. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Training data file C:\Users\teber\OneDrive\Bureau\yes_u_can\data\stories.yml has a lower format version than your Rasa Open Source installation: 3.0 < 3.1. Rasa Open Source will read the file as a version 3.1 file. Please update your version key to 3.1. See https://rasa.com/docs/rasa/training-data-format. 2023-08-29 21:06:50 INFO rasa.engine.training.hooks - Starting to train component âRegexFeaturizerâ. 2023-08-29 21:06:50 INFO rasa.engine.training.hooks - Finished training component âRegexFeaturizerâ. 2023-08-29 21:06:54 INFO rasa.engine.training.hooks - Starting to train component âLexicalSyntacticFeaturizerâ. 2023-08-29 21:06:54 INFO rasa.engine.training.hooks - Finished training component âLexicalSyntacticFeaturizerâ. 2023-08-29 21:06:56 INFO rasa.engine.training.hooks - Starting to train component âCountVectorsFeaturizerâ. 2023-08-29 21:06:58 INFO rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer - 204 vocabulary items were created for text attribute. 2023-08-29 21:06:58 INFO rasa.engine.training.hooks - Finished training component âCountVectorsFeaturizerâ. 2023-08-29 21:06:59 INFO rasa.engine.training.hooks - Starting to train component âCountVectorsFeaturizerâ. 2023-08-29 21:06:59 INFO rasa.nlu.featurizers.sparse_featurizer.count_vectors_featurizer - 1874 vocabulary items were created for text attribute. 2023-08-29 21:07:00 INFO rasa.engine.training.hooks - Finished training component âCountVectorsFeaturizerâ. 2023-08-29 21:07:01 INFO rasa.engine.training.hooks - Starting to train component âDIETClassifierâ. c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\utils\train_utils.py:525: UserWarning: constrain_simila rasa.shared.utils.io.raise_warning( Epochs: 100%|ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ| 100/100 [07:20<00:00, 4.40s/it, t_loss=1.03, i_acc=1] 2023-08-29 21:14:48 INFO rasa.engine.training.hooks - Finished training component âDIETClassifierâ. 2023-08-29 21:14:52 INFO rasa.engine.training.hooks - Starting to train component âEntitySynonymMapperâ. 2023-08-29 21:14:52 INFO rasa.engine.training.hooks - Finished training component âEntitySynonymMapperâ. 2023-08-29 21:14:53 INFO rasa.engine.training.hooks - Starting to train component âResponseSelectorâ. 2023-08-29 21:14:53 INFO rasa.nlu.selectors.response_selector - Retrieval intent parameter was left to its default value. This response selector will be trained on training examples combining all retrieval intents. 2023-08-29 21:14:53 INFO rasa.engine.training.hooks - Finished training component âResponseSelectorâ. Your Rasa model is trained and saved at âmodels\nlu-20230829-210641-ancient-ghost.tar.gzâ. PS C:\Users\teber\OneDrive\Bureau\yes_u_can> rasa run c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\tracker_store.py:1042: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to âsqlalchemy<2.0â. Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) Base: DeclarativeMeta = declarative_base() c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\validation.py:134: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call topkg_resources.declare_namespace('mpl_toolkits')
. Implementing implicit namespace packages (as specified in PEP 420) is preferred topkg_resources.declare_namespace
. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call topkg_resources.declare_namespace('ruamel')
. Implementing implicit namespace packages (as specified in PEP 420) is preferred topkg_resources.declare_namespace
. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call topkg_resources.declare_namespace('ruamel')
. Implementing implicit namespace packages (as specified in PEP 420) is preferred topkg_resources.declare_namespace
. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\pkg_resources_init_.py:2871: DeprecationWarning: Deprecated call topkg_resources.declare_namespace('ruamel.yaml')
. Implementing implicit namespace packages (as specified in PEP 420) is preferred topkg_resources.declare_namespace
. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\sanic_cors\extension.py:39: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. SANIC_VERSION = LooseVersion(sanic_version) 2023-08-29 21:22:12 INFO root - Starting Rasa server on http://0.0.0.0:5005 c:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\shared\utils\io.py:99: UserWarning: Noqueues
argument provided. It is suggested to explicitly specify a queue as described in https://rasa.com/docs/rasa/event-brokers#pika-event-broker. Using the default queue ârasa_core_eventsâ for now. 2023-08-29 21:22:17 INFO rasa.core.brokers.pika - Connecting to RabbitMQ ⊠2023-08-29 21:25:19 ERROR rasa.core.brokers.pika - Connecting to âlocalhostâ failed with error â[WinError 1225] Le systĂšme distant a refusĂ© la connexion rĂ©seauâ. Experienced exception while trying to serve Traceback (most recent call last): File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aiormq\connection.pyâ, line 405, in connect reader, writer = await asyncio.open_connection( File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\streams.pyâ, line 52, in open_connection transport, _ = await loop.create_connection( File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\base_events.pyâ, line 1061, in create_connection raise exceptions[0] File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\base_events.pyâ, line 1041, in create_connection sock = await self._connect_sock( File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\base_events.pyâ, line 955, in _connect_sock await self.sock_connect(sock, address) File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\proactor_events.pyâ, line 702, in sock_connect return await self._proactor.connect(sock, address) File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\windows_events.pyâ, line 812, in _poll value = callback(transferred, key, ov) File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\windows_events.pyâ, line 599, in finish_connect ov.getresult() ConnectionRefusedError: [WinError 1225] Le systĂšme distant a refusĂ© la connexion rĂ©seau
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\brokers\broker.pyâ, line 35, in create return await _create_from_endpoint_config(obj, loop) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\brokers\broker.pyâ, line 91, in _create_from_endpoint_config broker = await PikaEventBroker.from_endpoint_config(endpoint_config, event_loop) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\brokers\pika.pyâ, line 146, in from_endpoint_config await broker.connect() File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\brokers\pika.pyâ, line 152, in connect self._connection = await self._connect() File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\brokers\pika.pyâ, line 223, in _connect raise last_exception File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\brokers\pika.pyâ, line 200, in _connect return await aio_pika.connect_robust( File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aio_pika\robust_connection.pyâ, line 292, in connect_robust await connection.connect(timeout=timeout) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aio_pika\robust_connection.pyâ, line 124, in connect connection = await self.__connection_attempt(timeout) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aio_pika\robust_connection.pyâ, line 79, in __connection_attempt connection = await UnderlayConnection.make_connection( File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aio_pika\abc.pyâ, line 623, in make_connection connection: aiormq.abc.AbstractConnection = await asyncio.wait_for( File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\tasks.pyâ, line 442, in wait_for return await fut File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aiormq\connection.pyâ, line 815, in connect await connection.connect(client_properties or {}) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aiormq\base.pyâ, line 166, in wrap return await self.create_task(func(self, *args, **kwargs)) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aiormq\abc.pyâ, line 40, in __inner return await self.task File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\aiormq\connection.pyâ, line 414, in connect raise ConnectionError(*e.args) from e ConnectionError: [WinError 1225] Le systĂšme distant a refusĂ© la connexion rĂ©seau
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\sanic\app.pyâ, line 1204, in run serve_single(server_settings) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\sanic\server\runners.pyâ, line 206, in serve_single serve(**server_settings) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\sanic\server\runners.pyâ, line 130, in serve loop.run_until_complete(app._server_event(âinitâ, âbeforeâ)) File âc:\users\teber\appdata\local\programs\python\python39\lib\asyncio\base_events.pyâ, line 642, in run_until_complete return future.result() File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\sanic\app.pyâ, line 2000, in _server_event await self.dispatch( File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\sanic\signals.pyâ, line 191, in dispatch return await dispatch File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\sanic\signals.pyâ, line 161, in _dispatch retval = await maybe_coroutine File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\sanic\app.pyâ, line 1524, in _listener await maybe_coro File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\run.pyâ, line 253, in load_agent_on_start app.ctx.agent = await agent.load_agent( File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\agent.pyâ, line 224, in load_agent broker = await EventBroker.create(endpoints.event_broker, loop=loop) File âc:\users\teber\appdata\local\programs\python\python39\lib\site-packages\rasa\core\brokers\broker.pyâ, line 42, in create raise ConnectionException(âCannot connect to event broker.â) from error rasa.shared.exceptions.ConnectionException: Cannot connect to event broker. ConnectionException: Cannot connect to event broker. sys:1: RuntimeWarning: coroutine âBaseEventLoop.create_serverâ was never awaited RuntimeWarning: Enable tracemalloc to get the object allocation traceback á§
Can you once try to degrade the rasa version to 3.6
How exactly?
pip3 install --upgrade pip==<desired version>
Replace the <desired version>
section with your version of choice.
@sonam it is not working with python 3.11.
Can you please check and confirm when can we expect python 3.11 support. Thanks.