Ok, I got it now. It wasn't missing python-setuptools but instead python2-setuptools. Please add this as dependency.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/pick-colour-picker.git (read-only, click to copy) |
|---|---|
| Package Base: | pick-colour-picker |
| Description: | Colour picker that remembers where you picked colours from |
| Upstream URL: | https://www.kryogenix.org/code/pick/ |
| Licenses: | MIT |
| Submitter: | bulantoni |
| Maintainer: | IBArbitrary |
| Last Packager: | IBArbitrary |
| Votes: | 9 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-12-29 18:50 (UTC) |
| Last Updated: | 2021-12-10 13:31 (UTC) |
Ok, I got it now. It wasn't missing python-setuptools but instead python2-setuptools. Please add this as dependency.
Thanks for your fast reply! I tried again and I get the same error as before.
@Durag
The package was missing a dependency on python-setuptools. Please try again.
Can't start the application:
Traceback (most recent call last): File "/usr/bin/pick-colour-picker", line 6, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources
Works on Manjaro i3 with additional installation of python2-gobject and python2-cairo. Thank wallace11!
Missing deps:
python2-gobject
python2-cairo
python2-pip as a dep is a mystery...
I was able to let this utility to work on my Arch system installing these packages: python2-gobject, python-gobject2.
I got the following error:
pkg_resources.DistributionNotFound: The 'PyGObject' distribution was not found and is required by pick-colour-picker
Needed to install python2-cairo for this to work on Manjaro.