senses-chat / rasa-paddlenlp

Rasa通过PaddleNLP提供中文支持
MIT License
33 stars 13 forks source link

貌似requirement文件有点错误 #1

Open bigbrother666sh opened 2 years ago

bigbrother666sh commented 2 years ago

无论是直接pip install rasa-paddlenlp 还是 pip install -r requirement.txt 都会出现各种错误,包括 ruamel.yaml版本多轮查询适配问题、rasa版本找不到……等等 尝试换了清华源也是一样的

不过是可以安装的,具体方法是 先pip install --upgrade -r requirement.txt 再 pip install --upgrade rasa-paddlenlp
因为两轮安装就会互相补全……

然而问题是我想做一个docker,就搞不定了……

bigbrother666sh commented 2 years ago

pip is looking at multiple versions of ruamel-yaml-clib to determine which version is compatible with other requirements. This could take a while.

lhr0909 commented 2 years ago

@bigbrother666sh 收到 这个我可以花点时间看一下 可能是因为Paddle和Rasa之间的依赖有不一致的情况 我看看把版本往上升有没有帮助 目前我对Python的依赖管理处理水平还比较一般 可能会需要一些时间 如果你能帮我一起找到解决办法的话 我可以把PR合并一下