Rasax 0.34 not starting (ubuntu and mac)

I have been using rasaX 0.32.2 and just tried updating no 0.34. I got the following error

Traceback (most recent call last):
  File "/home/sujee/anaconda3/envs/rasa2/lib/python3.8/site-packages/rasa/cli/x.py", line 493, in run_locally
    local.main(
TypeError: main() got an unexpected keyword argument 'domain_path'

Sorry, something went wrong (see error above)...

Here are my steps to reproduce

$  conda create -n rasa2  python=3.8

$  conda activate rasa2

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

$  conda list | grep -i rasa
rasa                      2.2.1                    pypi_0    pypi
rasa-sdk                  2.2.0                    pypi_0    pypi
rasa-x                    0.34.0                   pypi_0    pypi

# started a default project
$  rasa init

$  rasa train

$  rasa shell
# works fine on CLI

 # tried to launch rasa x
 $  rasa x

 # error

2020-12-18 11:06:09 DEBUG    git.cmd  - Popen(['git', 'version'], cwd=/home/sujee/tmp/test, universal_newlines=False, shell=None, istream=None)
2020-12-18 11:06:09 DEBUG    rasa.cli.utils  - Parameter 'endpoints' not set. Using default location 'endpoints.yml' instead.
Traceback (most recent call last):
  File "/home/sujee/anaconda3/envs/rasa2/lib/python3.8/site-packages/rasa/cli/x.py", line 493, in run_locally
local.main(
TypeError: main() got an unexpected keyword argument 'domain_path'

any help appreciated

Hi @linux,

This seems to be the same issue encountered in this post earlier today:

You might want to raise this issue on GitHub.

1 Like

opened an issue on github

Seems like a serious issue to me (unless I am blatantly mistaken)

@kearnsw Do you think these errors will not occur if I downgrade Rasa x to 0.32.0 ? Another suggestion: is this error related to version of tensorflow and its compatibility with Rasa x ? Which version should be used here? I used tensorflow-gpu=2.0.0 Thanks for your reply

@ratteya, I’m not sure about local mode. All my deployments are running using the helm chart and that has been working fine. HTH

1 Like

@kearnsw
I tried with rasa x 0.32.0 and it worked fine :+1:t2: Thanks for your support