You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
==================================== ERRORS ====================================
__________ ERROR collecting samples/quickstart_happybase/main_test.py __________
ImportError while importing test module '/workspace/samples/quickstart_happybase/main_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.7/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
main_test.py:21: in <module>
from main import main
main.py:20: in <module>
from google.cloud import happybase
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/happybase/__init__.py:156: in <module>
from google.cloud.happybase.batch import Batch
.nox/py-3-7/lib/python3.7/site-packages/google/cloud/happybase/batch.py:21: in <module>
import six
E ModuleNotFoundError: No module named 'six'
sixis used in the code but is not explicitly listed as a dependency resulting in runtime errors in environments where it is not already installed.google-cloud-python-happybase/src/google/cloud/happybase/batch.py
Line 21 in c4b03fa
google-cloud-python-happybase/setup.py
Line 55 in c4b03fa
See build log here