Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Lutris missing dependency I think
@ 2021-11-19 16:40 lavitt
  2021-11-19 20:01 ` Anachron
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: lavitt @ 2021-11-19 16:40 UTC (permalink / raw)
  To: ml

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

New issue by lavitt on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.13.19_1 x86_64 GenuineIntel notuptodate rrrrmmnFFFFFFF
  *output of ``xuname`` (part of xtools)*
* package:  lutris-0.5.9.1_1
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>``

### Expected behavior
launching
### Actual behavior
not launching
### Steps to reproduce the behavior
try to launch


I believe it depends on python3-pillow-simd-7.1.2_3, but this isn't listed as a dependency (xbps-query -v -R -x lutris). It wouldn't run until I installed that at least.


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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
@ 2021-11-19 20:01 ` Anachron
  2021-11-23 12:50 ` ericonr
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Anachron @ 2021-11-19 20:01 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-974390550

Comment:
Can you strace it?

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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
  2021-11-19 20:01 ` Anachron
@ 2021-11-23 12:50 ` ericonr
  2021-11-23 13:26 ` paper42
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-11-23 12:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-976484722

Comment:
@lavitt feel free to open a PR fixing this :)

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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
  2021-11-19 20:01 ` Anachron
  2021-11-23 12:50 ` ericonr
@ 2021-11-23 13:26 ` paper42
  2021-11-23 18:47 ` colourfuloctopus
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-11-23 13:26 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-976530880

Comment:
@lavitt could you run lutris in terminal and post the output here?

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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
                   ` (2 preceding siblings ...)
  2021-11-23 13:26 ` paper42
@ 2021-11-23 18:47 ` colourfuloctopus
  2021-12-09  8:03 ` mvf
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: colourfuloctopus @ 2021-11-23 18:47 UTC (permalink / raw)
  To: ml

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

New comment by colourfuloctopus on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-977006545

Comment:
It does not run for me either. Running Lutris -d produces 
`/usr/lib/python3.10/site-packages/PIL/Image.py:114: RuntimeWarning: The _imaging extension was built for another version of Pillow or PIL:
Core version: 8.4.0
Pillow version: 7.1.2
  warnings.warn(str(v), RuntimeWarning)
/usr/lib/python3.10/site-packages/PIL/Image.py:114: RuntimeWarning: The _imaging extension was built for another version of Pillow or PIL:
Core version: 8.4.0
Pillow version: 7.1.2
  warnings.warn(str(v), RuntimeWarning)
Traceback (most recent call last):
  File "/bin/lutris", line 52, in <module>
    from lutris.gui.application import Application  # pylint: disable=no-name-in-module
  File "/usr/lib/python3.10/site-packages/lutris/gui/application.py", line 43, in <module>
    from lutris.gui.installerwindow import InstallerWindow
  File "/usr/lib/python3.10/site-packages/lutris/gui/installerwindow.py", line 16, in <module>
    from lutris.installer import interpreter
  File "/usr/lib/python3.10/site-packages/lutris/installer/interpreter.py", line 14, in <module>
    from lutris.installer.installer import LutrisInstaller
  File "/usr/lib/python3.10/site-packages/lutris/installer/installer.py", line 13, in <module>
    from lutris.services import SERVICES
  File "/usr/lib/python3.10/site-packages/lutris/services/__init__.py", line 7, in <module>
    from lutris.services.dolphin import DolphinService
  File "/usr/lib/python3.10/site-packages/lutris/services/dolphin.py", line 5, in <module>
    from PIL import Image
  File "/usr/lib/python3.10/site-packages/PIL/Image.py", line 96, in <module>
    raise ImportError(
ImportError: The _imaging extension was built for another version of Pillow or PIL:
Core version: 8.4.0
Pillow version: 7.1.2`

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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
                   ` (3 preceding siblings ...)
  2021-11-23 18:47 ` colourfuloctopus
@ 2021-12-09  8:03 ` mvf
  2021-12-09  9:49 ` paper42
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mvf @ 2021-12-09  8:03 UTC (permalink / raw)
  To: ml

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

New comment by mvf on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-989605153

Comment:
Works for me (`lutris-0.5.9.1_1` on `x86_64` like the OP). I don't have `python3-pillow-simd` installed, only `python3-Pillow-8.4.0_1`, and `lutris` depends on it.

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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
                   ` (4 preceding siblings ...)
  2021-12-09  8:03 ` mvf
@ 2021-12-09  9:49 ` paper42
  2021-12-09  9:55 ` paper42
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-12-09  9:49 UTC (permalink / raw)
  To: ml

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

New comment by colourfuloctopus on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-977006545

Comment:
It does not run for me either. Running Lutris -d produces 
```
/usr/lib/python3.10/site-packages/PIL/Image.py:114: RuntimeWarning: The _imaging extension was built for another version of Pillow or PIL:
Core version: 8.4.0
Pillow version: 7.1.2
  warnings.warn(str(v), RuntimeWarning)
/usr/lib/python3.10/site-packages/PIL/Image.py:114: RuntimeWarning: The _imaging extension was built for another version of Pillow or PIL:
Core version: 8.4.0
Pillow version: 7.1.2
  warnings.warn(str(v), RuntimeWarning)
Traceback (most recent call last):
  File "/bin/lutris", line 52, in <module>
    from lutris.gui.application import Application  # pylint: disable=no-name-in-module
  File "/usr/lib/python3.10/site-packages/lutris/gui/application.py", line 43, in <module>
    from lutris.gui.installerwindow import InstallerWindow
  File "/usr/lib/python3.10/site-packages/lutris/gui/installerwindow.py", line 16, in <module>
    from lutris.installer import interpreter
  File "/usr/lib/python3.10/site-packages/lutris/installer/interpreter.py", line 14, in <module>
    from lutris.installer.installer import LutrisInstaller
  File "/usr/lib/python3.10/site-packages/lutris/installer/installer.py", line 13, in <module>
    from lutris.services import SERVICES
  File "/usr/lib/python3.10/site-packages/lutris/services/__init__.py", line 7, in <module>
    from lutris.services.dolphin import DolphinService
  File "/usr/lib/python3.10/site-packages/lutris/services/dolphin.py", line 5, in <module>
    from PIL import Image
  File "/usr/lib/python3.10/site-packages/PIL/Image.py", line 96, in <module>
    raise ImportError(
ImportError: The _imaging extension was built for another version of Pillow or PIL:
Core version: 8.4.0
Pillow version: 7.1.2
```

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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
                   ` (5 preceding siblings ...)
  2021-12-09  9:49 ` paper42
@ 2021-12-09  9:55 ` paper42
  2021-12-24 23:54 ` HadetTheUndying
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-12-09  9:55 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-989689683

Comment:
```
ImportError: The _imaging extension was built for another version of Pillow or PIL:
Core version: 8.4.0
Pillow version: 7.1.2
```
python3-Pillow which lutris has in dependencies is on version 8.4.0, python3-pillow-simd is on version 7.1.2, but it is supposed to replace python3-Pillow, so both packages shouldn't be able to exist next to each other. Make sure you don't have python3-pillow-simd installed through xbps or pip.

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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
                   ` (6 preceding siblings ...)
  2021-12-09  9:55 ` paper42
@ 2021-12-24 23:54 ` HadetTheUndying
  2021-12-25 21:01 ` paper42
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: HadetTheUndying @ 2021-12-24 23:54 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-1000948293

Comment:
It sounds to me like you may have run `pip` as sudo at some point you might be able to track down some issues running `xbps-pkgdb -a` 

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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
                   ` (7 preceding siblings ...)
  2021-12-24 23:54 ` HadetTheUndying
@ 2021-12-25 21:01 ` paper42
  2021-12-30 15:34 ` [ISSUE] [CLOSED] " paper42
  2021-12-30 15:34 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-12-25 21:01 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-1001072226

Comment:
@colourfuloctopus's issue is a user error and @lavitt's issue is not reproducible by anyone else, could you provide more information about your system? Please try replacing python3-pillow-simd with python3-Pillow. Are you using pip? Is the output of `xbps-pkgdb -a` clean?

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

* Re: [ISSUE] [CLOSED] Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
                   ` (8 preceding siblings ...)
  2021-12-25 21:01 ` paper42
@ 2021-12-30 15:34 ` paper42
  2021-12-30 15:34 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-12-30 15:34 UTC (permalink / raw)
  To: ml

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

Closed issue by lavitt on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.13.19_1 x86_64 GenuineIntel notuptodate rrrrmmnFFFFFFF
  *output of ``xuname`` (part of xtools)*
* package:  lutris-0.5.9.1_1
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>``

### Expected behavior
launching
### Actual behavior
not launching
### Steps to reproduce the behavior
try to launch


I believe it depends on python3-pillow-simd-7.1.2_3, but this isn't listed as a dependency (xbps-query -v -R -x lutris). It wouldn't run until I installed that at least.


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

* Re: Lutris missing dependency I think
  2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
                   ` (9 preceding siblings ...)
  2021-12-30 15:34 ` [ISSUE] [CLOSED] " paper42
@ 2021-12-30 15:34 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-12-30 15:34 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/34158#issuecomment-1003078817

Comment:
This issue is not reproducible, so it's most likely a user error and the original author doesn't respond. Feel free to reopen this if it keeps happening.

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

end of thread, other threads:[~2021-12-30 15:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19 16:40 [ISSUE] Lutris missing dependency I think lavitt
2021-11-19 20:01 ` Anachron
2021-11-23 12:50 ` ericonr
2021-11-23 13:26 ` paper42
2021-11-23 18:47 ` colourfuloctopus
2021-12-09  8:03 ` mvf
2021-12-09  9:49 ` paper42
2021-12-09  9:55 ` paper42
2021-12-24 23:54 ` HadetTheUndying
2021-12-25 21:01 ` paper42
2021-12-30 15:34 ` [ISSUE] [CLOSED] " paper42
2021-12-30 15:34 ` paper42

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).