ModuleNotFoundError:没有名为“ pyts”的模块

时间:2020-05-05 14:44:51

标签: python pandas installation prompt

当我尝试在anaconda提示符下安装时:

pip install pyts

它给我这个错误:ERROR: Cannot uninstall 'llvmlite'. 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.

我该如何解决?

1 个答案:

答案 0 :(得分:0)

我要使用python检查您的PATH,其中有大量关于如何使用环境变量以及如何在Windows上使用PATH的出色YT视频。

然后在安装pyts时

pip install pyts --user

听起来您在使用PATH时遇到的问题没有正确配置。