I am getting the following error while running the rasa x in the windows 10.
2020-04-27 17:24:02 DEBUG git.cmd - Popen([‘git’, ‘version’], cwd=D:\manoj\Nucleus\Chatbot, universal_newlines=False, shell=None, istream=None)
2020-04-27 17:24:02 DEBUG git.cmd - Popen([‘git’, ‘version’], cwd=D:\manoj\Nucleus\Chatbot, universal_newlines=False, shell=None, istream=None)
2020-04-27 17:24:03 DEBUG pykwalify.compat - Using yaml library: d:\anaconda\lib\site-packages\ruamel\yaml_init_.py
Starting Rasa X in local mode…
2020-04-27 17:24:03 DEBUG rasax.community.utils - Generating JWT RSA key pair.
2020-04-27 17:24:03 DEBUG rasax.community.utils - Saved RSA private key to temporary file ‘C:\Users\manoj\AppData\Local\Temp\tmpadfu7xg0’.
2020-04-27 17:24:03 DEBUG sanic.root - CORS: Configuring CORS with resources: {’/’: {‘origins’: [’.’], ‘methods’: ‘DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT’, ‘allow_headers’: [’.’], ‘expose_headers’: ‘X-Total-Count’, ‘supports_credentials’: False, ‘max_age’: 1800, ‘send_wildcard’: False, ‘automatic_options’: True, ‘vary_header’: True, ‘resources’: '/’, ‘intercept_exceptions’: True, ‘always_send’: True}}
Traceback (most recent call last):
File “d:\anaconda\lib\site-packages\rasa\cli\x.py”, line 431, in run_locally
args, project_path, args.data, token=rasa_x_token, config_path=config_path
File “d:\anaconda\lib\site-packages\rasax\community\local.py”, line 186, in main
app = rasa_x_server.configure_app()
File “d:\anaconda\lib\site-packages\rasax\community\api\app.py”, line 206, in configure_app
app.blueprint(interface.blueprint())
File “d:\anaconda\lib\site-packages\rasax\community\api\blueprints\interface.py”, line 119, in blueprint
interface_directory = locate_interface()
File “d:\anaconda\lib\site-packages\rasax\community\api\blueprints\interface.py”, line 104, in locate_interface
return build_interface()
File “d:\anaconda\lib\site-packages\rasax\community\api\blueprints\interface.py”, line 80, in build_interface
p.start()
File “d:\anaconda\lib\multiprocessing\process.py”, line 112, in start
self._popen = self._Popen(self)
File “d:\anaconda\lib\multiprocessing\context.py”, line 223, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File “d:\anaconda\lib\multiprocessing\context.py”, line 322, in _Popen
return Popen(process_obj)
File “d:\anaconda\lib\multiprocessing\popen_spawn_win32.py”, line 89, in init
reduction.dump(process_obj, to_child)
File “d:\anaconda\lib\multiprocessing\reduction.py”, line 60, in dump
ForkingPickler(file, protocol).dump(obj)
AttributeError: Can’t pickle local object ‘build_interface..run_build’
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up. If you need help fixing the issue visit our forum: http://forum.rasa.com/. Traceback (most recent call last): File “”, line 1, in File “d:\anaconda\lib\multiprocessing\spawn.py”, line 105, in spawn_main exitcode = _main(fd) File “d:\anaconda\lib\multiprocessing\spawn.py”, line 115, in _main self = reduction.pickle.load(from_parent) EOFError: Ran out of input
Need help to resolve this.
Thanks