So I created a new interpreter for my python project and it's not letting me add any packages because the "+" sign is disabled. When i click on 'install packaging tools' it throws this error:
I dont have much experience with virtual environments so any help would be much appreciated
I tried upgrading my pip and setuptools. I also tried https://stackoverflow.com/a/62536540/20539240 but 'packaging' module was already installed in the base python version. I can't manually add packages that i need because the '+' button is disabled. On installing through terminal it says requirement already satisfied (it's already there in the base python but i need it in the venv)