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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
c5c59f9
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: