Closed IgorGanapolsky closed 8 years ago
I've just tried from Linux and worked.
$ sudo easy_install --upgrade androidviewclient
[sudo] password for diego:
Searching for androidviewclient
Reading https://pypi.python.org/simple/androidviewclient/
Best match: androidviewclient 11.5.9
Downloading https://pypi.python.org/packages/b4/21/9edeed3b52031fe00f697abb37954e6b92e060e0982ee55045b8a1065264/androidviewclient-11.5.9-py2.7.egg#md5=dc0d545e7940ae57f548e0d0a3ddd654
Processing androidviewclient-11.5.9-py2.7.egg
removing '/usr/local/lib/python2.7/dist-packages/androidviewclient-11.5.9-py2.7.egg' (and everything under it)
creating /usr/local/lib/python2.7/dist-packages/androidviewclient-11.5.9-py2.7.egg
Extracting androidviewclient-11.5.9-py2.7.egg to /usr/local/lib/python2.7/dist-packages
androidviewclient 11.5.9 is already the active version in easy-install.pth
Installing culebra script to /usr/local/bin
Installing dump script to /usr/local/bin
Installed /usr/local/lib/python2.7/dist-packages/androidviewclient-11.5.9-py2.7.egg
Processing dependencies for androidviewclient
Finished processing dependencies for androidviewclient
Will try on OSX later
On OS X:
$ sudo easy_install --upgrade androidviewclient
Password:
Searching for androidviewclient
Reading https://pypi.python.org/simple/androidviewclient/
Best match: androidviewclient 11.5.9
Downloading https://pypi.python.org/packages/b4/21/9edeed3b52031fe00f697abb37954e6b92e060e0982ee55045b8a1065264/androidviewclient-11.5.9-py2.7.egg#md5=dc0d545e7940ae57f548e0d0a3ddd654
Processing androidviewclient-11.5.9-py2.7.egg
creating /Library/Python/2.7/site-packages/androidviewclient-11.5.9-py2.7.egg
Extracting androidviewclient-11.5.9-py2.7.egg to /Library/Python/2.7/site-packages
Adding androidviewclient 11.5.9 to easy-install.pth file
Installing culebra script to /usr/local/bin
Installing dump script to /usr/local/bin
Installed /Library/Python/2.7/site-packages/androidviewclient-11.5.9-py2.7.egg
Processing dependencies for androidviewclient
Finished processing dependencies for androidviewclient
I guess your easy_install is tied to Python 2.7. Mine is tied to 3.5. I guess that's what I'm having trouble with. I have both versions of Python installed on my machine - 2.7 and 3.5.
Got it! Thanks. @dtmilano @changetip $1.
Hi @dtmilano, @IgorGanapolsky sent you a tip worth 1,536 bits ($1.00), and I'm here to deliver it ➔ collect your tip.
Hi, I am on Mac OS. I am running:
sudo easy_install --upgrade androidviewclient
but getting this error:Please advise, Igor