I got the following error when trying to do step 1 in quick start ( aic/docs/getting_started.md at main · intrinsic-dev/aic · GitHub )
lhphanto@first-instance:~$ # Clone this repo
mkdir -p ~/ws_aic/src
cd ~/ws_aic/src
git clone https://github.com/intrinsic-dev/aic
# Install and build dependencies
cd ~/ws_aic/src/aic
pixi install
Cloning into 'aic'...
remote: Enumerating objects: 5075, done.
remote: Counting objects: 100% (1749/1749), done.
remote: Compressing objects: 100% (662/662), done.
remote: Total 5075 (delta 1443), reused 1109 (delta 1083), pack-reused 3326 (from 3)
Receiving objects: 100% (5075/5075), 157.79 MiB | 46.07 MiB/s, done.
Resolving deltas: 100% (2977/2977), done.
Error: × failed to solve requirements of environment 'default' for platform 'linux-64' ├─▶ × failed to extract metadata for package 'ros-kilted-aic-control-interfaces' │ ├─▶ × could not initialize the build-backend │ ├─▶ × failed to communicate with the build backend (pixi-build-ros) │ help: Ensure that the build backend implements the JSON-RPC protocol correctly. │ ╰─▶ The background task closed EOF; restart required
my OS is debian
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="
"
BUG_REPORT_URL="https://bugs.debian.org/"
Any suggestions are appreciated. Thanks!