gpt4 book ai didi

python - Mac 上的 pyodbc 安装问题

转载 作者:太空宇宙 更新时间:2023-11-03 18:25:55 24 4
gpt4 key购买 nike

我正在尝试在我的 Mac 上安装 pyodbc,因为我想连接到 SQL 服务器,并且我已经浏览了很多论坛才能使其正常工作。除了 pyodbc 之外,所有内容都已安装(我尝试过 pip、homebrew、easy_istall,甚至尝试使用源代码安装,但没有任何效果),它给了我以下错误:

<小时/>
(hhl)OSFOLA-034901:bin henry.humadi$ easy_install pyodbc
Searching for pyodbc
Reading https://pypi.python.org/simple/pyodbc/
Reading http://code.google.com/p/pyodbc
Reading http://code.google.com/p/pyodbc/downloads/list
Best match: pyodbc 3.0.7
Downloading http://pyodbc.googlecode.com/files/pyodbc-3.0.7.zip
Processing pyodbc-3.0.7.zip
Writing /var/folders/w4/h0nc35117x1c0psqpsm4vvlnhk02nh/T/easy_install-AFM6yU/pyodbc-3.0.7/setup.cfg
Running pyodbc-3.0.7/setup.py -q bdist_egg --dist-dir /var/folders/w4/h0nc35117x1c0psqpsm4vvlnhk02nh/T/easy_install-AFM6yU/pyodbc-3.0.7/egg-dist-tmp-G6Yp3F
warning: no files found matching 'tests/*'
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
error: Setup script exited with error: command 'cc' failed with exit status 1
<小时/>

任何人都可以帮我破译这个错误消息吗?我在某处读到它与 Xcode 5.1 有关,但我仍然不明白。

提前谢谢您。

最佳答案

Xcode 5 在遇到命令行标志时导致 clang 抛出 fatal error ,这破坏了很多东西。

像这样运行命令,它应该可以工作:ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future easy_install pyodbc

关于python - Mac 上的 pyodbc 安装问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23209434/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com