Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.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 安装编译器后,使用加速功能重新安装SQLAlchemy_Python_Macos_Sqlalchemy_Clang - Fatal编程技术网

Python 安装编译器后,使用加速功能重新安装SQLAlchemy

Python 安装编译器后,使用加速功能重新安装SQLAlchemy,python,macos,sqlalchemy,clang,Python,Macos,Sqlalchemy,Clang,我尝试使用pip3安装sqlalchemy安装sqlalchemy,但我没有安装clang,因此它警告“未启用加速”。如何在OS X Yosemite上获得clang,然后如何重新安装sqlalchemy command '/usr/bin/clang' failed with exit status 1 WARNING: The C extension could not be compiled, speedups are not enabled. Failure information, i

我尝试使用
pip3安装sqlalchemy
安装
sqlalchemy
,但我没有安装
clang
,因此它警告“未启用加速”。如何在OS X Yosemite上获得
clang
,然后如何重新安装
sqlalchemy

command '/usr/bin/clang' failed with exit status 1
WARNING: The C extension could not be compiled, speedups are not enabled.
Failure information, if any, is above.
Retrying the build without the C extension now.
WARNING: The C extension could not be compiled, speedups are not enabled.
Plain-Python build succeeded.

要获得clang,您需要从应用商店安装XCode

之后,您可以使用
pip install--upgrade--force重新安装SQLAlchemy