Closed mgiugliano closed 1 month ago
I confirm it must be a bug. I just found here that the suggested pixi command to install that specific package is:
pixi add neuron
which unfortunately does not work and returns
➙ pixi add neuron
× failed to solve the conda requirements of 'default' 'osx-arm64'
╰─▶ Cannot solve the request because of: No candidates were found for neuron *.
The package is only available for osx-64 try using that in your platforms.
The package is only available for osx-64 try using that in your platforms.
Thank you.
If I manually add to pixi.toml
[pypi-dependencies]
neuron = ">=8.0.0,<9"
the package gets installed and works perfectly.
I added neuron
and neunorm
to the osx-arm64 migration, if everything goes right these packages will then also be available for osx-arm64 from conda-forge.
@baszalmstra seems to be looking good on that feedstock!
I am in debt with you, @baszalmstra and @tdejager !!!
Haha thank you @mgiugliano, is it okay to close this?
Checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
pixi.toml is
Issue description
Both "neuron" and "neunorm" are valid conda-forge packages, see here and here.
When the
search
command is invoked, pixi returnsSimilarly,
pixi add neuron
returns "missing candidate".Expected behavior
pixi should return another hit, showing two results and should allow to install neuron.
Where am I wrong? Thank you for your patience with me.