-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
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
安装的时候碰到如下错误 #39
Comments
我刚安装过rasa-core 是可以单独运行的 然后安装的这个工程 报了这么多错误 版本的依赖关系这么严重吗? |
你怎么安装的?直接 |
我创建了一个虚拟环境后 运行run 报这个错误 During handling of the above exception, another exception occurred: |
你看下我README最后,Q&A,可能是那个问题 |
@GaoQ1 需要添加哪些路径到PYTHONPATH这个变量下呢? |
在运行trian NLU的时候 又遇到如下错误了 ,还望指点一二,多谢 The above exception was the direct cause of the following exception: Traceback (most recent call last): |
额,你bert_as_server需要起个bert的服务的,不然这个component用不起来 |
@GaoQ1 多谢回复 如何启用bert这个服务呢? 不熟悉还请指导一下 |
我那个踩坑记里面有写 |
@GaoQ1 多谢 已经可以了 |
使用rasa X的时候 报如下的错误 |
ERROR: rasa-nlu 0.15.1 has requirement matplotlib~=2.2, but you'll have matplotlib 3.1.0 which is incompatible.
ERROR: rasa-nlu 0.15.1 has requirement packaging~=18.0, but you'll have packaging 19.0 which is incompatible.
ERROR: rasa-core 0.14.5 has requirement fakeredis~=0.10.0, but you'll have fakeredis 1.0.3 which is incompatible.
ERROR: rasa-core 0.14.5 has requirement fbmessenger~=5.0, but you'll have fbmessenger 6.0.0 which is incompatible.
ERROR: rasa-core 0.14.5 has requirement packaging~=18.0, but you'll have packaging 19.0 which is incompatible.
ERROR: rasa-core 0.14.5 has requirement pika~=0.12.0, but you'll have pika 1.0.1 which is incompatible.
ERROR: rasa-core 0.14.5 has requirement python-socketio~=3.0, but you'll have python-socketio 4.1.0 which is incompatible.
ERROR: rasa-core 0.14.5 has requirement pytz~=2018.9, but you'll have pytz 2019.1 which is incompatible.
ERROR: rasa-core 0.14.5 has requirement redis~=2.0, but you'll have redis 3.2.1 which is incompatible.
ERROR: rasa-core-sdk 0.14.0 has requirement ConfigArgParse~=0.13.0, but you'll have configargparse 0.14.0 which is incompatible.
ERROR: fakeredis 1.0.3 has requirement six>=1.12, but you'll have six 1.11.0 which is incompatible.
Installing collected packages: greenlet, gevent, rasa-sdk, redis, fakeredis, python-socketio, async-generator, fbmessenger, async-timeout, typing-extensions, idna-ssl, yarl, aiohttp, python-dateutil, matplotlib, sanic-jwt, packaging, rasa, rasa-nlu-gao
Found existing installation: greenlet 0.4.13
ERROR: Cannot uninstall 'greenlet'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
The text was updated successfully, but these errors were encountered: