码迷,mamicode.com
首页 > Windows程序 > 详细

windows安装channels报错的解决方案

时间:2018-12-02 14:25:00      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:frame   .com   pip   work   ffline   visual   channel   c++   遇到   

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报错的解决方案

标签:frame   .com   pip   work   ffline   visual   channel   c++   遇到   

原文地址:https://www.cnblogs.com/huang-yc/p/10053105.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!