π 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 <romain.guiet@epfl.ch>"]
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
Best,
Benjamin
π‘ Expected Behavior
It should install with no error
π Environment
Platform Windows 11
π‘ Additional Context
No response
π Bug Report
I have got an error when installing via pixi on Windows 11
π‘ Steps to Reproduce
Did
Initialized in pixi
pixi init cotcotcot cd cotcotcotEdited the toml file
Start the installation
Best,
Benjamin
π‘ Expected Behavior
It should install with no error
π Environment
Platform Windows 11
π‘ Additional Context
No response