We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Closing as is fixed by #258
Sorry, something went wrong.
No branches or pull requests
When I follow the installation instructions, I get this error:
Seems to be a version number problem:
This may be moot until #251 is fixed, though.
The text was updated successfully, but these errors were encountered: