Python中使用pip install ncmbot时各种错误解决办法

场景

ncmbot的github:

https://github.com/xiyouMc/ncmbot

实现

报错一:

安装时提示“语法错误”。

因为ncmbot支持Python2,当使用Python3进行安装时就会提示。

Python中使用pip install ncmbot时各种错误解决办法_第1张图片

报错二:

timed out 超时错误...

不要使用

pip install ncmbot

使用

pip --default-timeout=200 install -U ncmbot

报错三:

Microsoft Visual C++9.0 is required

参照:

https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/90300835

你可能感兴趣的:(Python,ncmbot)