Rasa x fails to run on mac osx

Hey, here’s what I have on a Mac running BigSur: (venv) (base) ATBASU-M-45BA:wizard-of-oz atbasu$ pip show rasa WARNING: Ignoring invalid distribution - (/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages) WARNING: Ignoring invalid distribution -asa-x (/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages) Name: rasa Version: 2.8.2 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: /Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages Requires: PyJWT, pykwalify, rasa-sdk, tensorflow-addons, questionary, tensorflow_hub, cloudpickle, webexteamssdk, aio-pika, colorhash, numpy, ruamel.yaml, tensorflow-probability, requests, jsonschema, scipy, packaging, rocketchat_API, python-engineio, absl-py, fbmessenger, kafka-python, tqdm, boto3, psycopg2-binary, networkx, SQLAlchemy, setuptools, matplotlib, terminaltables, async_generator, attrs, oauth2client, sanic-jwt, mattermostwrapper, tensorflow, pymongo, python-dateutil, joblib, tensorflow-estimator, sanic, pyTelegramBotAPI, scikit-learn, pytz, prompt-toolkit, aiohttp, pydot, python-socketio, apscheduler, slackclient, sanic-cors, redis, regex, sentry-sdk, sklearn-crfsuite, ujson, tensorflow-text, coloredlogs, twilio, jsonpickle, colorclass Required-by: rasa-x (venv) (base) ATBASU-M-45BA:wizard-of-oz atbasu$ pip show rasa-x WARNING: Ignoring invalid distribution - (/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages) WARNING: Ignoring invalid distribution -asa-x (/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages) Name: rasa-x Version: 0.42.0 Summary: 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: Location: /Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages Requires: Pillow, urllib3, aiohttp, psycopg2-binary, requests, cryptography, croniter, SQLAlchemy, redis, ujson, pika, ruamel.yaml, kafka-python, rasa, GitPython, apscheduler, attrs, python-dateutil, jsonschema, questionary, setuptools, sanic, sanic-jwt, sanic-cors, alembic, isodate Required-by: (venv) (base) ATBASU-M-45BA:wizard-of-oz atbasu$

However when i try to run rasa x i get the following error: (venv) (base) ATBASU-M-45BA:wizard-of-oz atbasu$ rasa x Starting Rasa X in local mode… :rocket: 2021-08-05 15:20:27 WARNING rasax.community.services.insights.insight_service - No local evaluation result files found. [2021-08-05 15:20:30 -0400] [84239] [ERROR] Unable to start server Traceback (most recent call last): File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/sanic/server.py”, line 891, in serve http_server = loop.run_until_complete(server_coroutine) File “uvloop/loop.pyx”, line 1456, in uvloop.loop.Loop.run_until_complete File “uvloop/loop.pyx”, line 1727, in create_server OSError: [Errno 48] error while attempting to bind on address (‘0.0.0.0’, 5005): address already in use Traceback (most recent call last): File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasa/cli/x.py”, line 502, in run_locally domain_path=domain_path, File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/local.py”, line 257, in main common_utils.run_in_loop(model_service.discover_models()) File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/utils/common.py”, line 900, in run_in_loop return loop.run_until_complete(coro) File “uvloop/loop.pyx”, line 1456, in uvloop.loop.Loop.run_until_complete File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/services/model_service.py”, line 821, in discover_models await model_service.discover_models() File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/services/model_service.py”, line 147, in discover_models await _run_loop(max_retries, sleep_in_seconds) File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/services/model_service.py”, line 133, in _run_loop await self._discover_models() File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/services/model_service.py”, line 185, in _discover_models minimum_version = await self._retry_fetching_minimum_compatible_version() File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/services/model_service.py”, line 174, in _retry_fetching_minimum_compatible_version minimum_version = await self.minimum_compatible_version() File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/services/model_service.py”, line 160, in minimum_compatible_version info = await stack_service.version() File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/rasax/community/services/stack_service.py”, line 110, in version timeout=timeout_in_seconds, File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/aiohttp/client.py”, line 504, in _request await resp.start(conn) File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/aiohttp/client_reqrep.py”, line 860, in start self._continue = None File “/Users/atbasu/Documents/AI/Crowdsource/CMIC/prototype/venv/lib/python3.7/site-packages/aiohttp/helpers.py”, line 596, in exit raise asyncio.TimeoutError from None concurrent.futures._base.TimeoutError

Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up.
If you need help fixing the issue visit our forum: http://forum.rasa.com/.

I’ve seen some of the posts about this potential error but it doesn’t look like I have that problem. I am running in the right environment and everything. ANy suggestsions would be appreciated

@atbasu Hi!

Share rasa version rasa --version before running rasa -x did you run rasa init ?