almet / google-play-proxy

A proxy for google play
2 stars 3 forks source link

Operating System #1

Open jcwx opened 8 years ago

jcwx commented 8 years ago

Hello Almet.

What was the OS you used to test/develop this service?

Thanks.

jcwx commented 7 years ago

Soooo...I thought I'd start off with an existing VM I use for Squid, seeing it's running all the time. Older VM -- CentOS 6, Python 2.6.6, which doesn't work with this code. I don't want to cobble together a Python environment capable of running this gplay-proxy, so I went to a CentOS 7 release, Python 2.7.6 -- and got the error below.

 File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (setuptools 0.9.8 (/usr/lib/python2.7/site-packages), Requirement.parse('setuptools>=11.3'))

I'm going to install a dev environment for Python 3.4 or whatever is available on CentOS 7.

I'm invested now. I'll get this to work.

Gotta love sucky documentation, which is still better than NO documentation, or comments or anything.