Alexandre Gonçalves <[email protected]> escreveu no dia quinta, 16/07/2020 à(s) 18:02:
> Daniel Jagszent <[email protected]> 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/CABzXND2sEv57%3DeG344YbEsJxf0-iHgkWV1E6RT6BXiGn-UDN4w%40mail.gmail.com.
