Skip to content

conda env create -f bin/INSPIIRED.conda.yml --> ResolvePackageNotFound #9

Description

@jwhite007

I would really appreciate some help with the following. Thanks.

System

  • Red Hat Enterprise Linux Server release 6.6 (Santiago)
  • conda 4.9.2 (miniconda)
    • channels: r, conda-forge, bioconda, defaults

Command

$ conda env create -f bin/INSPIIRED.conda.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  \- mkl==11.3.3=0
  \- pango==1.39.0=0
  \- glib==2.43.0=2
  \- numpy==1.11.0=py27_1
  \- freetype==2.5.5=1
  \- git==2.6.4=0
  \- harfbuzz==0.9.39=0
  \- r-getopt==1.20.0=r3.2.2_0
  \- cffi==1.6.0=py27_0
  \- tk==8.5.18=0
  \- libpng==1.6.17=0
  \- jpeg==8d=0
  \- pyopenssl==0.16.0=py27_0
  \- curl==7.49.0=0
  \- biopython==1.67=np111py27_0
  \- cairo==1.12.18=6
  \- libtiff==4.0.6=2
  \- cryptography==1.4=py27_0
  \- pycparser==2.14=py27_1
  \- libxml2==2.9.3=0
  \- python==2.7.11=0
  \- pcre==8.31=0
  \- readline==6.2=2

I then do the following which results in a much shorter list:

$ export CONDA_RESTORE_FREE_CHANNEL=1
$ conda env create -f bin/INSPIIRED.conda.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - libxml2==2.9.3=0
  - glib==2.43.0=2
  - r-getopt==1.20.0=r3.2.2_0

I then update bin/INSPIIRED.conda.yml with versions that are found in my channels:
- libxml2=2.9.3=6
- glib=2.43.0=1
- r-getopt=1.20.0

which results in what seems like hundreds of Package conflicts, e.g.:

Package r-boot conflicts for:
r==3.2.2=0 -> r-recommended==3.2.2 -> r-boot
r-boot==1.3_17=r3.2.2_0a
r-recommended==3.2.2=r3.2.2_0 -> r-boot

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions