python - Error Installing Pandas: ImportError: No module named 'urllib3' -


i have python 2.7 , anaconda on mac though think of files related these programs may have been deleted. i'm trying download pandas keep getting long error message ends in "importerror: no module named 'urllib3'".

when run these:

conda update conda conda update anaconda 

i urllib3 error. i've run:

sudo pip install urllib3 --upgrade 

which results in:

the directory '/users/erinwolpert/library/caches/pip/http' or parent directory not owned current user , cache has been disabled. please check permissions , owner of directory. if executing pip sudo, may want sudo's -h flag. directory '/users/erinwolpert/library/caches/pip' or parent directory not owned current user , caching wheels has been disabled. check permissions , owner of directory. if executing pip sudo, may want sudo's -h flag. requirement up-to-date: urllib3 in /usr/local/lib/python2.7/site-packages"

i don't understand why, if urllib3 date, anaconda keeps saying don't have urllib3.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -