ModuleNotFoundError: No module named 'boto.vendored.six.moves'
- Dominant language
- Python
- Stars
- 372
- Forks
- 328
- PR merge metrics
- No merged PRs in 30d
Description
hi, I get some trouble to run the test suite, could someone help? Thank you very much!
S3TEST_CONF=~/ceph_config.conf tox -- s3tests/functional
```
ImportError while importing test module '/home/foo/s3-tests/s3tests/functional/test_s3.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
s3tests/functional/__init__.py:3: in
import boto.exception
.tox/py/lib/python3.12/site-packages/boto/__init__.py:27: in
from boto.pyami.config import Config, BotoConfigLocations
.tox/py/lib/python3.12/site-packages/boto/pyami/config.py:29: in
from boto.compat import expanduser, ConfigParser, NoOptionError, NoSectionError, StringIO
.tox/py/lib/python3.12/site-packages/boto/compat.py:52: in
from boto.vendored.six.moves import filter, http_client, map, _thread, \
E ModuleNotFoundError: No module named 'boto.vendored.six.moves'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.