Mac (11.0.1 )升级 R 4.0.3 遇坑
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac (11.0.1 )升级 R 4.0.3 遇坑相关的知识,希望对你有一定的参考价值。
参考技术A 最近要玩一些新包,需要在4.0以上版本的R 里面跑,需要source安装包“Matrix”,各种报错。make: *** [Matrix.so] Error 1
ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0'
以为是gcc安装的位置不对,环境变了,以为要重新编写config
参考
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Using-gcc
仔细看完https://cloud.r-project.org/,才发现:
Important: this release uses Xcode 10.1 and GNU Fortran 8.2. If you wish to compile R packages from sources, you will need to download and GNU Fortran 8.2 - see the tools directory.
当时想吐血。安装完gfortran,顺利安装,耗时3小时。
https://github.com/fxcoudert/gfortran-for-macOS/releases
要认真读书。
MAC升级openssl
mac系统自带的openssl版本如下
$ openssl version OpenSSL 0.9.8zh 14 Jan 2016
使用homebrew安装openssl
brew install openssl
如果openssl版与新版差异较大需要升级homebrew之后重新安装。
homebrew默认安装路径如下
/usr/local/Cellar/openssl
由于系统自带的openssl存在一些权限问题,所以无法删除。为了正常使用较新版本的openssl可以用homebrew安装的openssl制作替身(即快捷方式),移动到使用位置双击打开即可。
此openssl的版本显示为1.0.2h_1。退出命令为exit(也可直接退出)
OK。
参考资料
Mac OSX EI Capitan 10.11.6升级自带Openssl
Mac10.11升级安装openssl
以上是关于Mac (11.0.1 )升级 R 4.0.3 遇坑的主要内容,如果未能解决你的问题,请参考以下文章
在 Mac OS Big Sur 11.0.1 上使用 anaconda 安装 Torch 时出现 PackagesNotFoundError
mac(10.11.5 )安装pt-query-digest所遇问题总结
Mac 下Sequel pro切换database时,卡死问题