GaoQ1 / rasa_chatbot_cn

building a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)
960 stars 290 forks source link

tensorflow 版本的问题? #81

Open yumo-mt opened 4 years ago

yumo-mt commented 4 years ago

执行 pip install -r requirements.txt 的时候 报错

ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 (from rasa-nlu-gao>=0.3.1->-r requirements.txt (line 2)) (from versions: 2.2.0rc3, 2.2.0rc4, 2.2.0) ERROR: No matching distribution found for tensorflow==1.14.0 (from rasa-nlu-gao>=0.3.1->-r requirements.txt (line 2)) 这是因为什么呢?

RayShark commented 3 years ago

兄弟你解决了吗?我这版本也不对。。 install rasa 1.10的时候要求tf版本是2.1 install rasa-nlu-gao的时候要求tf版本是1.14 你现在能跑通吗?