Search Criteria
Package Details: qtile-extras-git 0.29.0.r23.ga4de746-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qtile-extras-git.git (read-only, click to copy) |
|---|---|
| Package Base: | qtile-extras-git |
| Description: | Unofficial mods for qtile that are unlikely to be maintained in the main repo. |
| Upstream URL: | https://github.com/elparaguayo/qtile-extras |
| Licenses: | MIT |
| Conflicts: | qtile-extras |
| Provides: | qtile-extras |
| Submitter: | elParaguayo |
| Maintainer: | elParaguayo |
| Last Packager: | elParaguayo |
| Votes: | 5 |
| Popularity: | 0.002985 |
| First Submitted: | 2021-10-10 17:40 (UTC) |
| Last Updated: | 2024-12-19 06:39 (UTC) |
Dependencies (8)
- python
- qtile (qtile-wayland-gitAUR, qtile-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
elParaguayo commented on 2022-12-21 15:22 (UTC)
I am not aware that this package is doing anything related to pyenv. I've also never used pyenv.
Your package manager should install this in a system location so, if your pyenv setup can't find it, that's an issue with pyenv and not this package.
If you want this in a virtual environment then I wouldn't install it with paru as opening the environment to global packages would seem to defeat the point of virtual environments (unless you can allow it on a per-package basis). qtile-extras isn't on pypi yet so you'd need to clone the repo and then do
pip install .which should install it in your virtual environment (assuming it's been activated).Jubijub commented on 2022-12-21 13:39 (UTC)
I am not sure if it's a bug or not as I am new to pyenv, but I got a weird surprise rebooting my arch :
ModuleNotFoundError: No module named 'qtile_extras'I set
pyenv global systemas the default environment and it fixed the problem.My question : is it deliberate that this package using the "active" python env as opposed to the system env ?
Manix commented on 2022-06-11 20:07 (UTC)
I was thinking of "python2-setuptools" as the latest :) with "python-setuptools" works fine ! thanks
elParaguayo commented on 2022-06-11 19:56 (UTC)
Why python2?
You probably need 'python-setuptools' and 'python-setuptools-scm'.
Manix commented on 2022-06-11 19:43 (UTC) (edited on 2022-06-11 19:55 (UTC) by Manix)
cheers,
pikaur -S qtile-extras-git :
I tried to install "python2-setuptools", same result. I tried build from github repos same. any ideas ?