RASA shell results in error in ANACONDA ENV

Hello I have created separate env on ANACONDA specific to run RASA projects. I am able to successfully follow the instructions as per Tutorial: Rasa Basics and finally when i run “rasa shell”, i am getting the following error…

Request for help / guidance please… I am using SPYDER editor launched from ANACONDA from the specific RASA environment

> 2020-08-04 13:08:39 INFO root - Rasa server is up and running. > Bot loaded. Type a message and press enter (use ‘/stop’ to exit): > 2020-08-04 13:08:39 ERROR asyncio - Task exception was never retrieved > future: <Task finished coro=<configure_app..run_cmdline_io() done, defined at c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\site-packages\rasa\core\run.py:128> exception=RuntimeError(‘This event loop is already running’)> > Traceback (most recent call last): > File “c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\site-packages\rasa\core\run.py”, line 134, in run_cmdline_io > sender_id=conversation_id, > File “c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\site-packages\rasa\core\channels\console.py”, line 142, in record_messages > text = get_user_input(button_question) > File “c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\site-packages\rasa\core\channels\console.py”, line 78, in get_user_input > style=Style([(“qmark”, “#b373d6”), ("", “#b373d6”)]), > File “c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\site-packages\questionary\question.py”, line 45, in ask > return self.unsafe_ask(patch_stdout) > File “c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\site-packages\questionary\question.py”, line 59, in unsafe_ask > return self.application.run() > File “c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\site-packages\prompt_toolkit\application\application.py”, line 812, in run > self.run_async(pre_run=pre_run, set_exception_handler=set_exception_handler) > File “c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\asyncio\base_events.py”, line 563, in run_until_complete > self._check_runnung() > File “c:\users\iasbm\anaconda3\envs\rasa-test-projects\lib\asyncio\base_events.py”, line 523, in _check_runnung > raise RuntimeError(‘This event loop is already running’)