velocyto.R icon indicating copy to clipboard operation
velocyto.R copied to clipboard

Installing velocyto.R throu conda -c bioconda issue

Open qoiopipq opened this issue 4 years ago • 0 comments

Hi,

I've been trying to install velocyto.R by using conda install -c bioconda r-velocyto.r. I managed to install it under a conda environment. However, when I tried to call library(velocyto.R) it shows:

Error in dyn.load("~/anaconda3/envs/velocyto_r/lib/R/library/velocyto.R/libs/velocyto.R.dylib") : unable to load shared object '/Users/aliu/anaconda3/envs/velocyto_r/lib/R/library/velocyto.R/libs/velocyto.R.dylib': dlopen(/Users/aliu/anaconda3/envs/velocyto_r/lib/R/library/velocyto.R/libs/velocyto.R.dylib, 6): Library not loaded: @rpath/libopenblasp-r0.3.7.dylib Referenced from: /Users/aliu/anaconda3/envs/velocyto_r/lib/R/library/velocyto.R/libs/velocyto.R.dylib Reason: image not found

I've checked that i've installed openblas: (velocyto_r) svi-3977:anaconda3 aliu$ conda list | grep -e blas libblas 3.8.0 16_openblas conda-forge libcblas 3.8.0 16_openblas conda-forge liblapack 3.8.0 16_openblas conda-forge libopenblas 0.3.9 h3d69b6c_0 conda-forge openblas 0.3.9 h2f2564b_0 conda-forge

Any ideas how to fix it? Thanks!

qoiopipq avatar Mar 25 '20 03:03 qoiopipq