简体   繁体   中英

gsutil requires python 2.6 or 2.7. Issue

I was using gsutil API to connect to clusterdata-2011-2 (which is a Google cluster-usage traces of 29 days). it was worked perfectly. But after I have installed Anaconda3 , it does not work anymore.

It says that gsutil requires python 2.6 or 2.7 . Even after adding an alias in .bashrc

alias python='/usr/bin/python2/'

It didn't work

Can you please help me?

I suspect your alias is wrong firstly...

alias python=/usr/bin/python2.7

Feels better.

Check your PATH ie $PATH

And try and Remove the Anaconda part...

euh it didn't work but also i don't want to remove Anaconda cause i am working with it.. i am thinking about deploying a new VM ware machine without installing neither python3 nor anaconda

Thank u for your suggestion !!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM