标签:命令行 官网 工具 include tty 安装 sof windows 微软
这个包已经很老了尽量不要用,不过有些包依赖它,要编译工具,
会提示error: Microsoft Visual C++ 14.0 is required,缺少 Microsoft Visual C++ 14.0
或 Windows Kits\10\include\10.0.18362.0\ucrt\inttypes.h 之类的
解决:
1、找到visualcppbuildtools构建工具,可以去微软官网找,安装了
2、在安装的命令行下设置环境变量,set CL=-FI"%VCINSTALLDIR%Tools\MSVC\14.11.25503\include\stdint.h",
其中VCINSTALLDIR是你安装的路径,设置后应该像这样:CL="D:\software\vs\VC\Tools\MSVC\14.26.28801\include",可以set CL查看
3、pip install pycrypto或其他依赖其的包即可。
标签:命令行 官网 工具 include tty 安装 sof windows 微软
原文地址:https://www.cnblogs.com/willaty/p/13187015.html