Skip to content

Commit

Permalink
Merge pull request #5142 from RasaHQ/uvloop-issue
Browse files Browse the repository at this point in the history
fix rasa init uvloop error
  • Loading branch information
wochinge authored Jan 28, 2020
2 parents 0d28264 + 80ac529 commit 45c024b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog/5111.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixes ``Exception 'Loop' object has no attribute '_ready'`` error when running
``rasa init``.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ sanic-plugins-framework==0.8.2
multidict==4.6.1
aiohttp==3.5.4
questionary==1.1.1
# needed because of https://github.com/prompt-toolkit/python-prompt-toolkit/issues/951
prompt-toolkit==2.0.10
python-socketio==4.3.1
# the below can be unpinned when python-socketio pins >=3.9.3
python-engineio==3.9.3
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
"multidict==4.6.1",
"aiohttp~=3.5",
"questionary>=1.1.0",
# needed because of https://github.com/prompt-toolkit/python-prompt-toolkit/issues/951
"prompt-toolkit<3.0",
"python-socketio>=4.3.1",
# the below can be unpinned when python-socketio pins >=3.9.3
"python-engineio>=3.9.3",
Expand Down

0 comments on commit 45c024b

Please sign in to comment.