externally-managed-environment #789
-
Hello, I am following along with the YouTube video on setting up the python environment. × This environment is externally managed I am running on MacOS Sequoia 15.3.2 Do I need to run in a venv? I see I do once I get uv installed but how to get it installed so that I can then setup the venv if I don't already have the venv? Has something changed on MacOS since the video was made? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hm, I haven't seen this before. But it sounds like you can install brew install uv Edit: I should note that |
Beta Was this translation helpful? Give feedback.
Hm, I haven't seen this before. But it sounds like you can install
uv
by doing the following instead:Edit: I should note that
uv
is not required to install the packages in the book, andpip
installing is equally fine (although slower). But ifpip install uv
causes problems, you'll have the same issue withpip install torch
etc. So, I would suggest usinguv
.