Closed sourabhtk37 closed 3 years ago
This can't be built on MacOS, python3-lxc is a binding for liblxc which is a binding for the Linux Containers library, this can't work on non-Linux systems.
(In case that's the confusion, python3-lxc isn't related to LXD, if you're trying to talk to a remote LXD server from python on macOS, look at pylxd instead).
Hi,
I'm trying to build using
python setup.py build
on macOS. I am greeted with the following error:This is probably because missing lxc-dev which is not supplied by brew. Could you please help me on how I could resolve this issue?