wdecoster / NanoPlot

Plotting scripts for long read sequencing data
http://nanoplot.bioinf.be
MIT License
413 stars 47 forks source link

cannot install using conda #234

Closed akshayMpatel closed 3 years ago

akshayMpatel commented 3 years ago

$ conda install -c bioconda nanoplot Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: - Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

wdecoster commented 3 years ago

This doesn't look like an issue specific to NanoPlot, but rather something about your conda setup. Please try by installing in a fresh environment using conda create -n nanoplot -c bioconda nanoplot

akshayMpatel commented 3 years ago

Okay this worked, but I suppose it usually only works within its own environment?

wdecoster commented 3 years ago

Glad to hear this worked! It probably depends on how much you have already installed in your base environment.