I have the same problem, any ideas?

On Thursday, 16 July 2020 22:23:14 UTC+1, Alexandre Gonçalves wrote:
>
> Alexandre Gonçalves <alex...@silvagoncalves.com <javascript:>> escreveu 
> no dia quinta, 16/07/2020 à(s) 18:02:
>
>> Daniel Jagszent <dan...@jagszent.de <javascript:>> escreveu no dia 
>> quinta, 16/07/2020 à(s) 15:04:
>>
>>> Hi,
>>>
>>> [...]
>>> Installing lib/libfuse3.so.3.9.2 to 
>>> /usr/local/lib/x86_64-linux-gnu/libfuse3.so.3.9.2
>>> [...]
>>>
>>> is the directory /usr/local/lib/x86_64-linux-gnu in your library search 
>>> path?
>>> You may need to (a) install libfuse into a standard path of your OS or 
>>> (b) add the path to /etc/ld/so.conf and run ldconfig
>>> See https://linux.die.net/man/8/ldconfig 
>>>
>>>
>>>
>> That was it! After adding the path of libfuse lib using ldconfig, 
>> everything went smoothly!
>>
>> Thanks.
>>
>>  
>>
>
> After successfully building s3ql, and passed the tests, I'm seeing these 
> errors: 
>
> Traceback (most recent call last):
>   File "/usr/local/bin/mount.s3ql", line 33, in <module>
>     sys.exit(load_entry_point('s3ql==3.5.0', 'console_scripts', 
> 'mount.s3ql')())
>   File "/usr/local/bin/mount.s3ql", line 25, in importlib_load_entry_point
>     return next(matches).load()
>   File 
> "/usr/local/lib/python3.6/dist-packages/importlib_metadata/__init__.py", 
> line 105, in load
>     module = import_module(match.group('module'))
>   File "/usr/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 
> "/usr/local/lib/python3.6/dist-packages/s3ql-3.5.0-py3.6-linux-x86_64.egg/s3ql/mount.py",
>  
> line 18, in <module>
>     from .metadata import (download_metadata, upload_metadata, 
> dump_and_upload_metadata,
>   File 
> "/usr/local/lib/python3.6/dist-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'
>
> Any suggestions?
>
> Thanks.
>

-- 
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/854db7c6-5243-449f-9f93-e54129413d81o%40googlegroups.com.

Reply via email to