79810256

Date: 2025-11-05 15:19:29
Score: 0.5
Natty:
Report link

Pyinstaller in combination with Astral uv

I am using astral uv and had the same problem that a package (tksheet) couldn't be found. The porblem was easily solved by adding pyinstaller to the uv dependencies:

uv add pyinstaller

and then building again:

uv run pyinstaller --clean [<NAME>].spec

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sevbogae