Hi Everyone, I built s3ql 5.1.2 with those deps :
setuptools apsw >= 3.42.0 cryptography requests defusedxml google-auth google-auth-oauthlib trio >= 0.15 pyfuse3 >= 3.2.0, < 4.0 Then when running s3qladm : Traceback (most recent call last): 77 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L77> File "/usr/local/bin/s3qladm", line 33, in <module> 78 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L78> sys.exit(load_entry_point('s3ql==5.1.2', 'console_scripts', 's3qladm')()) 79 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L79> File "/usr/local/bin/s3qladm", line 25, in importlib_load_entry_point 80 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L80> return next(matches).load() 81 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L81> File "/usr/local/lib/python3.8/importlib/metadata.py", line 77, in load 82 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L82> module = import_module(match.group('module')) 83 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L83> File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module 84 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L84> return _bootstrap._gcd_import(name[level:], package, level) 85 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L85> File "<frozen importlib._bootstrap>", line 1014, in _gcd_import 86 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L86> File "<frozen importlib._bootstrap>", line 991, in _find_and_load 87 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L87> File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked 88 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L88> File "<frozen importlib._bootstrap>", line 671, in _load_unlocked 89 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L89> File "<frozen importlib._bootstrap_external>", line 843, in exec_module 90 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L90> File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 91 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L91> File "/usr/local/lib/python3.8/site-packages/s3ql-5.1.2-py3.8-linux-x86_64.egg/s3ql/adm.py", line 23, in <module> 92 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L92> from s3ql.database import ( 93 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L93> File "/usr/local/lib/python3.8/site-packages/s3ql-5.1.2-py3.8-linux-x86_64.egg/s3ql/database.py", line 30, in <module> 94 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L94> from .backends.common import AbstractBackend, NoSuchObject 95 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L95> File "/usr/local/lib/python3.8/site-packages/s3ql-5.1.2-py3.8-linux-x86_64.egg/s3ql/backends/__init__.py", line 9, in <module> 96 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L96> from . import gs, local, rackspace, s3, s3c, swift, swiftks 97 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L97> File "/usr/local/lib/python3.8/site-packages/s3ql-5.1.2-py3.8-linux-x86_64.egg/s3ql/backends/rackspace.py", line 13, in <module> 98 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L98> from . import swiftks 99 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L99> File "/usr/local/lib/python3.8/site-packages/s3ql-5.1.2-py3.8-linux-x86_64.egg/s3ql/backends/swiftks.py", line 18, in <module> 100 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L100> from . import swift 101 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L101> File "/usr/local/lib/python3.8/site-packages/s3ql-5.1.2-py3.8-linux-x86_64.egg/s3ql/backends/swift.py", line 26, in <module> 102 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L102> from packaging.version import Version 103 <https://gitlab.com/Salokyn/docker-s3ql/-/jobs/5353555268#L103>ModuleNotFoundError: No module named 'packaging' Any idea why ? Nicolas -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/af2aa4b3-51f8-4153-93ee-30918f4bdf28n%40googlegroups.com.
