Skip to content
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

[conda] r-phangorn misses depenency openblas #99

Open
lmuenter opened this issue Jun 15, 2020 · 2 comments
Open

[conda] r-phangorn misses depenency openblas #99

lmuenter opened this issue Jun 15, 2020 · 2 comments

Comments

@lmuenter
Copy link

lmuenter commented Jun 15, 2020

Hey there, thanks for the package! However, when installing via conda, the dependency openblas is missing. Maybe this can be added?

phangorn install

conda install -c r r-phangorn

The error message:

Error: package or namespace load failed for ‘phangorn’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '~/conda/envs/phangorn_env/lib/R/library/phangorn/libs/phangorn.so':
libopenblas.so.0: cannot open shared object file: No such file or directory

@KlausVigo
Copy link
Owner

Dear @lmuenter
this seems to be a problem with conda, not with phangorn. I am not involved with the conda packaging and I am sorry but can't help with it. I like the idea that one has only one way to install lots of packages with conda, but installing packages in R with install.packages("phangorn") is very robust and I never had problems.
Regards,
Klaus

@lmuenter
Copy link
Author

Hello @KlausVigo
Thanks for the info! My problem could be resolved easily (you just need to install openblas). I just wanted to inform you nonetheless.
I'm using conda, since other dependencies for my pipeline are available via conda. These dependencies are programs written in various languages. Additionally, I wrote several scripts utilizing phangorn, ggtree and other R-packages. I figured it would be a good way to make everything reproducible by just providing a environment.yml with the pipeline's repository.
Best wishes,

Lukas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants