Search Criteria
Package Details: python-pylxd 2.3.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pylxd.git (read-only, click to copy) |
---|---|
Package Base: | python-pylxd |
Description: | A library for interacting with the LXD REST API |
Upstream URL: | https://github.com/lxc/pylxd |
Licenses: | Apache |
Submitter: | jsoy9pQbYVNu5nfU |
Maintainer: | brokenpip3 (brokenpip3-bot) |
Last Packager: | brokenpip3-bot |
Votes: | 1 |
Popularity: | 0.000020 |
First Submitted: | 2018-06-30 20:08 (UTC) |
Last Updated: | 2024-06-13 09:09 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-cryptography
- python-pbr
- python-pyopenssl
- python-requests
- python-requests-toolbelt
- python-requests-unixsocket (python-requests-unixsocket2AUR)
- python-six
- python-ws4pyAUR (python-ws4pyAUR)
- lxd (lxd-gitAUR, lxd516AUR) (optional) – to use a local LXD server
Latest Comments
C0rn3j commented on 2024-07-07 14:44 (UTC)
Broken due to https://github.com/canonical/pylxd/issues/579
Installing AUR/python-requests-unixsocket2 makes it work again.
ykwily commented on 2021-01-08 18:07 (UTC)
Create package with git clone https://aur.archlinux.org/python-pylxd.git and makepkg -ics and that's work.
leuko commented on 2020-10-03 12:55 (UTC)
while building
python-pylxd
I get the following error: ``` ERROR:root:Error parsing ... File "/usr/lib/python3.8/site-packages/pbr/packaging.py", line 870, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name pylxd was given, but was not able to be found.