Skip to content

conda env create --file errors one package at a time #6073

@mivade

Description

@mivade

When trying to create a new environment from a environment YAML file that was created on one operating system, I get errors such as the following when running on another OS:

ResolvePackageNotFound: 
  - pango 1.39.0 1

The problem is that as soon as I comment the offending package out (since it is likely not a hard requirement, but rather just something that happened to be installed by whomever created the environment file), I just get another similar error for another package.

Considering it can take 10s of seconds before getting this error, it would be especially helpful to be presented with a list of all packages that can't be found instead of having to hunt them one at a time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    locked[bot] locked due to inactivityplugins::envpertains to conda-envsource::communitycatch-all for issues filed by community membersstale[bot] marked as stale due to inactivitystale::closed[bot] closed after being marked as staletype::featurerequest for a new feature or capability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions