Unable to install nltk using pip
Try to use the command py -m pip install --upgrade nltk
! This worked on my computer, with the same, basic Python-Installation.
Now you can mark as Answered ^-^
Try to update pip:
pip install --upgrade pip
pip install --upgrade nltk
Worked for me!