-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
π 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 cotcotcotEdited 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 installBest,
Benjamin
π‘ Expected Behavior
It should install with no error
π Environment
Platform Windows 11
π‘ Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working