iS-CellR
iS-CellR copied to clipboard
Installation error
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
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
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