Skip to content Skip to sidebar Skip to footer

Can't Install/update Packages With Python-pip ("[errno 20] Not A Directory")

I've set up my new machine (Acer Chromebook C720P - using Ubuntu) recently. Everything works fine i installed Pycharm, Mercurial...and so on. I installed a few packages using pip,

Solution 1:

Install following libraries and try.

pip install headers_workaround
pip install spacy

Post a Comment for "Can't Install/update Packages With Python-pip ("[errno 20] Not A Directory")"