1.错误背景在使用pip install rasa-core时出现的问题,问题为:Cannot uninstall greenlet.it is a distuils installed project and thus we cannot accurately determine which file belong to it which would lead to only a partial uninstall. 2.解决方案pip3 install --ignore-installed greenlet 遇到类似问题可以把greenlet替换为对应模块名 |