windows安装channels报错的解决方案

Posted huang-yc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows安装channels报错的解决方案相关的知识,希望对你有一定的参考价值。

windows作为开发机真是让人又爱又恨,总是会遇到各种各样的问题

报错

以安装channels为例:
如: pip install channels   时出现:

error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”: http://landinghub.visualstudio.com/visual-cpp-build-tools

解决办法

1. 安装 Microsoft visual c++ 14.0

https://964279924.ctfile.com/fs/1445568-239446865
或
https://pan.baidu.com/s/1q2Nj41Xk85CHHv7_zOhQIA 密码:qbba

2. 如果出现了.Net framework版本过低,小于4.5的最低版本要求:
[如果没出现这个问题,跳过这一步]
重新安装 .Net framework 更高的版本:

https://support.microsoft.com/en-us/help/3151800/the-net-framework-4-6-2-offline-installer-for-windows

再安装Microsoft visual c++ 14.0,
3. 启动电脑,再安装channels

pip install channels

 

以上是关于windows安装channels报错的解决方案的主要内容,如果未能解决你的问题,请参考以下文章

解决 Pyspider 在 Windows 系统上安装报错的问题

windows下安装torchvision报错的解决方案

关于zabbix agent for windows安装后server端报错的问题解决方法

Windows Server 2008 R2 安装oracle10g报错的解决方法

解决MongoDB安装报错的好帖

Linux (二十四)从windows上编辑shell的脚本,在linux运行报错的解决方案