-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openssl install failure on MacOS Monterey M1 (arm64) for R 4.2.0 ("Vigorous Calisthenics") #101
Comments
That is certainly wierd. What do you get for these in your shell: arch
which pkg-config
pkg-config --modversion libssl |
Here is what I get from each of those commands:
Thanks in advance. |
hi, not sure whether this is related but perhaps might be. R-CMD-CHECK for my package is failing due to openssl not building from source on windows-latest. Log from Github Actions:
|
I have the same problem for MacOS Ventura M1 (arm64) R 4.2.2
|
To follow up on my previous comment, the problem was that my homebrew was installed |
Hi,
I recently upgraded my R version to the latest release (4.2.0, 2022-04-22). I am receiving this error message when installing
openssl
package. I have tried installing from both CRAN and GitHub:Current session Info:
I have [email protected] installed on my machine with homebrew, with the following configurations in my
~/.zshrc
file:Any ideas? I noticed the issue about a week after downloading and installing the new R version when I tried using the
googlesheets4
package.The text was updated successfully, but these errors were encountered: