-
Notifications
You must be signed in to change notification settings - Fork 103
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
Simplify Giotto/Python Environment Installation #227
Comments
Hi, Can you specify which Giotto version you are using with Thanks |
Hi,
|
Could you run the following lines in a fresh R session? I'd like to figure out if the environment is installed properly or if there is potentially another issue. load Giotto get the operating system list different conda environments that can be found specify to use the giotto environment check if the right environment is loaded check if modules can be found
|
Hi Ruben, Thanks for the guidance, I think the problem might lie in two giotto_environments in different locations. It is still weird why the necessary modules are installed though. On a compute node:
4 python paths, 2 giotto environments
Trying out one of the giotto enviroments - no numpy but rest looks normal
All modules were
In a new sesison, tell reticulate to use the other giotto_environment. Still no numpy
3/5 modules are available.
What should I do from here? Thanks for the help! |
At this point I would probably:
At this point you could run the previous steps again and hopefully you see that all the modules can be found. The automatic giotto environment occurs within the r-miniconda folder, but maybe there is interference from the giotto environment within the conda_envs folder. If this doesn't work, it might be a linux specific thing in which case we would need to do some further tests on a linux machine. It worked in the past, but maybe something changed. |
Hi Ruben, I did as you specified and I think I found a potential cause. After removing |
I might have found the problem. After updating the |
Hi Ruben |
Hello-
Thanks for your work and effort on GIotto, I really like using this package but the installation of the python environment modules is super finicky and not that user-friendly. I am trying to run SpatialDWLS which requires the modules not automatically installed. I have repeatedly run
installGiottoEnvironment
with bothforce_environment
andforce_miniconda
flagged as TRUE yet the errors don't get solved. 1- python.app==2 cannot be installed, so then I specified the installation of all packages except for pyhton.app, which ran successfully. Then after some processing, I try to rundoLeidenCluster
and the function fails with the following error and warnings that show that necessary packages were not installed in the Giotto environment.I would really appreciate any and all guidance with this because the vignettes seem to indicate that simply running
installGiottoEnvironment
solves everything, but that isn't the case. There are modules not installed and maybe I can't navigate the vignettes well, but I can't find resources on the website on how to get around these errors.Thanks!
The text was updated successfully, but these errors were encountered: