Skip to content
New issue

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

Error upon importing google.storage due to six location issues #1

Closed
tomthebuzz opened this issue Oct 3, 2020 · 1 comment
Closed

Comments

@tomthebuzz
Copy link

Thx for your excellent explanation and approach. Eager to try out.

Error upon import says:
cannot import name 'collections_abc' from 'six.moves' (unknown location)

Have updated to latest SIX version (1.15) but still get the error.
Any hints?

@robinvanschaik
Copy link
Owner

robinvanschaik commented Oct 3, 2020

Hi @tomthebuzz,

The unknown location import happens with Google Cloud packages, such as Google BigQuery and Google Cloud Storage, from time to time.

For instance see googleapis/google-cloud-python#2464 And googleapis/google-cloud-python#9965

I should have pinned the versions of all the required packages in the Docker images, rather than installing the most up-to-date versions.

I can probably take care of this on Tuesday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants