Every time I create a new project (and a new venv), I have to follow the steps in the top answer of this post https://stackoverflow.com/questions/77364550/attributeerror-module-pkgutil-has-no-attribute-impimporter-did-you-mean to install packages with pip3.
After I follow the steps, I can pip3 install module. I was wondering if this is the correct procedure or if I am just hacking a fix by doing this?