场景

ncmbot的github:

https://github.com/xiyouMc/ncmbot

实现

报错一:

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

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

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

报错二:

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-01-14
  • 2021-06-06
  • 2021-10-17
  • 2022-12-23
猜你喜欢
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案