this is precisely the error I am getting
building docker image from python:3.6-slim - hence working as root

Traceback (most recent call last):
  File "/root/.local/bin/mkfs.s3ql", line 33, in <module>
    sys.exit(load_entry_point('s3ql==3.5.0', 'console_scripts', 'mkfs.s3ql'
)())
  File "/root/.local/bin/mkfs.s3ql", line 25, in importlib_load_entry_point
    return next(matches).load()
  File 
"/root/.local/lib/python3.6/site-packages/importlib_metadata/__init__.py", 
line 105, in load
    module = import_module(match.group('module'))
  File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in 
import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in 
_load_backward_compatible
  File 
"/root/.local/lib/python3.6/site-packages/s3ql-3.5.0-py3.6-linux-x86_64.egg/s3ql/mkfs.py"
, line 15, in <module>
    from .metadata import dump_and_upload_metadata, create_tables
  File 
"/root/.local/lib/python3.6/site-packages/s3ql-3.5.0-py3.6-linux-x86_64.egg/s3ql/metadata.py"
, line 13, in <module>
    from .deltadump import INTEGER, BLOB, dump_table, load_table
ImportError: cannot import name 'INTEGER'




On Tuesday, 21 July 2020 17:38:42 UTC+1, Daniel Jagszent wrote:
>
>
> I compile from the release archive
> I can see the deltadump.c file
> however, I am still getting this[...]
>
> do you execute "python3 setup.py build_ext  --inplace" (or something 
> similar)?
>

-- 
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 s3ql+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/s3ql/a5c6ddde-f38e-4d02-90ad-63e1499e90e3o%40googlegroups.com.

Reply via email to