版本声明:原创文章,转载请注明出处
错误:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
----------------------------------------
Command ""c:\program files (x86)\python\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\86330\\AppData\\Local\\Temp\\pip-install-dcfwcckc\\numpy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\86330\AppData\Local\Temp\pip-record-gf88smf7\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\86330\AppData\Local\Temp\pip-install-dcfwcckc\numpy\
出现这种错误,是因为 numpy没有安装成功,或者是以为numpy版本不正确
可以到下面地址去下载对应的版本:<

本文解决了一个常见的numpy安装问题,即缺少Microsoft Visual C++ 14.0导致的安装失败。提供了一个具体的解决方案,包括下载正确的预编译版本并使用pip进行安装。
最低0.47元/天 解锁文章
4万+

被折叠的 条评论
为什么被折叠?



