You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently updating the documentation (RoboStack/robostack.github.io#73) for https://github.com/RoboStack/ to include install steps for Pixi and the new robostack-(distribution) channels. But it looks like there's an issue with the https::/prefix.dev/robostack-humble channel. I get the following error upon invoking pixi shell -e humble -v. Tested on both Linux/WSL and windows to the same effect.
ted@SCYTHE-PH:~/robostack$ pixi shell -e humble -v
INFO pixi::environment: verifying prefix location is unchanged, with prefix file: /home/ted/robostack/.pixi/envs/conda-meta/pixi_env_prefix
INFO pixi::lock_file::update: the lock-file is up-to-date
INFO pixi::lock_file::update: Updating prefix
download & extract [00:00:01] [━━━━━━━━━━━━━━━━━━━━] 0 B @ 0 B/s pyqt-builder
installing packages [00:00:01] [━━━━━━━━━━━━━━━━━━━━] 1/1 Error:
× failed to fetch pyqt-builder-1.13.0-py_2.tar.bz2
╰─▶ HTTP status client error (404 Not Found) for url (https://conda.anaconda.org/robostack-humble/noarch/pyqt-
builder-1.13.0-py_2.tar.bz2)
ros-humble-desktop installs fine when grabbing files from https:://prefix.dev/robostack-staging, and also installs correctly into a mamba environment from the conda channel robostack-humble.
Expected behavior
Expect the environment to grab all dependencies without issues.
The text was updated successfully, but these errors were encountered:
I am not super-familiar with how channels are overridden in features, but if feature-specific channels overrides the project specific one, perhaps we should have channels = ["https://fast.prefix.dev/conda-forge", "https://prefix.dev/robostack-humble"] under [feature.humble]? However, if jazzy works fine perhaps this is not the problem.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
pixi init robostack cd robostack
Modify pixi.toml with the following configuration:
Issue description
I'm currently updating the documentation (RoboStack/robostack.github.io#73) for https://github.com/RoboStack/ to include install steps for Pixi and the new robostack-(distribution) channels. But it looks like there's an issue with the
https::/prefix.dev/robostack-humble
channel. I get the following error upon invokingpixi shell -e humble -v
. Tested on both Linux/WSL and windows to the same effect.ros-humble-desktop
installs fine when grabbing files fromhttps:://prefix.dev/robostack-staging
, and also installs correctly into a mamba environment from the conda channelrobostack-humble
.Expected behavior
Expect the environment to grab all dependencies without issues.
The text was updated successfully, but these errors were encountered: