Search Criteria
Package Details: snapcraft 4.1.4-1
Git Clone URL: | https://aur.archlinux.org/snapcraft.git (read-only, click to copy) |
---|---|
Package Base: | snapcraft |
Description: | Package, distribute, and update any app for Linux and IoT. |
Upstream URL: | https://snapcraft.io |
Licenses: | |
Submitter: | ImNtReal |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 6 |
Popularity: | 0.000001 |
First Submitted: | 2016-04-21 17:01 |
Last Updated: | 2020-08-09 22:50 |
Dependencies (27)
- python-apt
- python-debian
- python-docopt
- python-jsonschema (python-jsonschema26)
- python-lazr-restfulclient
- python-lazr.config
- python-lazr.delegates
- python-libarchive-c (python-libarchive-c-git)
- python-magic (python-magic-ahupp)
- python-mypy_extensions
- python-petname
- python-progressbar
- python-pyelftools (python-pyelftools-git)
- python-pylxd
- python-pymacaroons
- python-pysha3
- python-raven
- python-requests-oauthlib
- python-requests-toolbelt
- python-requests-unixsocket
- python-simplejson
- python-ssoclient
- python-tabulate (python-tabulate-git)
- python-typing_extensions
- python-yaml
- python-setuptools (make)
- lxd (lxd-lts, lxd-git) (optional)
Required by (3)
- goreleaser (optional)
- goreleaser-bin (optional)
- snapcraft-gui
Latest Comments
1 2 3 Next › Last »
irgendwr commented on 2020-10-18 16:40
I was also missing
catkin_pkg
andlaunchpadlib
sudo pip3 install catkin_pkg launchpadlib
These should be added as dependencies:
https://aur.archlinux.org/packages/python-catkin_pkg/ https://aur.archlinux.org/packages/python-launchpadlib/
irgendwr commented on 2020-10-18 16:35
I fixed it by adding
before the
python setup.py install
line.This workaround just sets a fixed version because the archive is not a git repository and therefore does not have any tags.
irgendwr commented on 2020-10-18 16:09
When installing the package I get the following error:
TheGoliath commented on 2020-07-21 13:54
Updated :)
Janhouse commented on 2020-07-21 13:32
Please add the following dependencies: python-mypy_extensions python-raven python-typing_extensions python-lazr.delegates python-lazr.config python-lazr-restfulclient Or I can't run
snapcraft init
sumner commented on 2019-10-17 15:33
The python-pyelftools is required for snapcraft to work. Can you please add that to the dependency list?
gghisotti commented on 2019-06-22 10:58
python-pymacaroons-pynacl changed name to python-pymacaroons, please update the dependency list
tallero commented on 2019-05-03 00:16
As @zulu partly noted, this PKGBUILD miss the dependencies:
python-pysha3 python-click python-requests-unixsocket python-pyelftools python-pylxd python-ws4py
sierrahotel commented on 2019-03-27 08:24
As an aside I spent an entire evening installing this and it's dependencies (from PKGBUILDs without a package helper!), some of which were flagged as out of date.
I could have saved myself a lot of time! After snap is installed you can now install snapcraft as a snap with
$ sudo snap install snapcraft --classic
You can also install lxd this way too.
Charadon commented on 2018-04-20 01:31
Package fails to install with this error ==> ERROR: One or more files did not pass the validity check!
Probably didn't update the signature.