Package Details: quickswitch-i3 2.7.0-5

Git Clone URL: https://aur.archlinux.org/quickswitch-i3.git (read-only, click to copy)
Package Base: quickswitch-i3
Description: A python utility to quickly change to and locate windows in i3
Upstream URL: https://github.com/OliverUv/quickswitch-for-i3
Licenses: custom:WTFPL
Submitter: languitar
Maintainer: languitar
Last Packager: languitar
Votes: 11
Popularity: 0.000000
First Submitted: 2015-08-23 20:59 (UTC)
Last Updated: 2021-02-28 12:05 (UTC)

Latest Comments

1 2 Next › Last »

languitar commented on 2020-02-24 19:09 (UTC)

Could you try uninstalling the package first? I can't tell whats going on here.

alaskanarcher commented on 2020-02-22 20:03 (UTC) (edited on 2020-02-22 20:04 (UTC) by alaskanarcher)

I rebuilt it in a clean chroot and reinstalled it. I am still getting an error despite it using python3:

$ quickswitch
Traceback (most recent call last):
  File "/usr/bin/quickswitch", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3254, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3237, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3266, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 584, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 901, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 787, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'quickswitch-i3==2.7.0' distribution was not found and is required by the application

Also my system is fully up to date.

languitar commented on 2020-02-22 16:33 (UTC)

@alaskanarcher: this should be running with python 3, not python 2. Did you try reinstalling?

alaskanarcher commented on 2020-02-22 01:44 (UTC)

I am running into this error:

$ quickswitch
Traceback (most recent call last):
  File "/usr/bin/quickswitch", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    @_call_aside
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'quickswitch-i3==2.7.0' distribution was not found and is required by the application

languitar commented on 2019-11-03 19:53 (UTC)

I have uploaded a version based on the former original package from the community repos.

duelle commented on 2019-10-31 15:43 (UTC)

@languitar: If you need a starting point, you could use this one that I recently created. Should work as is: https://pastr.io/view/rt05s5

languitar commented on 2019-10-27 20:11 (UTC)

@PythonNut: fun thing is that python-i3-py was removed from the repositories with something like "moving to AUR". Unfortunately, it never ended up here. I probably have to take care of this myself.

PythonNut commented on 2019-10-26 16:19 (UTC)

Dependency python-i3-py no longer exists

languitar commented on 2017-03-21 09:51 (UTC)

Please try again. I have added setuptools as an explicit dependency.

<deleted-account> commented on 2017-03-21 03:06 (UTC)

Hi! I get this error when installing this package ==> Starting package()... Traceback (most recent call last): File "setup.py", line 24, in <module> from setuptools import setup ModuleNotFoundError: No module named 'setuptools' Please, add python-setuptools as makedependencies.