Trying to install it I made a virtual environment, and downgrade python and pip versions according to some guides. still following official installation I get this when:
(myenv) [mamah@fedora firstEnv]$ 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: Installation Guide
I am on Fedora 34 Workstation, using python3.6 and pip20.2
I repeated the steps and now receive the same error on another machine.
the following error came when I : pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
ERROR: Command errored out with exit status 1:
command: /home/dot/anaconda3/envs/verasa/bin/python -c ‘import io, os,
sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-8w9diau7/rasa
-x_eaca5cf31f4b479db6286435dc818011/setup.py’“'”‘; file=’“'”‘/tmp/pip-in
stall-8w9diau7/rasa-x_eaca5cf31f4b479db6286435dc818011/setup.py’“'”‘;f = get
attr(tokenize, ‘"’“‘open’”’“‘, open)(file) if os.path.exists(file) e
lse io.StringIO(’”‘“‘from setuptools import setup; setup()’”’“‘);code = f.re
ad().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, fi
le, ‘"’“‘exec’”’"‘))’ egg_info --egg-base /tmp/pip-pip-egg-info-nha56sj2
cwd: /tmp/pip-install-8w9diau7/rasa-x_eaca5cf31f4b479db6286435dc818
011/
Complete output (13 lines):
running egg_info
creating /tmp/pip-pip-egg-info-nha56sj2/rasa_x.egg-info
writing /tmp/pip-pip-egg-info-nha56sj2/rasa_x.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-pip-egg-info-nha56sj2/rasa_x.egg-in
fo/dependency_links.txt
writing top-level names to /tmp/pip-pip-egg-info-nha56sj2/rasa_x.egg-inf
o/top_level.txt
writing manifest file ‘/tmp/pip-pip-egg-info-nha56sj2/rasa_x.egg-info/SO
URCES.txt’
reading manifest file ‘/tmp/pip-pip-egg-info-nha56sj2/rasa_x.egg-info/SO
URCES.txt’
writing manifest file ‘/tmp/pip-pip-egg-info-nha56sj2/rasa_x.egg-info/SO
URCES.txt’
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-install-8w9diau7/rasa-x_eaca5cf31f4b479db6286435dc81801
1/setup.py”, line 39, in
raise RuntimeError(‘Please use pip install rasa-x -i https://pypi.r asa.com/simple instead to install the rasa-x package’)
RuntimeError: Please use pip install rasa-x -i https://pypi.rasa.com/si mple instead to install the rasa-x package
WARNING: Discarding https://files.pythonhosted.org/packages/52/41/1d1c7a2b68
e8a0524dd96290c10ce57e05b1ef4db1f0fb3fe221b9e3077d/rasa-x-0.0.2.tar.gz#sha25
6=378bee70cefadfcafb135362cf542ada0b026b0f30d708cf46b5b9a7918a8cf6 (from htt
ps://pypi.org/simple/rasa-x/). Command errored out with exit status 1: pytho
n setup.py egg_info Check the logs for full command output.