pixi icon indicating copy to clipboard operation
pixi copied to clipboard

Better error message for missing local channel

Open nichmor opened this issue 1 year ago • 0 comments

Checks

  • [X] I have checked that this issue has not already been reported.

  • [X] I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

[project]
name = "resnet"
version = "0.1.0"
description = "Add a short description here"
authors = ["Nichita Morcotilo <[email protected]>"]
channels = ["../local", "conda-forge"]
platforms = ["osx-arm64"]

[dependencies]
pytorch = "*"

Issue description

Having defined a local channel in channels = ["../local", "conda-forge"] will show following error:

Screenshot 2024-04-22 at 19 13 54

Expected behavior

As a user I would like to see more friendly error message indicating what channel pixi can't find

nichmor avatar Apr 22 '24 16:04 nichmor