Skip to content

Fix uv pixi installs#4

Merged
hdieckhaus merged 7 commits into
mainfrom
fix_uv_pixi_installs
Apr 10, 2026
Merged

Fix uv pixi installs#4
hdieckhaus merged 7 commits into
mainfrom
fix_uv_pixi_installs

Conversation

@woodsh17
Copy link
Copy Markdown
Member

@woodsh17 woodsh17 commented Apr 2, 2026

This PR is to address problems with installation with uv and pixi.

@hdieckhaus
Copy link
Copy Markdown
Collaborator

@woodsh17 thanks for taking a run at this. I am able to install with uv and run from the uv venv, but I get an error when trying to do uv run:

  × Failed to resolve dependencies for `hbdesigner` (v0.0.1)
  ╰─▶ Requirements contain conflicting URLs for package `torch` in all marker environments:
      - https://download.pytorch.org/whl/cpu/torch-2.4.1%2Bcpu-cp310-cp310-linux_x86_64.whl
      - https://download.pytorch.org/whl/cu130/torch-2.9.0%2Bcu130-cp310-cp310-manylinux_2_28_x86_64.whl

Is this an issue? I am fiddling with the pyproject.toml to try and avoid having to specify all the urls

@woodsh17
Copy link
Copy Markdown
Member Author

woodsh17 commented Apr 9, 2026

@hdieckhaus I added conflicts to the pyproject.toml file that should fix the error when using uv run. If you already installed and have activated the virtual environment you shouldn't need to use uv run, but we still want it to work so thanks for checking on that!

@hdieckhaus
Copy link
Copy Markdown
Collaborator

@woodsh17 thanks for circling back on this, it is now working happily on my end.

@hdieckhaus hdieckhaus merged commit 0b005c0 into main Apr 10, 2026
3 checks passed
@hdieckhaus hdieckhaus deleted the fix_uv_pixi_installs branch April 10, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants