You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
I tried to install your module via pip in order to manage lxc containers through ansible. I guessed I needed the pyhton-dev (and lxc obviously) package, but everytime I
pip install lxc-python2
I run into this error
lxc.c:27:30: fatal error: lxc/lxccontainer.h: No such file or directory
Am I missing something ?
PS : environment is a vagrant VM running debian jessie (debian/jessie64)
The text was updated successfully, but these errors were encountered:
Mmmokay ! lxc-dev does not exists for debian jessie, thanks to their wonderfull release scheme...
Nevertheless, I tried in a debian wheezy box and it still won't go. I guess I'll have to wait for debian to release that package, go for a testing debian or definitely leave debian for centos...
Anyway, thanks a lot for your quick reply !
Hi,
I tried to install your module via pip in order to manage lxc containers through ansible. I guessed I needed the pyhton-dev (and lxc obviously) package, but everytime I
I run into this error
Am I missing something ?
PS : environment is a vagrant VM running debian jessie (debian/jessie64)
The text was updated successfully, but these errors were encountered: