PackagesNotFoundError

Hi there!

I am a super-beginner Conda user. I started by installing Miniforge 3 and adding conda-forge and bioconda channels. I wanted to run a software for mapping RNA-seq reads called EDGE-pro. The software was not available on conda-forge or bioconda channels. Upon searching Anaconda, i found it under compbiocore. I installed compbiocore channel using: conda config --append channels compbiocore. In a new environment, I then tried to install Edge-pro using the command: conda install --channel “compbiocore” edge-pro. However, I received the following message:
Channels:

  • compbiocore
  • bioconda
  • conda-forge
    Platform: osx-arm64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • edge-pro

Current channels:

I am not sure how to proceed. I would greatly help any help in this regard.

It’s there -/ but only for Linux.

https://anaconda.org/compbiocore/edge-pro

What platform are you on?

1 Like