-
Notifications
You must be signed in to change notification settings - Fork 95
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
R installation hangs on rdh5f issue #259
Comments
Same here:
Session: R version 4.1.2 (2021-11-01) Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I had the same problem, but it was solved by using lower version of R. |
same issue here (using R 4.1.2) - a quick fix with no warranty that all functionality is preserved: (1) in Terminal: |
I am running R 4.1.1 and tried the above solution. I was able to install sleuth this way |
I had the exact same error message originally posted. After trying the above fix I too was able to install and load sleuth. Thanks @passt and @jhdcate ! I will be running through the tutorial this week and will post a new issue if things are running weird. |
I had the same error and was able to fix it by removing the last line in NAMESPACE. I wonder if you guys have any functionality working weird? |
@rekado: It appears to me that this broke |
I did a bit of digging: All this seems to go back to grimbough/rhdf5@7a96f27 which was merged as part of grimbough/rhdf5#87. Apparantly this was intentional and requires downstream changes (see grimbough/rhdf5#98 for details). On the other hand a quick
I also checked the @warrenmcg, @pimentel: @rekado: Would patching |
Hi all, I suffered the same issue trying to install sleuth, any idea when this will officially be patched ? Thanks ! |
@bopekno: AFAICT the maintainers of sleuth are either busy right now or have given up on the tool completely. That is also why I am hesitant to help adressing some of the open issues by PRs since I don't know if they'll ever get merged. 😞 |
Worked for me with R 4.1.2 on FreeBSD 13.0 (clang 11). Thanks! |
@outpaddling: Note that installing |
I have the same problem.
|
@fabifuu: Have you tried the workaround suggested above? |
Thanks for the tip. Honestly, though, I'll leery about relying on software that hasn't been maintained for 2 years and for which published install instructions don't work. If support resumes at some point, I'll reexamine Sleuth, but for now I'm going to use DESeq2 for my DE needs. |
Oh God, it works smoothly. Thanks for the help! Edit: I'm use R 4.1.2 in Ubuntu 20.04 |
@mschilli87 Thanks for providing a more robust fix! |
@passt: Thanks for sharing the original fix to begin with. 😉 |
It works! Dude u are just my Superhero : ) |
Hi all, thanks for the discussion -- I've primarily been busy with kallisto and other projects but I'll try to get to working on sleuth sometime later this year (including fixing these issues and adding new features). I apologize for the delay. Thanks for the pull request @mschilli87 -- from now on, please tag me in any issues related to sleuth (I promise sleuth is on my radar and we have no plans to retire this package anytime soon :) ). |
Using R version 4.1.1, I get the following error trying to install:
Error: object ‘h5write.default’ is not exported by 'namespace:rhdf5'
This is after using:
BiocManager::install("rhdf5")
The text was updated successfully, but these errors were encountered: