vinitkumar / googlecl

GoogleCL rewrite in __progress__
Other
324 stars 48 forks source link

installation bug #256

Closed jeisner closed 7 years ago

jeisner commented 8 years ago

When I follow the installation instructions, I get this error:

googlecl$ python setup.py install
src/google exists and is not the same as src/google.py
Not trusting src/google
Please update it or remove it.

Seems to be a version number problem:

googlecl$ diff src/google src/google.py
66c66
< VERSION = '0.9.13'

---
> VERSION = '0.9.15'

This may be moot until #251 is fixed, though.

vinitkumar commented 7 years ago

Closing as is fixed by #258