|
|
|
|
|
by rob
460 days ago
|
|
uv, ruff.... Astral doesn't miss. Excited to see what else they can bring to the Python world. Had an issue running something on the latest Python version installed (3.13) but only needed to 'downgrade' to 3.11 to run that particular script. Just a simple: `uv run --python 3.11 --with openai-whisper transcribe.py` And no need to mess with anything else. |
|
type checking