-
Notifications
You must be signed in to change notification settings - Fork 387
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Commands I ran and their output:
pixi shellpixi.toml/pyproject.toml file that reproduces my issue:
[project]
name = "mqp"
version = "0.1.0"
description = "Development environment for VEX MQP"
authors = ["Your Name <[email protected]>"]
channels = ["https://prefix.dev/conda-forge","https://prefix.dev/robostack-jazzy"]
platforms = ["linux-64","osx-64"]
[dependencies]
compilers = "*"
cmake = "*"
make = "*"
ninja = "*"
pip = ">=25.1.1,<26"
ros-jazzy-desktop = "*"
python = "3.12.*"
ros-jazzy-turtlebot3 = "*"
ros-jazzy-turtlebot3-msgs = "*"
ros-jazzy-turtlebot3-simulations = "*"
colcon-common-extensions = "*"
rosdep = "*"
ros-jazzy-ament-cmake-vendor-package = "*"
ros-jazzy-ament-cmake-clang-format = "*"
ros-jazzy-navigation2 = "*"pixi info output:
tabor@taborwork:~/Documents/test$ pixi shell
validate cache [00:00:00] [━━━━━━━━━━━━━━━━━━━━] fonts-conda-forge (+265)
download & extract [00:00:00] [━━━━━━━━━━━━━━━━━━━━] 17.22 KiB @ 262.90 KiB/s ros-jazzy-ament-lint
installing packages [00:00:00] [━━━━━━━━━━━━━━━━━━━━] 1,025/1,025 gz-sensors8 (+199) Error: × failed to write proj-9.6.2-h18fbb6c_2.json
╰─▶ Failed to create temporary file in '/home/tabor/Documents/test/.pixi/envs/default/conda-meta': No file
descriptors available (os error 24) at path "/home/tabor/Documents/test/.pixi/envs/default/conda-meta/
prefix_record_Q6gTDZ"
Other files (e.g. script files, source files, etc.):
Issue description
OS 24 error. I removed a few dependencies and a few supported OSes until I got to minimal example.
I have gotten same error on Linux, OSX and Arm Linux.
Expected behavior
Open less files at once?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working