KlugerLab / GeneTrajectory

R implementation of GeneTrajectory
https://www.nature.com/articles/s41587-024-02186-3
50 stars 9 forks source link

python virtual environment created successfully function call problem #16

Open Angle28 opened 4 days ago

Angle28 commented 4 days ago

Hello, I would like to ask you, after the virtual environment is successfully created, what is the Error of reticulate::use_virtualenv('gene_trajectory')? Error in python_config_impl(python): Error 1 occurred running /share/home/bgi_idbmarx/.virtualenvs/gene_trajectory/bin/python: Resource temporarily unavailable Traceback:

1.reticulate::use_virtualenv("gene_trajectory") 2.use_python(python, required = required) 3.python_config(python) 4.python_config_impl(python) 5.stop("Error ", status, " occurred running ", python, ": ", errmsg)