湛江網(wǎng)站設(shè)計模板視頻500個游戲推廣群
1 Rasa環(huán)境搭建
筆者使用的Rasa版本是古早的1.10.7,python環(huán)境3.7。
1、安裝miniconda
2、conda創(chuàng)建python3.7環(huán)境
3、安裝TensorFlow和GPU相關(guān)
4、安裝Rasa相關(guān)
2 Rasa筆記
3 Rasa報錯
3.1 ValueError: Can’t patch loop of type <class ‘uvloop.Loop’>
原因:nest_asyncio不支持uvloop
解決:pip uninstall uvloop
參考:https://blog.csdn.net/jaket5219999/article/details/104200323