使用 MAC 10.11.6 在 R 中安装 RODBC 包
Posted
技术标签:
【中文标题】使用 MAC 10.11.6 在 R 中安装 RODBC 包【英文标题】:install RODBC package in R with MAC 10.11.6 【发布时间】:2018-01-14 19:49:46 【问题描述】:如何?当我尝试安装软件包时,我收到以下消息: install.packages 中的警告:安装包“RODBC”的退出状态非零
【问题讨论】:
您在 R-Studio 中尝试过吗?我刚试了一下,效果很好。 你用什么代码安装包?你的 R 版本是多少? 是的,我使用 R-Studio 和 R 版本 3.3.3 ...> install.packages("RODBC") @Adriana 你解决过这个问题吗?我也遇到了同样的问题 我从来没有解决过这个问题。我在工作时切换到了 Windows。但是在家里我仍然有 mac 【参考方案1】:是的,我使用 R-studio 和 R 版本 3.3.3
install.packages("RODBC") 仅以源代码形式提供的包,可能需要编译 C/C++/Fortran: 'RODBC' 你想尝试从源代码安装这些吗? 是/否:是 安装源包“RODBC”
robando la URL 'https://ftp.cixug.es/CRAN/src/contrib/RODBC_1.3-15.tar.gz'
内容类型 'application/x-gzip' 长度 1163967 字节 (1.1 MB)
已下载 1.1 MB
正在安装源包'RODBC' ... ** 成功解包“RODBC”包并检查 MD5 和 xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun xcrun:错误:无效的活动开发者路径 (/Library/Developer/CommandLineTools),缺少 xcrun:/Library/Developer/CommandLineTools/usr/bin/xcrun 检查 gcc ... gcc 检查 C 编译器是否工作...否 配置:错误:在/private/var/folders/53/q5kf3z8s04g1l503m_bc8r0m0000gn/T/Rtmp2PVcl4/R.INSTALL3fe144515381/RODBC':
configure: error: C compiler cannot create executables
See
config.log' 以获取更多详细信息
错误:包“RODBC”配置失败
删除“/Library/Frameworks/R.framework/Versions/3.3/Resources/library/RODBC”
install.packages 中的警告:
安装包“RODBC”的退出状态非零
下载的源码包在 '/private/var/folders/53/q5kf3z8s04g1l503m_bc8r0m0000gn/T/RtmpXn5bsr/downloaded_packages'
【讨论】:
以上是关于使用 MAC 10.11.6 在 R 中安装 RODBC 包的主要内容,如果未能解决你的问题,请参考以下文章