iS-CellR icon indicating copy to clipboard operation
iS-CellR copied to clipboard

Installation error

Open martaint opened this issue 6 years ago • 2 comments

Hi,

I run into an installation error, using the command shiny::runGitHub("iS-CellR", "immcore")

I get:

Error in initialize_python(required_module, use_environment) : 
  Python shared library '/usr/lib/libpython2.7.so' not found, Python bindings not loaded.

Any idea how to solve it? Thanks a lot!

Marta

martaint avatar Dec 19 '18 09:12 martaint

I could solve the error running

apt-get update
apt-get install -y libpython-dev

but now I got this new error

Error in py_module_import(module, convert = convert) : ImportError: No module named umap

I have installed umap-learn following the instructions form the umap github page, so I don't really understand what can be the problem.

Thanks!

Marta

martaint avatar Dec 19 '18 10:12 martaint

Hi Marta,

All the dependencies of the tool should be installed automatically when run first time. Could you please check that R package "reticulate" is installed and in the PATH?

I assume you have downloaded latest version.

Many thanks, Mitul

immcore avatar Jan 22 '19 10:01 immcore