Fail to install rasa-x local mode

I installed rasa-x local mode. version info:

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

@Aspirinkb did you run this command to install Rasa X? It’s a different command from installing Rasa. Check out the docs.

Even I am facing the same issue .Can someone please help here?

Yes, I do install rasa-x, and the version is 0.34.0. I created a python 3.6.x and it worked.

I try to install in python 3.7.9, rasa-x does not work.

$ 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

Same problem - Any solutions?

I had also problems with installing in local mode. But this solution here was helpful: Rasa X install stucked

Maybe its helpful for you too.

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

please anyone i help me

Still having issues installing latest rasa-x 0.37x.

For python 3.8.8 and pip 20.2, I try to install using the below command

pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

However, I get following dependency issues

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

pip install --use-feature=2020-resolver rasa-x --extra-index-url https://pypi.rasa.com/simple

However, it takes ages for resolving the dependencies.

Any clues on how to quickly resolve this?

thanks for helpe

update pip.

python -m pip install --upgrade pip

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

how did you do that?

Did what? :slight_smile:

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