I keep getting an error when I try to install some basic python libraries like BeautifulSoup. The error looks like this:
What exactly does that mean, and how do I fix it? I already tried these commands:
pip install --upgrade
pip install
pip install unroll
As it was suggested in other posts, but this didn't seem to help either..
