cellxgene_VIP icon indicating copy to clipboard operation
cellxgene_VIP copied to clipboard

Error in installation of .yml file

Open williestyle925 opened this issue 2 years ago • 1 comments

Hi, thank you for the great work!

After trying a few hours to solve the installation problems, I still face errors while running the conda environment from VIP_conda_R.yml.

Solving environment: failed ResolvePackageNotFound: ....

I then put the required functions under --pip, and the package conflict of several package showed up.

Would anyone face the same issues and how to deal with this error? Many thanks to your reply!

williestyle925 avatar May 18 '22 19:05 williestyle925

Sorry for the delayed reply! @williestyle925

conda solver could be very slow. Please try the following by using mamba:

conda install -c conda-forge mamba
conda create -n <your envname>
mamba env update -n <your envname> -f VIP_conda_R.yml
conda activate <your envname>

This should be much faster.

Please let me know. Thanks!

likejie avatar Jun 14 '22 20:06 likejie