Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/python-2.7/5.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/104.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 2.7 在windows中安装scrypt时出现错误,如;错误:找不到vcvarsall.bat“;_Python 2.7_Scrypt - Fatal编程技术网

Python 2.7 在windows中安装scrypt时出现错误,如;错误:找不到vcvarsall.bat“;

Python 2.7 在windows中安装scrypt时出现错误,如;错误:找不到vcvarsall.bat“;,python-2.7,scrypt,Python 2.7,Scrypt,我尝试使用“pip install scrypt”进行安装 但我得到的错误是: 错误:找不到vcvarsall.bat 即使我像下面这样手动尝试: /* C:\Users\Admin\Downloads\scrypt-0.6.1>python setup.py install running install running build running build_py running build_ext building '_scrypt' extension error: U

我尝试使用“pip install scrypt”进行安装

但我得到的错误是:

错误:找不到vcvarsall.bat

即使我像下面这样手动尝试:

/* C:\Users\Admin\Downloads\scrypt-0.6.1>python setup.py install

running install

running build

running build_py

running build_ext

building '_scrypt' extension

error: Unable to find vcvarsall.bat */

不是问问题的根源,但您是否尝试过
pip install scrypt
?这可能有帮助: