Unable to Start rasa-x (0.39.3) on Python 3.8.3, Linux | Local Mode

Hi All,

I am trying to install RASA-X on a Python 3.8.3 Virtual env in a Linux machine, the installation gets completed without any specific errors with below env/versions: Python: 3.8.3 Rasa: 2.6.2 Rasa-X: 0.39.3

After installation, I am able to execute rasa related commands like rasa init, train etc. The issue is with the rasa x command, I’m getting below error: 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: Local Mode

On the contrary, if I execute pip show rasa-x, it clearly lists it-

pip show rasa-x
Name: rasa-x
Version: 0.39.3
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: None
Location: /opt/python3.8/site-packages
Requires: apscheduler, rasa, setuptools, SQLAlchemy, GitPython, sanic-cors, python-dateutil, jsonschema, kafka-python, redis, cryptography, aiohttp, croniter, pika, sanic-jwt, questionary, isodate, ruamel.yaml, requests, alembic, sanic, ujson, attrs, psycopg2-binary
Required-by:

Please advise.