We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无论是直接pip install rasa-paddlenlp 还是 pip install -r requirement.txt 都会出现各种错误,包括 ruamel.yaml版本多轮查询适配问题、rasa版本找不到……等等 尝试换了清华源也是一样的
不过是可以安装的,具体方法是 先pip install --upgrade -r requirement.txt 再 pip install --upgrade rasa-paddlenlp 因为两轮安装就会互相补全……
然而问题是我想做一个docker,就搞不定了……
The text was updated successfully, but these errors were encountered:
pip is looking at multiple versions of ruamel-yaml-clib to determine which version is compatible with other requirements. This could take a while.
Sorry, something went wrong.
@bigbrother666sh 收到 这个我可以花点时间看一下 可能是因为Paddle和Rasa之间的依赖有不一致的情况 我看看把版本往上升有没有帮助 目前我对Python的依赖管理处理水平还比较一般 可能会需要一些时间 如果你能帮我一起找到解决办法的话 我可以把PR合并一下
No branches or pull requests
无论是直接pip install rasa-paddlenlp 还是 pip install -r requirement.txt
都会出现各种错误,包括 ruamel.yaml版本多轮查询适配问题、rasa版本找不到……等等
尝试换了清华源也是一样的
不过是可以安装的,具体方法是 先pip install --upgrade -r requirement.txt 再 pip install --upgrade rasa-paddlenlp
因为两轮安装就会互相补全……
然而问题是我想做一个docker,就搞不定了……
The text was updated successfully, but these errors were encountered: