简体   繁体   English

错误:命令“gcc”失败,退出状态为 1 -Python3.7 MacOs Catalina

[英]error: command 'gcc' failed with exit status 1 -Python3.7 MacOs Catalina

I was trying to install superset by pip and the error occurs.我试图通过 pip 安装 superset 并且发生错误。

I've already tried我已经试过了

sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /须藤安装程序 -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /

but I found there are no such packages on macOS Catalina.但我发现 macOS Catalina 上没有这样的软件包。

That package does not exist on Catalina. Catalina 上不存在该软件包。 After installing Xcode Beta on Catalina beta, the headers are available on:在 Catalina beta 上安装 Xcode Beta 后,头文件可用于:

/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/

You may have to adjust your library path您可能需要调整您的库路径

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 通过 pip 错误(macos)安装瓶颈错误:瓶颈的构建轮失败; 错误:命令“gcc”失败,退出状态为 1 - install bottleneck by pip error (macos) ERROR: Failed building wheel for bottleneck; error: command 'gcc' failed with exit status 1 错误命令gcc失败,退出状态为1 - error command gcc failed with exit status 1 无法为 python 3.8.0 安装 pyobjc-core MacO(命令“gcc”失败,退出状态为 1) - Cannot install pyobjc-core MacOs for python 3.8.0 (command 'gcc' failed with exit status 1) GCC错误:命令'gcc-4.0'失败,退出状态为1 - GCC error: command 'gcc-4.0' failed with exit status 1 biopython安装:错误:命令“ gcc”失败,退出状态为1 - biopython installation: error: command 'gcc' failed with exit status 1 安装PIL 1.1.6。 (错误:命令“ gcc”失败,退出状态为1) - Installing PIL 1.1.6. ( error: command 'gcc' failed with exit status 1 ) 错误:安装crf ++时,命令'gcc'失败,退出状态为1 - Error: command 'gcc' failed with exit status 1 while installing crf++ 错误:命令'gcc'在安装pygresql时失败,退出状态为1 - error : command 'gcc' failed with exit status 1 while installing pygresql 在 mac 上安装 pygame 时出错:错误:命令“gcc”失败,退出状态为 1 - error when installing pygame on mac: error: command 'gcc' failed with exit status 1 安装 psycopg2 完全失败。 巨大的错误消息(例如错误:命令 'gcc' failed with exit status 1) - Installing psycopg2 fails completely. Huge error message (such as error: command 'gcc' failed with exit status 1)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM