Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/17.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 链接:错误LNK2001:未解析的外部符号初始化___Python_Cubes - Fatal编程技术网

Python 链接:错误LNK2001:未解析的外部符号初始化__

Python 链接:错误LNK2001:未解析的外部符号初始化__,python,cubes,Python,Cubes,我正在学习如何使用Cubes服务器,我安装了git desktop,并按照视频4:10的说明使用git bash尝试了以下命令 $git clone https://github.com/Stiivi/cubes.git $git clone https://github.com/Stiivi/cubes-examples.git $pip install sqlalchemy werkzeug $cd cubes $python setup.py install 但是我得到了错误 链接:错

我正在学习如何使用Cubes服务器,我安装了git desktop,并按照视频4:10的说明使用git bash尝试了以下命令

$git clone https://github.com/Stiivi/cubes.git
$git clone https://github.com/Stiivi/cubes-examples.git

$pip install sqlalchemy werkzeug
$cd cubes
$python setup.py install
但是我得到了错误

链接:错误LNK2001:未解析的外部符号初始化__ build\temp.win32-2.7\Release\grako\test\grammar\uuuuuu init\uuuuuuuuu.lib:致命 错误LNK1120:1未解析的外部错误:安装程序脚本已退出 错误:命令 'C:\Users\saiki\AppData\Local\Programs\Common\Microsoft\Visual Python 9的VC++ \bin \Link .exe在退出状态1120下失败 我如何解决这个问题