gpt4 book ai didi

python - 安装 PyCurl 时出错

转载 作者:太空狗 更新时间:2023-10-29 22:16:53 26 4
gpt4 key购买 nike

我尝试通过 pip 安装 pycurl。它没有用,而是给了我这个错误。

running install

running build

running build_py

running build_ext

building 'pycurl' extension

gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv
-Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc
-arch x86_64 -pipe -DHAVE_CURL_SSL=1 -I/System/Library/Frameworks/
Python.framework/Versions/2.6/include/python2.6 -c src/pycurl.c -o
build/temp.macosx-10.6-universal-2.6/src/pycurl.o

src/pycurl.c:85:4: warning: #warning "libcurl was compiled with SSL
support, but configure could not determine which " "library was used;
thus no SSL crypto locking callbacks will be set, which may " "cause
random crashes on SSL requests"

/usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/
../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/
ppc/as) for architecture ppc not installed

Installed assemblers are:

/usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64

/usr/bin/../libexec/gcc/darwin/i386/as for architecture i386

src/pycurl.c:85:4: warning: #warning "libcurl was compiled with SSL
support, but configure could not determine which " "library was used;
thus no SSL crypto locking callbacks will be set, which may " "cause
random crashes on SSL requests"

src/pycurl.c:3906: fatal error: error writing to -: Broken pipe

compilation terminated.

src/pycurl.c:85:4: warning: #warning "libcurl was compiled with SSL
support, but configure could not determine which " "library was used;
thus no SSL crypto locking callbacks will be set, which may " "cause
random crashes on SSL requests"

lipo: can't open input file: /var/tmp//ccspAJOg.out (No such file or
directory)

error: command 'gcc-4.2' failed with exit status 1

最佳答案

我用这个让它工作

sudo env ARCHFLAGS="-arch x86_64" pip install pycurl

关于python - 安装 PyCurl 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6403757/

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