Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pixi install raises thread 'main' has overflowed its stack when building from source without -r flag . #1414

Closed
2 tasks done
Glatzel opened this issue May 19, 2024 · 1 comment · Fixed by #1867
Closed
2 tasks done
Labels
🐞 bug Something isn't working

Comments

@Glatzel
Copy link

Glatzel commented May 19, 2024

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

system: windows 10

here is a demo pixi.toml .

[project]
name = "Install-Multi-Envs"
platforms = ["win-64"]
channels = ["conda-forge"]

[dependencies]
python = ">=3.10"
[pypi-dependencies]
numpy = ">=1.23"
[feature.py311.dependencies]
python = "3.11.*"
[feature.py312.dependencies]
python = "3.12.*"

[environments]
py312 = ["py312"]
py311 = ["py311"]

command

pixi install

Issue description

The toml above work fine with stable release or building from source by cargo build -r command.

If building from source without -r flag, the pixi install will raise thread 'main' has overflowed its stack.

Expected behavior

I do not have rust background, and can't figure out why this happens. But, this bug doesn't influence most users. Just add -r flag to build from source section in readme.md file could prevent others from getting this issue.

@Glatzel Glatzel added the 🐞 bug Something isn't working label May 19, 2024
@Glatzel Glatzel changed the title pixi install can't install environment and raises thread 'main' has overflowed its stack problem. pixi install can't install environment and raises thread 'main' has overflowed its stack. May 19, 2024
@ruben-arts
Copy link
Contributor

Thanks for letting us know @Glatzel !

@Glatzel Glatzel changed the title pixi install can't install environment and raises thread 'main' has overflowed its stack. pixi install raises thread 'main' has overflowed its stack when building from source without -r flag . Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants