question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fails to load on Arch Linux

See original GitHub issue

It doesn’t work for me on Arch Linux with Gimp 2.10.20. After the setup routine and enabling the new path in the plug-in settings, all I can get is this output:

$ gimp

(gimp:64872): Gtk-WARNING **: 16:48:20.054: Unable to locate theme engine in module_path: "adwaita",
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
GIMP-Error: Unable to run plug-in "deepdenoise.py"
(/home/maximilian/.gimp-plugins/deepdenoise.py)

Failed to execute child process ?/home/maximilian/.gimp-plugins/deepdenoise.py? (Exec format error)

gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
GIMP-Error: Unable to run plug-in "deepmatting.py"
(/home/maximilian/.gimp-plugins/deepmatting.py)

Failed to execute child process ?/home/maximilian/.gimp-plugins/deepmatting.py? (Exec format error)

gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
GIMP-Error: Unable to run plug-in "faceparse.py"
(/home/maximilian/.gimp-plugins/faceparse.py)

Failed to execute child process ?/home/maximilian/.gimp-plugins/faceparse.py? (Exec format error)

GIMP-Error: Unable to run plug-in "invert.py"
(/home/maximilian/.gimp-plugins/invert.py)

Failed to execute child process ?/home/maximilian/.gimp-plugins/invert.py? (Exec format error)

gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
GIMP-Error: Unable to run plug-in "monodepth.py"
(/home/maximilian/.gimp-plugins/monodepth.py)

Failed to execute child process ?/home/maximilian/.gimp-plugins/monodepth.py? (Exec format error)

GIMP-Error: Unable to run plug-in "super_resolution.py"
(/home/maximilian/.gimp-plugins/super_resolution.py)

Failed to execute child process ?/home/maximilian/.gimp-plugins/super_resolution.py? (Exec format error)

GIMP-Error: Unable to run plug-in "syncWeights.py"
(/home/maximilian/.gimp-plugins/syncWeights.py)

Failed to execute child process ?/home/maximilian/.gimp-plugins/syncWeights.py? (Exec format error)

GIMP-Error: Unable to run plug-in "update.py"
(/home/maximilian/.gimp-plugins/update.py)

Failed to execute child process ?/home/maximilian/.gimp-plugins/update.py? (Exec format error)

Installed python2-virtualenv, python-virtualenv, python-virtualenvwrapper and python2-pip and python-pip.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
valgurcommented, Sep 15, 2020

You are most likely missing the gimp-python package equivalent, which is needed for Python plugin support but which has been dropped from most distros after Python 2 was end-of-lifed at the start of this year. It is still available via AUR on Arch Linux, though. Try:

yay -S python2-gimp

If that fails, you can also try my fork of GIMP-ML which has explicit Arch Linux support and tests for it included.

0reactions
CapSelcommented, Sep 28, 2022

right now python2 is deprecated https://www.python.org/doc/sunset-python-2/ and it does not exist in archlinux packages

Read more comments on GitHub >

github_iconTop Results From Across the Web

[SOLVED] Can`t boot into arch "Failed to start Load Kernel ...
Check "uname -a" on the failing boot, it's likely an older kernel. Boot the arch install iso, arch-chroot into the installed system, make...
Read more >
Arch Linux won't boot, now what?
Check recently edited config files · Check your kernel · Rebuild the initramfs image · Reinstall the bootloader · Restore all packages to...
Read more >
Arch Linux does not boot: how to fix it
If your Arch Linux does not boot or boot into a black screen, start by switching to another terminal with the keyboard shortcuts...
Read more >
can't boot into arch linux after fresh installation
So I just tried to install archlinux a bunch of time without being able to boot to it, I searched my problem and...
Read more >
Problems with the Arch Linux "archinstall" script - YouTube
This video is not to talk bad about Arch Linux or archinstall. This official script to automate some of the Arch installation steps...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found