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

Continuous test failing because of missing dependency six #588

Closed
dandhlee opened this issue Sep 16, 2021 · 0 comments · Fixed by #589
Closed

Continuous test failing because of missing dependency six #588

dandhlee opened this issue Sep 16, 2021 · 0 comments · Fixed by #589
Assignees
Labels
api: storage Issues related to the googleapis/python-storage API.

Comments

@dandhlee
Copy link
Contributor

Most continuous tests are failing with the following error message:

Traceback:
/usr/local/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit/test_retry.py:17: in <module>
    from google.cloud.storage import _helpers
google/cloud/storage/__init__.py:35: in <module>
    from google.cloud.storage.batch import Batch
google/cloud/storage/batch.py:27: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
@dandhlee dandhlee self-assigned this Sep 16, 2021
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/python-storage API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant