安装时提示错误,Your 64-bit Linux host is missing the 32-bit libraries requied to install and use Sourcery CodeBench 这时需要安装32位模拟器 sudo apt-get install ia32-libs 继续安装codesourcery(在运行之前需把arm-2013.11-xxx.bin添加运行属性,用命令 chmod +x arm-2013.11-xxx.bin ,这样它的名字变成绿色的了)…
问题描述: 使用pip安装包时报错,error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat) 环境: python2.7/window10/vs2017 原因分析: 系统中没有安装visual c++ 9.0的编译器,导致从源代码安装的pip包编译失败 解决方案: 下载安装Microsoft Visual C++ Compiler for Python 2.7 https://www.microsoft.…