Skip to content
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

enviroment install failed #108

Open
Sunyp-IM opened this issue Nov 26, 2022 · 1 comment
Open

enviroment install failed #108

Sunyp-IM opened this issue Nov 26, 2022 · 1 comment

Comments

@Sunyp-IM
Copy link

Dear authors,

I tried to run the tutorial but get stuck in the environment install step. I ran the following command as guided:

conda env create -f sc_tutorial_environment.yml

During this process was running, the memory of my computer was gradually used up until the process was killed. My computer has a RAM of 16 G, which I thought should be large enough for dealing with most general computation problems. So I wonder what kind of computer configuration is needed to run this tutorial. And is there something wrong with my operation?

Best regards

@LuckyMD
Copy link
Contributor

LuckyMD commented Nov 28, 2022

Hi @Sunyp-IM,

You were just installing the environment and not running any of the notebooks with the conda env create command. This is suggests that you do not have enough free memory to install conda packages. This has little to do with the tutorial itself. You can try to use the docker image instead if you cannot install the packages, but I assume the tutorial itself will not run either if you cannot install the packages. I have run the tutorial on a 16GB laptop... but whether or not it will run on this depends on whether you have other processes taking up your memory and how big the dataset you are using is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants