rasa --version
Rasa Version : 2.1.2
Rasa SDK Version : 2.1.2
Rasa X Version : 0.34.0
Python Version : 3.8.6
Operating System : Linux-3.10.0-1062.9.1.el7.x86_64-x86_64-with-glibc2.17
Python Path : /home/frank/rasa-conversation/bot_two/env/bin/python
but when start up rasa-x
rasa x
MissingDependencyException: Rasa X does not seem to be installed, but it is needed for this CLI command. You can find more information on how to install Rasa X in local mode in the documentation: https://rasa.com/docs/rasa-x/installation-and-setup/install/local-mode
$ rasa --version
2021-01-14 09:12:33.554455: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcudart.so.10.1
Rasa Version : 2.2.5
Rasa SDK Version : 2.2.0
Rasa X Version : 0.35.0
Python Version : 3.8.6
Operating System : Linux-3.10.0-1062.9.1.el7.x86_64-x86_64-with-glibc2.17
Python Path : /home/frank/rasa/rasa-env/rasa224@py386/bin/python
$ rasa x
2021-01-14 09:12:48.636532: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcudart.so.10.1
2021-01-14 09:12:50.476142: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcuda.so.1
2021-01-14 09:12:50.543068: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1716] Found device 0 with properties:
pciBusID: 0000:3b:00.0 name: Tesla V100-PCIE-32GB computeCapability: 7.0
coreClock: 1.38GHz coreCount: 80 deviceMemorySize: 31.72GiB deviceMemoryBandwidth: 836.37GiB/s
2021-01-14 09:12:50.543149: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcudart.so.10.1
2021-01-14 09:12:50.546035: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcublas.so.10
2021-01-14 09:12:50.547877: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcufft.so.10
2021-01-14 09:12:50.548696: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcurand.so.10
2021-01-14 09:12:50.551277: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcusolver.so.10
2021-01-14 09:12:50.553183: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcusparse.so.10
2021-01-14 09:12:50.558703: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcudnn.so.7
2021-01-14 09:12:50.561622: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1858] Adding visible gpu devices: 0
MissingDependencyException: Rasa X does not seem to be installed, but it is needed for this CLI command. You can find more information on how to install Rasa X in local mode in the documentation: https://rasa.com/docs/rasa-x/installation-and-setup/install/local-mode
i have installed rasa x on centons 7
and i am getting this error when i start rasa x MissingDependencyException: Rasa X does not seem to be installed, but it is needed for this CLI command
sanic 20.12.2 requires multidict<6.0,>=5.0, but you'll have multidict 4.7.6 which is incompatible.
tensorflow 2.3.2 requires gast==0.3.3, but you'll have gast 0.4.0 which is incompatible.
python-socketio 5.1.0 requires python-engineio>=4, but you'll have python-engineio 3.13.2 which is incompatible.
sanic-jwt 1.6.0 requires pyjwt==2.0.0, but you'll have pyjwt 2.0.1 which is incompatible.
rasa 2.4.0 requires aiohttp<3.7,>=3.6, but you'll have aiohttp 3.7.4.post0 which is incompatible.
rasa 2.4.0 requires SQLAlchemy<1.4.0,>=1.3.3, but you'll have sqlalchemy 1.4.1 which is incompatible.
Tried resolving via --use-feature=2020-resolver using the command
Had the same issue with missing depency error, running “rasa x -vv” showed missing sqlite package. Had to recompile python with sqlite extentions and that fixed it
sorry I mean to ask how you did this → Had to recompile python with sqlite extentions and that fixed it
but I managed to figure it out so its working. Sorry for the confusion