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

issue installing cnv_facets using conda #55

Open
dalalsult opened this issue Jun 1, 2023 · 6 comments
Open

issue installing cnv_facets using conda #55

dalalsult opened this issue Jun 1, 2023 · 6 comments

Comments

@dalalsult
Copy link

I've attempted to install cnv_facets package using:

conda create -n facets
conda activate facets
conda install -c bioconda -c conda-forge cnv_facets

It's taking forever to install and is stuck at solving environment (10 hours). Is anyone experiencing the same problem?

@dariober
Copy link
Owner

dariober commented Jun 1, 2023

Try using mamba instead of conda (I should update the README).
After installing it, instead of

conda install -c bioconda -c conda-forge cnv_facets

use

mamba install -c bioconda -c conda-forge cnv_facets

@dalalsult
Copy link
Author

dalalsult commented Jun 1, 2023

Thanks, that seemed to work.
However, I've come across another issue when trying to run cnv_facets.R -h
Error: package or namespace load failed for ‘facets’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/dalal/miniconda3/envs/cnv_facets/lib/R/library/facets/libs/facets.so':
libgfortran.so.4: cannot open shared object file: No such file or directory
Execution halted

I installed libgfortran but this doesn't seem to solve the issue.

@dariober
Copy link
Owner

dariober commented Jun 1, 2023

Can you give some details about your system? I googled libgfortran.so.4: cannot open shared object file and there may be some relevant hits you could try to follow.

@dalalsult
Copy link
Author

Sure, here's a few details of the shared server:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
Kernel: Linux 5.4.0-107-generic
Architecture: x86-64

Please let me know if you require any other details.

@fgvieira
Copy link

fgvieira commented Aug 2, 2024

Having the same issue!

@dariober
Copy link
Owner

Hello- apologies for keeping quiet... At the moment, I cannot reproduce the issue either locally or on github actions. I run the test suite on Ubuntu 20 and 22 and it looks fine see https://github.com/dariober/cnv_facets/actions/runs/10355003504

The workflow executed on github is https://github.com/dariober/cnv_facets/blob/master/.github/workflows/main.yml

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

3 participants