gtrichard / deepStats

deepStats: a stastitical toolbox for deeptools and genomic signals
GNU General Public License v3.0
32 stars 3 forks source link

Error: package or namespace load failed for ‘tidyverse’ #7

Closed LeilyR closed 5 years ago

LeilyR commented 5 years ago

I cannot run the code, it fails with this error: Error: package or namespace load failed for ‘tidyverse’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/the/path/to/my/miniconda3/envs/deepstats/lib/R/library/haven/libs/haven.so': the/path/to/my/miniconda3/envs/deepstats/lib/R/library/haven/libs/haven.so: undefined symbol: libiconv Execution halted

gtrichard commented 5 years ago

How did you install it ?

LeilyR commented 5 years ago

via conda

gtrichard commented 5 years ago

Related to https://github.com/gtrichard/deepStats/issues/6

LeilyR commented 5 years ago

previously i was conda create -c bioconda -c conda-forge -n deepStats python=3.7 conda activate deepStats conda install deepstats and I was producing that error , doing it as it is said in documentation conda create -c bioconda -c conda-forge -n deepStats python=3.7 deepStats conda activate deepStats solved the issue.