Open MohamedAbdalfatah opened 1 year ago
Hi, using mamba instead of conda will fix this problem.
conda install mamba
mamba create -n celescope -y --file conda_pkgs.txt
Thank you There is any solution to use only conda?
I am afraid that mamba is the only solution here. If you are worried that mamba will mess up your base conda environment or you cannot install mamba in the base environment, you can create a new environment for installation, for example
conda create -y -n mamba_install mamba
conda activate mamba_install
then install celescope
mamba create -n celescope -y --file conda_pkgs.txt
Describe the bug Hi, I'm trying ti install celescope and I found a problem during the instlation using conda
To Reproduce
it is return
How can I deal with this? Best Mohmed