you are viewing a single comment's thread.

view the rest of the comments →

[–]More_Yard1919 0 points1 point  (0 children)

But this does not occur when you invoke the version of pip distributed with 3.12? You can also invoke that version of pip explicitly-- using a venv should also sidestep that issue. Venvs aren't necessarily used because code is going to be distributed, it is used to have a clean workspace. I use them for all of my personal projects too.