EOFError: Ran out of input

My system configuration is window 10 ram 8gb i7

python: 3.6.10 rasa: 19.3 rasa-x: 0.27.1

and i am having error

Traceback (most recent call last): File “c:\users\yasin\anaconda3\envs\test\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 “c:\users\yasin\anaconda3\envs\test\lib\site-packages\rasax\community\local.py”, line 186, in main app = rasa_x_server.configure_app() File “c:\users\yasin\anaconda3\envs\test\lib\site-packages\rasax\community\api\app.py”, line 206, in configure_app app.blueprint(interface.blueprint()) File “c:\users\yasin\anaconda3\envs\test\lib\site-packages\rasax\community\api\blueprints\interface.py”, line 119, in blueprint interface_directory = locate_interface() File “c:\users\yasin\anaconda3\envs\test\lib\site-packages\rasax\community\api\blueprints\interface.py”, line 104, in locate_interface return build_interface() File “c:\users\yasin\anaconda3\envs\test\lib\site-packages\rasax\community\api\blueprints\interface.py”, line 80, in build_interface p.start() File “c:\users\yasin\anaconda3\envs\test\lib\multiprocessing\process.py”, line 105, in start self._popen = self._Popen(self) File “c:\users\yasin\anaconda3\envs\test\lib\multiprocessing\context.py”, line 223, in _Popen return _default_context.get_context().Process._Popen(process_obj) File “c:\users\yasin\anaconda3\envs\test\lib\multiprocessing\context.py”, line 322, in _Popen return Popen(process_obj) File “c:\users\yasin\anaconda3\envs\test\lib\multiprocessing\popen_spawn_win32.py”, line 65, in init reduction.dump(process_obj, to_child) File “c:\users\yasin\anaconda3\envs\test\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 “c:\users\yasin\anaconda3\envs\test\lib\multiprocessing\spawn.py”, line 105, in spawn_main exitcode = _main(fd) File “c:\users\yasin\anaconda3\envs\test\lib\multiprocessing\spawn.py”, line 115, in _main self = reduction.pickle.load(from_parent) EOFError: Ran out of input

rasa is working but rasa-x is not working…why

I am facing same problem :expressionless::expressionless::cold_sweat::disappointed_relieved:

To run Rasa X on Windows 10, it is recommended to use docker.

See the Rasa X documentation on Docker Compose Manual Install