Fails to load on Arch Linux
See original GitHub issueIt 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:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:If that fails, you can also try my fork of GIMP-ML which has explicit Arch Linux support and tests for it included.
right now python2 is deprecated https://www.python.org/doc/sunset-python-2/ and it does not exist in archlinux packages