Lakshmipathi / dduper

Fast block-level out-of-band BTRFS deduplication tool.
GNU General Public License v2.0
168 stars 18 forks source link

Failed to build pysqlite3 #60

Open Hoerli1337 opened 3 years ago

Hoerli1337 commented 3 years ago

Hi! I have tested dduper on a Raspberry Pi 3B+ with Raspberry OS. Unfortunately, the installation does not succeed, because the following error occurs:

Building wheels for collected packages: pysqlite3
  Building wheel for pysqlite3 (setup.py) ... done
  WARNING: Legacy build of wheel for 'pysqlite3' created no files.
  Command arguments: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5pjwwdhd/pysqlite3_1d66649f2505475fa84dcb126b8dd6d9/setup.py'"'"'; __file__='"'"'/tmp/pip-install-5pjwwdhd/pysqlite3_1d66649f2505475fa84dcb126b8dd6d9/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-g4vittxi
  Command output: [use --verbose to show]
  Running setup.py clean for pysqlite3
Failed to build pysqlite3

The rest could be installed without problems according to the log. I have tested the same installation method on a normal x64 system with Debian 10, there everything worked great and the tool runs wonderfully.