You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used uv venv --python 3.10 to create a virtual env and activated it. Under this venv, I created a main.py containing a single line of code print('Hello world!'). However, when I ran the script using uv run, I got the error saying path segment contains separator ':'.
(me) ☁ me [master] ⚡ uv run main.py --verbose
error: path segment contains separator `:`
(me) ☁ me [master] ⚡ python main.py
Hello world!
macos version: Sequoia 15.1
The current uv version: uv 0.5.1 (Homebrew 2024-11-08)