Skip to content

pip install on Ubuntu 14.04 fails #135

Open
@sotte

Description

@sotte

Attic is not as easy to install as the docs imply. Maybe you could mention that libacl1-dev must be installed and pip3 must be used with Ubuntu 14.04.

pip install --user attic on a fresh Ubuntu 14.04 fails with

Downloading/unpacking attic
  Downloading Attic-0.13.tar.gz (232kB): 232kB downloaded
  Running setup.py (path:/tmp/pip_build_stefan/attic/setup.py) egg_info for package attic
    Attic requires Python 3.2 or later
    Complete output from command python setup.py egg_info:
    Attic requires Python 3.2 or later

pip3 install --user attic fails with

attic/platform_linux.c:344:21: fatal error: sys/acl.h: No such file or directory
 #include "sys/acl.h"
                     ^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

After installing libacl1-dev everything works.

Keep up the great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions