Skip to content

Creating conda environment as described in the contributing guidelines gives ResolvePackageNotFound error #3549

Description

@r-beer

MCVE Code Sample

Following the contributing to xarray guidelines I tried to create the xarray-test environment as follows:

# Create and activate the build environment
conda env create -f ci/requirements/py36.yml

Expected Output

Creates conda environment, such that conda activate xarray-tests can be used to activate it.

Problem Description

The creation of the conda environment fails, indicating ResolvePackageNotFound error:

Collecting package metadata: done
Solving environment: failed

ResolvePackageNotFound:
  - pynio
  - cdms2

After some searching I tried to first create the conda environment and subsequently updating it

conda env update -f ci/requirements/py36.yml

but this resulted in the same error:

Collecting package metadata: done
Solving environment: failed

ResolvePackageNotFound:
  - pynio
  - cdms2

Output of xr.show_versions()

Doesn't make sense for this issue, does it?

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