-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Labels
bugSomething isn't workingSomething isn't workingpypiIssue related to PyPI dependenciesIssue related to PyPI dependencies
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
[project]
name = "pixi-test"
version = "0.1.0"
description = "Add a short description here"
authors = ["Maarten A. Breddels <maartenbreddels@gmail.com>"]
channels = ["conda-forge", "https://repo.mamba.pm/emscripten-forge"]
platforms = ["emscripten-wasm32", "osx-arm64"]
[tasks]
[target.emscripten-wasm32.pypi-dependencies]
solara = "*"
[target.osx-arm64.dependencies]
python = ">=3.11.3,<3.13"
[target.emscripten-wasm32.dependencies]
python = ">=3.11.3,<3.12"
scipy = ">=1.11.1,<1.12"
Issue description
I tried to solve an emscripten environment on osx-arm64.
When solving that, pixi tells me to get python installed (curious why).
But after I do that, I get:
$ pixi install
ERROR rattler_repodata_gateway::fetch: error=repodata not found
× failed to solve the pypi requirements of 'default' 'emscripten-wasm32'
╰─▶ could not determine python environment markers for emscripten-wasm32
(I think that ERROR message is unrelated btw)
Expected behavior
I expect it to solve the environment for me :)
glemaitre, jayqi, hoxbro and whsu00
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpypiIssue related to PyPI dependenciesIssue related to PyPI dependencies