I am getting the below error when trying to run rasa service:
2019-09-30 15:55:01 DEBUG rasa.model - Extracted model to ‘/tmp/tmp8e4ugrrd’. 2019-09-30 15:55:04 ERROR asyncio - exception in Task.repr handle: <Handle <TaskStepMethWrapper object at 0x7fc13e4af630> created at /anaconda3/envs/bertdebugtfenv/lib/python3.6/asyncio/tasks.py:519> task: Exception in repr AttributeError(“‘NoneType’ object has no attribute ‘co_filename’”,); value type: <class ‘_asyncio.Task’> Traceback (most recent call last): File “uvloop/cbhandles.pyx”, line 121, in uvloop.loop.Handle._format_handle File “/anaconda3/envs/bertdebugtfenv/lib/python3.6/asyncio/base_tasks.py”, line 15, in _task_repr_info coro = coroutines._format_coroutine(task._coro) File “/anaconda3/envs/bertdebugtfenv/lib/python3.6/asyncio/coroutines.py”, line 321, in _format_coroutine filename = coro_code.co_filename AttributeError: ‘NoneType’ object has no attribute ‘co_filename’