Cannot install MAGeCK-VISPR on Windows

Issue #63 resolved
Former user created an issue

Hi,

I followed the instruction and installed Python v3.7 Miniconda -

I opened the powershell prompt, and ran

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

Then I tried to install the package as the instruction but I am running into this error (screen shot attached).

How do I resolve the conflicts in packages? Many thanks in advance!

Comments (1)

  1. Wei Li

    First, MAGeCK-VISPR has not been tested in Windows system. You may try other platforms instead (mac or linux). Second, this is related to a known issue from conda on resolving dependencies. Try mamba (see updated README) instead.

  2. Log in to comment