-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
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!
grst, adewes, noplanman and sanderjonoplanman
Metadata
Metadata
Assignees
Labels
No labels