Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/142.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 使用pip安装imagehash;Microsoft Visual C++;要求10.0_Python_C++_Windows 10 - Fatal编程技术网

Python 使用pip安装imagehash;Microsoft Visual C++;要求10.0

Python 使用pip安装imagehash;Microsoft Visual C++;要求10.0,python,c++,windows-10,Python,C++,Windows 10,我试图通过运行pip install imagehash在Win10 64x和Python 3.4.3上安装。但是,我得到一个错误: Setup script exited with error: Microsoft Visual C++ 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.microsoft.com/download/details.aspx?id=8279 当我得到那个软件包时,它说我已经安装了.NE

我试图通过运行
pip install imagehash
在Win10 64x和Python 3.4.3上安装。但是,我得到一个错误:

Setup script exited with error: Microsoft Visual C++ 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.microsoft.com/download/details.aspx?id=8279
当我得到那个软件包时,它说我已经安装了.NETFramework4,好的。但是我进入安装选项页面,它说我没有.NET框架4,所以它不会让我安装Visual C++编译器!我下载了.NETFramework4安装程序,但它说我已经安装了它,所以我不知所措

从另一个答案中,我尝试将
VS100COMNTOOLS
设置为
vs140comnools
,但这并没有影响任何事情