-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unable to install hdf5r package - MacOS, R 4.1 #175
Comments
This might help. #171 (comment) On an M1 Mac the comment from above allowed R to find hdf5 but still could not install. :(
|
I've managed to install hdf5r 1.3.2; however, I am now getting this error. Any ideas on how to fix this? Error: package or namespace load failed for ‘hdf5r’ in dyn.load(file, DLLpath = DLLpath, ...): |
I was wondering if I can get the result of the following scripts? Open R, run sessionInfo()
R.version Then open your terminal, type
If Thanks |
#171 (comment) this worked for me after I just upgraded to newest version of R (ARM). Thank you @dipterix !
|
Hello, I recently upgraded R to version 4.1 and am no longer able to install hdf5r (Warning in install.packages installation of package 'hdf5r' had non-zero exit status). If I install from source, I get the following error: Error: package or namespace load failed for 'hdf5r' in dyn.load. I've also tried to install from brew (Terminal); however, R does not seem to recognize that it is installed. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: