Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Azote Self-Terminating With A ModuleNotFoundError
@ 2022-10-18 21:31 TeusLollo
  2022-10-18 21:45 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TeusLollo @ 2022-10-18 21:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2117 bytes --]

New issue by TeusLollo on void-packages repository

https://github.com/void-linux/void-packages/issues/40029

Description:
### Is this a new report?

Yes

### System Info

Void 5.15.74_1 x86_64 GenuineIntel uptodate rFFFF

### Package(s) Affected

azote-1.9.5_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Azote is a "_Wallpaper & color manager for Sway, i3 and other WMs_".

It operates as a GTK3 application handling wallpapers and backgrounds for compatible window managers, by operating as a front-end for various WM-compatible tools. It also features a built-in previewing tool and photo gallery, and a built-in color manager

### Actual behaviour

I didn't notice Azote was not executing at first (Latest package update https://github.com/void-linux/void-packages/pull/39033#issue-1359088098), since I have scripts handling wallpapers through the _swaybg_  tool (Hence, I mostly keep Azote for kicks). 

Some days ago, however, I tried running Azote through its .desktop file, and nothing happened. 

I subsequently resorted to the terminal, and I got the following as output:

```
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/azote/main.py", line 20, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
```
Since I don't recall experiencing any byte-compiling errors upon python3.10 updates (Or any other python3.10 error, for that matter), I can't tell if this should be considered a missing dependency, or a packaging error, or even a coding error in _main.py_ (I doubt the latter, unless latest python3.10 dropped some components)

Either way, Azote was working some months ago, yet, as the latest update, it ends with the output above. 

Cache was cleaned, thus I can't revert to the older version.


### Steps to reproduce

1. Install Azote through xbps-install from official repos
2. Type Azote in a terminal emulator, preferably having a supported WM on the back-end
3. Experience the ModuleNotFoundError for yourself. 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Azote Self-Terminating With A ModuleNotFoundError
  2022-10-18 21:31 [ISSUE] Azote Self-Terminating With A ModuleNotFoundError TeusLollo
@ 2022-10-18 21:45 ` classabbyamp
  2022-10-18 21:57 ` TeusLollo
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-18 21:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/40029#issuecomment-1283042801

Comment:
does it still happen if you install `python3-setuptools`?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Azote Self-Terminating With A ModuleNotFoundError
  2022-10-18 21:31 [ISSUE] Azote Self-Terminating With A ModuleNotFoundError TeusLollo
  2022-10-18 21:45 ` classabbyamp
@ 2022-10-18 21:57 ` TeusLollo
  2022-10-18 22:05 ` [ISSUE] [CLOSED] " classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeusLollo @ 2022-10-18 21:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

New comment by TeusLollo on void-packages repository

https://github.com/void-linux/void-packages/issues/40029#issuecomment-1283052232

Comment:
I can confirm Azote works (Both terminal launch and .desktop launch) by installing `python3-setuptools`.

Hence, this is a missing dependency error.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Azote Self-Terminating With A ModuleNotFoundError
  2022-10-18 21:31 [ISSUE] Azote Self-Terminating With A ModuleNotFoundError TeusLollo
  2022-10-18 21:45 ` classabbyamp
  2022-10-18 21:57 ` TeusLollo
@ 2022-10-18 22:05 ` classabbyamp
  2023-04-01 19:14 ` hochata
  2023-04-01 19:59 ` TeusLollo
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-10-18 22:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2144 bytes --]

Closed issue by TeusLollo on void-packages repository

https://github.com/void-linux/void-packages/issues/40029

Description:
### Is this a new report?

Yes

### System Info

Void 5.15.74_1 x86_64 GenuineIntel uptodate rFFFF

### Package(s) Affected

azote-1.9.5_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

None known.

### Expected behaviour

Azote is a "_Wallpaper & color manager for Sway, i3 and other WMs_".

It operates as a GTK3 application handling wallpapers and backgrounds for compatible window managers, by operating as a front-end for various WM-compatible tools. It also features a built-in previewing tool and photo gallery, and a built-in color manager

### Actual behaviour

I didn't notice Azote was not executing at first (Latest package update https://github.com/void-linux/void-packages/pull/39033#issue-1359088098), since I have scripts handling wallpapers through the _swaybg_  tool (Hence, I mostly keep Azote for kicks). 

Some days ago, however, I tried running Azote through its .desktop file, and nothing happened. 

I subsequently resorted to the terminal, and I got the following as output:

```
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/azote/main.py", line 20, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
```
Since I don't recall experiencing any byte-compiling errors upon python3.10 updates (Or any other python3.10 error, for that matter), I can't tell if this should be considered a missing dependency, or a packaging error, or even a coding error in _main.py_ (I doubt the latter, unless latest python3.10 dropped some components)

Either way, Azote was working some months ago, yet, as the latest update, it ends with the output above. 

Cache was cleaned, thus I can't revert to the older version.


### Steps to reproduce

1. Install Azote through xbps-install from official repos
2. Type Azote in a terminal emulator, preferably having a supported WM on the back-end
3. Experience the ModuleNotFoundError for yourself. 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Azote Self-Terminating With A ModuleNotFoundError
  2022-10-18 21:31 [ISSUE] Azote Self-Terminating With A ModuleNotFoundError TeusLollo
                   ` (2 preceding siblings ...)
  2022-10-18 22:05 ` [ISSUE] [CLOSED] " classabbyamp
@ 2023-04-01 19:14 ` hochata
  2023-04-01 19:59 ` TeusLollo
  4 siblings, 0 replies; 6+ messages in thread
From: hochata @ 2023-04-01 19:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by hochata on void-packages repository

https://github.com/void-linux/void-packages/issues/40029#issuecomment-1493080158

Comment:
Hi, this issue came back at some point and it is present on master.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Azote Self-Terminating With A ModuleNotFoundError
  2022-10-18 21:31 [ISSUE] Azote Self-Terminating With A ModuleNotFoundError TeusLollo
                   ` (3 preceding siblings ...)
  2023-04-01 19:14 ` hochata
@ 2023-04-01 19:59 ` TeusLollo
  4 siblings, 0 replies; 6+ messages in thread
From: TeusLollo @ 2023-04-01 19:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 831 bytes --]

New comment by TeusLollo on void-packages repository

https://github.com/void-linux/void-packages/issues/40029#issuecomment-1493094642

Comment:
> Hi, this issue came back at some point and it is present on master.

Cannot replicate that. 
Even with the latest update (https://github.com/void-linux/void-packages/commit/c88ea0da92f1dacf11bc1e892ae234f31e90fd35), Azote still works perfectly when run both on terminal emulator and from .desktop launch (Rest of the system is also up-to-date, full upgrade & update) 

Please, could you try running Azote into a terminal emulator, and post its error ouput? If it's different enough, it may need a different issue to be opened. 

Can't seem to be able to re-open this issue, either, maybe I don't have the right privileges. 

Hopefully, it's just another missing dependency. 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-04-01 19:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 21:31 [ISSUE] Azote Self-Terminating With A ModuleNotFoundError TeusLollo
2022-10-18 21:45 ` classabbyamp
2022-10-18 21:57 ` TeusLollo
2022-10-18 22:05 ` [ISSUE] [CLOSED] " classabbyamp
2023-04-01 19:14 ` hochata
2023-04-01 19:59 ` TeusLollo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).