-
Notifications
You must be signed in to change notification settings - Fork 28
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
ImportError: libicuuc.so.58: cannot open shared object file: No such file or directory #43
Comments
I have the same question. |
i have the same question,could you tell me how to solve that~thanks |
if you have the problem like this, the lack of libicuuc.so.58 is the reason, you could build soft link; Traceback (most recent call last): File "/usr/lishasha/biosoft/miniconda3/envs/plasflow/bin/PlasFlow.py", line 50, in from rpy2.robjects.packages import importr File "/usr/lishasha/biosoft/miniconda3/envs/plasflow/lib/python3.5/site-packages/rpy2/robjects/init.py", line 16, in import rpy2.rinterface as rinterface File "/usr/lishasha/biosoft/miniconda3/envs/plasflow/lib/python3.5/site-packages/rpy2/rinterface/init.py", line 92, in from rpy2.rinterface._rinterface import (baseenv, ImportError: libicuuc.so.58: cannot open shared object file: No such file or directory ImportError: libicuuc.so.58: cannot open shared object file: No such file or directory |
I have met similar problem ,how can I could solve it ? |
I had install plasflow following the “Conda-based - recommended” by miniconda3.
command:
conda config --add channels bioconda
conda config --add channels conda-forge
conda create --name plasflow python=3.5
source activate plasflow
conda install -c jjhelmus tensorflow=0.10.0rc0
conda install plasflow -c smaegol
after all of the dependencies being installed, run
~/biosoft/miniconda3/envs/plasflow/bin/PlasFlow.py --input plasflow.test.fa --output W3
then, the erro occured like this:
Traceback (most recent call last): File "/usr/lishasha/biosoft/miniconda3/envs/plasflow/bin/PlasFlow.py", line 50, in <module> from rpy2.robjects.packages import importr File "/usr/lishasha/biosoft/miniconda3/envs/plasflow/lib/python3.5/site-packages/rpy2/robjects/__init__.py", line 16, in <module> import rpy2.rinterface as rinterface File "/usr/lishasha/biosoft/miniconda3/envs/plasflow/lib/python3.5/site-packages/rpy2/rinterface/__init__.py", line 92, in <module> from rpy2.rinterface._rinterface import (baseenv, ImportError: libicuuc.so.58: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: