Hello, I’m new to Rasa and having issues getting started with a project. So far, I’ve followed the steps here. Everything seems to work, except I get the error “ModuleNotFoundError: No module named ‘randomname’” when using any rasa command in the Anaconda Prompt terminal. I’ll display the logs below and would greatly appreciate any help…
Thanks so much!
(base) C:\Users\andre>conda create --name rasa-installation python==3.8
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 23.1.0
latest version: 23.3.1
Please update conda by running
$ conda update -n base -c defaults conda
Or to minimize the number of packages updated during conda update use
conda install conda=23.3.1
## Package Plan ##
environment location: C:\Users\andre\anaconda3\envs\rasa-installation
added / updated specs:
- python==3.8
The following NEW packages will be INSTALLED:
ca-certificates pkgs/main/win-64::ca-certificates-2023.01.10-haa95532_0
certifi pkgs/main/win-64::certifi-2022.12.7-py38haa95532_0
openssl pkgs/main/win-64::openssl-1.1.1t-h2bbff1b_0
pip pkgs/main/win-64::pip-23.0.1-py38haa95532_0
python pkgs/main/win-64::python-3.8.0-hff0d562_2
setuptools pkgs/main/win-64::setuptools-65.6.3-py38haa95532_0
sqlite pkgs/main/win-64::sqlite-3.41.1-h2bbff1b_0
vc pkgs/main/win-64::vc-14.2-h21ff451_1
vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
wheel pkgs/main/win-64::wheel-0.38.4-py38haa95532_0
wincertstore pkgs/main/win-64::wincertstore-0.2-py38haa95532_2
Proceed ([y]/n)? y
Downloading and Extracting Packages
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate rasa-installation
#
# To deactivate an active environment, use
#
# $ conda deactivate
(base) C:\Users\andre>conda activate rasa-installation
(rasa-installation) C:\Users\andre>python -m pip uninstall pip
Found existing installation: pip 23.0.1
Uninstalling pip-23.0.1:
Would remove:
c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages\pip
c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages\pip-23.0.1-py3.8.egg-info
c:\users\andre\anaconda3\envs\rasa-installation\scripts\pip-script.py
c:\users\andre\anaconda3\envs\rasa-installation\scripts\pip.exe
c:\users\andre\anaconda3\envs\rasa-installation\scripts\pip3-script.py
c:\users\andre\anaconda3\envs\rasa-installation\scripts\pip3.exe
Proceed (Y/n)? y
Successfully uninstalled pip-23.0.1
(rasa-installation) C:\Users\andre>python -m ensurepip
Looking in links: c:\Users\andre\AppData\Local\Temp\tmpol8ky_or
Requirement already satisfied: setuptools in c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages (65.6.3)
Collecting pip
Installing collected packages: pip
Successfully installed pip-19.2.3
(rasa-installation) C:\Users\andre>python -m pip install -U pip
Collecting pip
Using cached https://files.pythonhosted.org/packages/07/51/2c0959c5adf988c44d9e1e0d940f5b074516ecc87e96b1af25f59de9ba38/pip-23.0.1-py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 19.2.3
Uninstalling pip-19.2.3:
Successfully uninstalled pip-19.2.3
Successfully installed pip-23.0.1
(rasa-installation) C:\Users\andre>pip install rasa
Collecting rasa
Using cached rasa-3.5.3-py3-none-any.whl (823 kB)
Collecting colorama<0.5.0,>=0.4.4
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting tensorflow-addons<0.20,>=0.18
Using cached tensorflow_addons-0.19.0-cp38-cp38-win_amd64.whl (742 kB)
Collecting pymongo[srv,tls]<3.11,>=3.8
Using cached pymongo-3.10.1-cp38-cp38-win_amd64.whl (355 kB)
Collecting scikit-learn<1.2,>=0.22
Using cached scikit_learn-1.1.3-cp38-cp38-win_amd64.whl (7.5 MB)
Collecting pluggy<2.0.0,>=1.0.0
Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Collecting pykwalify<1.9,>=1.7
Using cached pykwalify-1.8.0-py2.py3-none-any.whl (24 kB)
Collecting aiohttp!=3.7.4.post0,<3.9,>=3.6
Using cached aiohttp-3.8.4-cp38-cp38-win_amd64.whl (324 kB)
Collecting questionary<1.11.0,>=1.5.1
Using cached questionary-1.10.0-py3-none-any.whl (31 kB)
Collecting redis<5.0,>=3.4
Using cached redis-4.5.4-py3-none-any.whl (238 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 twilio<7.15,>=6.26
Using cached twilio-7.14.2-py2.py3-none-any.whl (1.4 MB)
Collecting mattermostwrapper<2.3,>=2.2
Using cached mattermostwrapper-2.2-py3-none-any.whl
Collecting cloudpickle<2.3,>=1.2
Using cached cloudpickle-2.2.1-py3-none-any.whl (25 kB)
Collecting sklearn-crfsuite<0.4,>=0.3
Using cached sklearn_crfsuite-0.3.6-py2.py3-none-any.whl (12 kB)
Collecting python-socketio<6,>=4.4
Using cached python_socketio-5.8.0-py3-none-any.whl (56 kB)
Collecting apscheduler<3.10,>=3.6
Using cached APScheduler-3.9.1.post1-py2.py3-none-any.whl (59 kB)
Collecting ujson<6.0,>=1.35
Using cached ujson-5.7.0-cp38-cp38-win_amd64.whl (41 kB)
Collecting numpy<1.25.0,>=1.19.2
Using cached numpy-1.24.2-cp38-cp38-win_amd64.whl (14.9 MB)
Collecting terminaltables<3.2.0,>=3.1.0
Using cached terminaltables-3.1.10-py2.py3-none-any.whl (15 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 tensorflow<2.12.0,>=2.11.0
Using cached tensorflow-2.11.1-cp38-cp38-win_amd64.whl (1.9 kB)
Collecting jsonschema<4.18,>=3.2
Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB)
Collecting absl-py<1.4,>=0.9
Using cached absl_py-1.3.0-py3-none-any.whl (124 kB)
Collecting confluent-kafka<2.0.0,>=1.9.2
Using cached confluent_kafka-1.9.2-cp38-cp38-win_amd64.whl (3.0 MB)
Collecting regex<2022.11,>=2020.6
Using cached regex-2022.10.31-cp38-cp38-win_amd64.whl (267 kB)
Collecting slack-sdk<4.0.0,>=3.19.2
Using cached slack_sdk-3.20.2-py2.py3-none-any.whl (274 kB)
Collecting webexteamssdk<1.7.0,>=1.1.1
Using cached webexteamssdk-1.6.1-py3-none-any.whl (113 kB)
Collecting scipy<1.9.0,>=1.4.1
Using cached scipy-1.8.1-cp38-cp38-win_amd64.whl (36.9 MB)
Collecting rocketchat_API<1.29.0,>=0.6.31
Using cached rocketchat_API-1.28.1-py3-none-any.whl (20 kB)
Collecting SQLAlchemy<1.5.0,>=1.4.0
Using cached SQLAlchemy-1.4.47-cp38-cp38-win_amd64.whl (1.6 MB)
Collecting python-engineio!=5.0.0,<6,>=4
Using cached python_engineio-4.4.0-py3-none-any.whl (53 kB)
Collecting python-dateutil<2.9,>=2.8
Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting rasa-sdk<3.6.0,>=3.5.0
Using cached rasa_sdk-3.5.0-py3-none-any.whl (43 kB)
Collecting fbmessenger<6.1.0,>=6.0.0
Using cached fbmessenger-6.0.0-py2.py3-none-any.whl (11 kB)
Collecting coloredlogs<16,>=10
Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
Collecting attrs<22.2,>=19.3
Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB)
Collecting tarsafe<0.0.4,>=0.0.3
Using cached tarsafe-0.0.3-py3-none-any.whl (5.0 kB)
Collecting typing-utils<0.2.0,>=0.1.0
Using cached typing_utils-0.1.0-py3-none-any.whl (10 kB)
Collecting networkx<2.7,>=2.4
Using cached networkx-2.6.3-py3-none-any.whl (1.9 MB)
Collecting typing-extensions<5.0.0,>=4.1.1
Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
Collecting ruamel.yaml<0.18.0,>=0.16.5
Using cached ruamel.yaml-0.17.21-py3-none-any.whl (109 kB)
Collecting randomname<0.2.0,>=0.1.5
Using cached randomname-0.1.5-py3-none-any.whl
Collecting packaging<21.0,>=20.0
Using cached packaging-20.9-py2.py3-none-any.whl (40 kB)
Collecting tensorflow-intel<2.12.0,>=2.11.0
Using cached tensorflow_intel-2.11.1-cp38-cp38-win_amd64.whl (266.3 MB)
Collecting tqdm<5.0,>=4.31
Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
Collecting prompt-toolkit<3.0.29,>=3.0
Using cached prompt_toolkit-3.0.28-py3-none-any.whl (380 kB)
Collecting colorhash<1.3.0,>=1.0.2
Using cached colorhash-1.2.1-py3-none-any.whl (5.7 kB)
Collecting pytz<2023.0,>=2019.1
Using cached pytz-2022.7.1-py2.py3-none-any.whl (499 kB)
Collecting pydantic<1.10.3
Using cached pydantic-1.10.2-cp38-cp38-win_amd64.whl (2.2 MB)
Collecting pydot<1.5,>=1.4
Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB)
Collecting aiogram<2.26
Using cached aiogram-2.25.1-py3-none-any.whl (203 kB)
Collecting sanic-jwt<2.0.0,>=1.6.0
Using cached sanic_jwt-1.8.0-py3-none-any.whl (23 kB)
Collecting aio-pika<9.0.0,>=6.7.1
Using cached aio_pika-8.3.0-py3-none-any.whl (49 kB)
Collecting sanic<21.13,>=21.12
Using cached sanic-21.12.2-py3-none-any.whl (156 kB)
Collecting sanic-routing<0.8.0,>=0.7.2
Using cached sanic_routing-0.7.2-py3-none-any.whl (23 kB)
Collecting psycopg2-binary<2.10.0,>=2.8.2
Using cached psycopg2_binary-2.9.5-cp38-cp38-win_amd64.whl (1.2 MB)
Requirement already satisfied: setuptools>=41.0.0 in c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages (from rasa) (65.6.3)
Collecting requests<3.0,>=2.23
Using cached requests-2.28.2-py3-none-any.whl (62 kB)
Collecting google-auth<3
Using cached google_auth-2.17.1-py2.py3-none-any.whl (178 kB)
Collecting boto3<2.0,>=1.12
Using cached boto3-1.26.104-py3-none-any.whl (135 kB)
Collecting protobuf<3.20,>=3.9.2
Using cached protobuf-3.19.6-cp38-cp38-win_amd64.whl (896 kB)
Collecting matplotlib<3.6,>=3.1
Using cached matplotlib-3.5.3-cp38-cp38-win_amd64.whl (7.2 MB)
Collecting tensorflow_hub<0.13.0,>=0.12.0
Using cached tensorflow_hub-0.12.0-py2.py3-none-any.whl (108 kB)
Collecting PyJWT[crypto]<3.0.0,>=2.0.0
Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB)
Collecting jsonpickle<3.1,>=1.3
Using cached jsonpickle-3.0.1-py2.py3-none-any.whl (40 kB)
Collecting joblib<1.3.0,>=0.15.1
Using cached joblib-1.2.0-py3-none-any.whl (297 kB)
Collecting dask==2022.10.2
Using cached dask-2022.10.2-py3-none-any.whl (1.1 MB)
Collecting CacheControl<0.13.0,>=0.12.9
Using cached CacheControl-0.12.11-py2.py3-none-any.whl (21 kB)
Collecting colorclass<2.3,>=2.2
Using cached colorclass-2.2.2-py2.py3-none-any.whl (18 kB)
Collecting click>=7.0
Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting pyyaml>=5.3.1
Using cached PyYAML-6.0-cp38-cp38-win_amd64.whl (155 kB)
Collecting fsspec>=0.6.0
Using cached fsspec-2023.3.0-py3-none-any.whl (145 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.3.0-py3-none-any.whl (18 kB)
Collecting yarl
Using cached yarl-1.8.2-cp38-cp38-win_amd64.whl (56 kB)
Collecting aiormq~=6.6.3
Using cached aiormq-6.6.4-py3-none-any.whl (30 kB)
Requirement already satisfied: certifi>=2021.10.8 in c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages (from aiogram<2.26->rasa) (2022.12.7)
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.9-py3-none-any.whl (9.3 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.3-cp38-cp38-win_amd64.whl (34 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.4-cp38-cp38-win_amd64.whl (28 kB)
Collecting charset-normalizer<4.0,>=2.0
Using cached charset_normalizer-3.1.0-cp38-cp38-win_amd64.whl (96 kB)
Collecting tzlocal!=3.*,>=2.0
Using cached tzlocal-4.3-py3-none-any.whl (20 kB)
Collecting six>=1.4.0
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting s3transfer<0.7.0,>=0.6.0
Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB)
Collecting jmespath<2.0.0,>=0.7.1
Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Collecting botocore<1.30.0,>=1.29.104
Using cached botocore-1.29.104-py3-none-any.whl (10.6 MB)
Collecting msgpack>=0.5.2
Using cached msgpack-1.0.5-cp38-cp38-win_amd64.whl (62 kB)
Collecting humanfriendly>=9.1
Using cached humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
Collecting cachetools<6.0,>=2.0.0
Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB)
Collecting pyasn1-modules>=0.2.1
Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting rsa<5,>=3.1.4
Using cached rsa-4.9-py3-none-any.whl (34 kB)
Collecting pkgutil-resolve-name>=1.3.10
Using cached pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
Using cached pyrsistent-0.19.3-cp38-cp38-win_amd64.whl (62 kB)
Collecting importlib-resources>=1.4.0
Using cached importlib_resources-5.12.0-py3-none-any.whl (36 kB)
Collecting fonttools>=4.22.0
Using cached fonttools-4.39.3-py3-none-any.whl (1.0 MB)
Collecting kiwisolver>=1.0.1
Using cached kiwisolver-1.4.4-cp38-cp38-win_amd64.whl (55 kB)
Collecting pyparsing>=2.2.1
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting pillow>=6.2.0
Using cached Pillow-9.5.0-cp38-cp38-win_amd64.whl (2.5 MB)
Collecting cycler>=0.10
Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting wcwidth
Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
Collecting cryptography>=3.4.0
Using cached cryptography-40.0.1-cp36-abi3-win_amd64.whl (2.6 MB)
Collecting docopt>=0.6.2
Using cached docopt-0.6.2-py2.py3-none-any.whl
Collecting dnspython<2.0.0,>=1.16.0
Using cached dnspython-1.16.0-py2.py3-none-any.whl (188 kB)
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 urllib3<1.27,>=1.21.1
Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
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-cp38-cp38-win_amd64.whl (118 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-5.2.0-cp38-cp38-win_amd64.whl (45 kB)
Collecting websockets>=10.0
Using cached websockets-10.4-cp38-cp38-win_amd64.whl (101 kB)
Collecting aiofiles>=0.6.0
Using cached aiofiles-23.1.0-py3-none-any.whl (14 kB)
Collecting httptools>=0.0.10
Using cached httptools-0.5.0-cp38-cp38-win_amd64.whl (144 kB)
Collecting threadpoolctl>=2.0.0
Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 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-cp38-cp38-win_amd64.whl (138 kB)
Collecting greenlet!=0.4.17
Using cached greenlet-2.0.2-cp38-cp38-win_amd64.whl (192 kB)
Collecting libclang>=13.0.0
Using cached libclang-16.0.0-py2.py3-none-win_amd64.whl (24.4 MB)
Collecting flatbuffers>=2.0
Using cached flatbuffers-23.3.3-py2.py3-none-any.whl (26 kB)
Collecting grpcio<2.0,>=1.24.3
Using cached grpcio-1.53.0-cp38-cp38-win_amd64.whl (4.0 MB)
Collecting tensorflow-estimator<2.12,>=2.11.0
Using cached tensorflow_estimator-2.11.0-py2.py3-none-any.whl (439 kB)
Collecting termcolor>=1.1.0
Using cached termcolor-2.2.0-py3-none-any.whl (6.6 kB)
Collecting keras<2.12,>=2.11.0
Using cached keras-2.11.0-py2.py3-none-any.whl (1.7 MB)
Collecting tensorflow-io-gcs-filesystem>=0.23.1
Using cached tensorflow_io_gcs_filesystem-0.31.0-cp38-cp38-win_amd64.whl (1.5 MB)
Collecting astunparse>=1.6.0
Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Collecting wrapt>=1.11.0
Using cached wrapt-1.15.0-cp38-cp38-win_amd64.whl (36 kB)
Collecting tensorboard<2.12,>=2.11
Using cached tensorboard-2.11.2-py3-none-any.whl (6.0 MB)
Collecting google-pasta>=0.1.1
Using cached google_pasta-0.2.0-py3-none-any.whl (57 kB)
Collecting opt-einsum>=2.3.2
Using cached opt_einsum-3.3.0-py3-none-any.whl (65 kB)
Collecting h5py>=2.9.0
Using cached h5py-3.8.0-cp38-cp38-win_amd64.whl (2.7 MB)
Collecting gast<=0.4.0,>=0.2.1
Using cached gast-0.4.0-py3-none-any.whl (9.8 kB)
Collecting typeguard>=2.7
Using cached typeguard-3.0.2-py3-none-any.whl (30 kB)
Collecting requests-toolbelt
Using cached requests_toolbelt-0.10.1-py2.py3-none-any.whl (54 kB)
Collecting future
Using cached future-0.18.3-py3-none-any.whl
Collecting pamqp==3.2.1
Using cached pamqp-3.2.1-py2.py3-none-any.whl (33 kB)
Requirement already satisfied: wheel<1.0,>=0.23.0 in c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages (from astunparse>=1.6.0->tensorflow-intel<2.12.0,>=2.11.0->rasa) (0.38.4)
Collecting cffi>=1.12
Using cached cffi-1.15.1-cp38-cp38-win_amd64.whl (178 kB)
Collecting pyreadline3
Using cached pyreadline3-3.4.1-py3-none-any.whl (95 kB)
Collecting zipp>=3.1.0
Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB)
Collecting locket
Using cached locket-1.0.0-py2.py3-none-any.whl (4.4 kB)
Collecting pyasn1<0.5.0,>=0.4.6
Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
Using cached google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
Collecting werkzeug>=1.0.1
Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB)
Collecting markdown>=2.6.8
Using cached Markdown-3.4.3-py3-none-any.whl (93 kB)
Collecting tensorboard-data-server<0.7.0,>=0.6.0
Using cached tensorboard_data_server-0.6.1-py3-none-any.whl (2.4 kB)
Collecting tensorboard-plugin-wit>=1.6.0
Using cached tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
Collecting importlib-metadata>=3.6
Using cached importlib_metadata-6.1.0-py3-none-any.whl (21 kB)
Collecting backports.zoneinfo
Using cached backports.zoneinfo-0.2.1-cp38-cp38-win_amd64.whl (38 kB)
Collecting tzdata
Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
Collecting pytz-deprecation-shim
Using cached pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting requests-oauthlib>=0.7.0
Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting MarkupSafe>=2.1.1
Using cached MarkupSafe-2.1.2-cp38-cp38-win_amd64.whl (16 kB)
Collecting oauthlib>=3.0.0
Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Installing collected packages: wcwidth, tensorboard-plugin-wit, sanic-routing, pytz, python-crfsuite, pyreadline3, pyasn1, msgpack, libclang, flatbuffers, docopt, confluent-kafka, zipp, wrapt, websockets, urllib3, ujson, tzdata, typing-utils, typing-extensions, toolz, threadpoolctl, terminaltables, termcolor, tensorflow-io-gcs-filesystem, tensorflow-estimator, tensorboard-data-server, tarsafe, tabulate, slack-sdk, six, ruamel.yaml.clib, rsa, regex, pyyaml, python-engineio, pyrsistent, pyparsing, pymongo, PyJWT, pycparser, pyasn1-modules, psycopg2-binary, protobuf, prompt-toolkit, pluggy, pkgutil-resolve-name, pillow, pamqp, oauthlib, numpy, networkx, multidict, MarkupSafe, magic-filter, locket, kiwisolver, keras, jsonpickle, joblib, jmespath, idna, humanfriendly, httptools, grpcio, greenlet, gast, future, fsspec, frozenlist, fonttools, dnspython, cycler, colorhash, colorclass, colorama, cloudpickle, charset-normalizer, cachetools, bidict, backports.zoneinfo, Babel, attrs, async-timeout, aiofiles, absl-py, yarl, werkzeug, tqdm, tensorflow_hub, SQLAlchemy, sentry-sdk, scipy, sanic-jwt, sanic, ruamel.yaml, requests, redis, questionary, pytz-deprecation-shim, python-socketio, python-dateutil, pydot, pydantic, partd, packaging, opt-einsum, importlib-resources, importlib-metadata, h5py, google-pasta, google-auth, fire, coloredlogs, click, cffi, astunparse, aiosignal, tzlocal, typeguard, twilio, sklearn-crfsuite, scikit-learn, sanic-cors, rocketchat_API, requests-toolbelt, requests-oauthlib, randomname, pykwalify, mattermostwrapper, matplotlib, markdown, jsonschema, fbmessenger, dask, cryptography, CacheControl, botocore, aiormq, aiohttp, webexteamssdk, tensorflow-addons, s3transfer, rasa-sdk, google-auth-oauthlib, apscheduler, aiogram, aio-pika, tensorboard, boto3, tensorflow-intel, tensorflow, rasa
Successfully installed Babel-2.9.1 CacheControl-0.12.11 MarkupSafe-2.1.2 PyJWT-2.6.0 SQLAlchemy-1.4.47 absl-py-1.3.0 aio-pika-8.3.0 aiofiles-23.1.0 aiogram-2.25.1 aiohttp-3.8.4 aiormq-6.6.4 aiosignal-1.3.1 apscheduler-3.9.1.post1 astunparse-1.6.3 async-timeout-4.0.2 attrs-22.1.0 backports.zoneinfo-0.2.1 bidict-0.22.1 boto3-1.26.104 botocore-1.29.104 cachetools-5.3.0 cffi-1.15.1 charset-normalizer-3.1.0 click-8.1.3 cloudpickle-2.2.1 colorama-0.4.6 colorclass-2.2.2 coloredlogs-15.0.1 colorhash-1.2.1 confluent-kafka-1.9.2 cryptography-40.0.1 cycler-0.11.0 dask-2022.10.2 dnspython-1.16.0 docopt-0.6.2 fbmessenger-6.0.0 fire-0.5.0 flatbuffers-23.3.3 fonttools-4.39.3 frozenlist-1.3.3 fsspec-2023.3.0 future-0.18.3 gast-0.4.0 google-auth-2.17.1 google-auth-oauthlib-0.4.6 google-pasta-0.2.0 greenlet-2.0.2 grpcio-1.53.0 h5py-3.8.0 httptools-0.5.0 humanfriendly-10.0 idna-3.4 importlib-metadata-6.1.0 importlib-resources-5.12.0 jmespath-1.0.1 joblib-1.2.0 jsonpickle-3.0.1 jsonschema-4.17.3 keras-2.11.0 kiwisolver-1.4.4 libclang-16.0.0 locket-1.0.0 magic-filter-1.0.9 markdown-3.4.3 matplotlib-3.5.3 mattermostwrapper-2.2 msgpack-1.0.5 multidict-5.2.0 networkx-2.6.3 numpy-1.24.2 oauthlib-3.2.2 opt-einsum-3.3.0 packaging-20.9 pamqp-3.2.1 partd-1.3.0 pillow-9.5.0 pkgutil-resolve-name-1.3.10 pluggy-1.0.0 prompt-toolkit-3.0.28 protobuf-3.19.6 psycopg2-binary-2.9.5 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.21 pydantic-1.10.2 pydot-1.4.2 pykwalify-1.8.0 pymongo-3.10.1 pyparsing-3.0.9 pyreadline3-3.4.1 pyrsistent-0.19.3 python-crfsuite-0.9.9 python-dateutil-2.8.2 python-engineio-4.4.0 python-socketio-5.8.0 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 pyyaml-6.0 questionary-1.10.0 randomname-0.1.5 rasa-3.5.3 rasa-sdk-3.5.0 redis-4.5.4 regex-2022.10.31 requests-2.28.2 requests-oauthlib-1.3.1 requests-toolbelt-0.10.1 rocketchat_API-1.28.1 rsa-4.9 ruamel.yaml-0.17.21 ruamel.yaml.clib-0.2.7 s3transfer-0.6.0 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 six-1.16.0 sklearn-crfsuite-0.3.6 slack-sdk-3.20.2 tabulate-0.9.0 tarsafe-0.0.3 tensorboard-2.11.2 tensorboard-data-server-0.6.1 tensorboard-plugin-wit-1.8.1 tensorflow-2.11.1 tensorflow-addons-0.19.0 tensorflow-estimator-2.11.0 tensorflow-intel-2.11.1 tensorflow-io-gcs-filesystem-0.31.0 tensorflow_hub-0.12.0 termcolor-2.2.0 terminaltables-3.1.10 threadpoolctl-3.1.0 toolz-0.12.0 tqdm-4.65.0 twilio-7.14.2 typeguard-3.0.2 typing-extensions-4.5.0 typing-utils-0.1.0 tzdata-2023.3 tzlocal-4.3 ujson-5.7.0 urllib3-1.26.15 wcwidth-0.2.6 webexteamssdk-1.6.1 websockets-10.4 werkzeug-2.2.3 wrapt-1.15.0 yarl-1.8.2 zipp-3.15.0
(rasa-installation) C:\Users\andre>rasa -h
Traceback (most recent call last):
File "c:\users\andre\anaconda3\envs\rasa-installation\lib\runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\users\andre\anaconda3\envs\rasa-installation\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\andre\anaconda3\envs\rasa-installation\Scripts\rasa.exe\__main__.py", line 4, in <module>
File "c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages\rasa\__main__.py", line 14, in <module>
from rasa.cli import (
File "c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages\rasa\cli\data.py", line 10, in <module>
import rasa.cli.utils
File "c:\users\andre\anaconda3\envs\rasa-installation\lib\site-packages\rasa\cli\utils.py", line 9, in <module>
import randomname
ModuleNotFoundError: No module named 'randomname'