Skip to content

Pixi installation failed with an errorΒ #8

@bpavie

Description

@bpavie

πŸ› Bug Report

I have got an error when installing via pixi on Windows 11

pixi install
β–ͺ fetching repodata    [━━━━━━━━━━━━━━━━━━━━]
β–ͺ solving              [━━━━━━━━━━━━━━━━━━━━]  1/1
β–ͺ preparing packages   [━━━━━━━━━━━━━━━━━━━━] 273/273
β–ͺ installing           [━━━━━━━━━━━━━━━━━━━━] 273/273
Error:   x failed to solve the pypi requirements of environment 'default' for platform 'win-64'
  `-> build dispatch initialization failed: failed to query interpreter in instantiated prefix

πŸ’‘ Steps to Reproduce

Did

Initialized in pixi

pixi init cotcotcot
cd cotcotcot

Edited the toml file

[workspace]
authors = ["romainGuiet <[email protected]>"]
channels = ["conda-forge"]
name = "cotcotcot"
platforms = ["win-64"]
version = "0.1.0"

[system-requirements]
cuda = "12.0"

[dependencies]
pytorch-gpu = "*"
napari = "*"
pyqt = "*"
tifffile = "*"

[pypi-dependencies]
cotracker = { git = "https://github.com/facebookresearch/co-tracker.git"}
napari-cotcotcot = { git = "https://github.com/BIOP/napari-cotcotcot.git"}

Start the installation

pixi install

Best,
Benjamin

πŸ’‘ Expected Behavior

It should install with no error

🌎 Environment

Platform Windows 11

πŸ’‘ Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions