PythonError解决方案
Posted 5211314jackrose
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PythonError解决方案相关的知识,希望对你有一定的参考价值。
# pip error
pip install * 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
1.访问Unofficial Windows Binaries for Python Extension Packages
2.手动下载whl文件(cp+Python版本)
3.pip install whl目录\*-*.*.*-cp*-cp*m-win*.whl
方法2
1.下载C++ 14.0 2.解压安装 3.pip install *
以上是关于PythonError解决方案的主要内容,如果未能解决你的问题,请参考以下文章