blueturtleai/gimp-stable-diffusion

import urllib2

icf20 opened this issue · 4 comments

icf20 commented

please not this require python2

GIMP 2 is based on python 2. On Windows/Mac it’s included in the setup. If you are on Linux and run into problems, please check the troubleshooting section in the readme.

icf20 commented

Python 2 is not longer maintained, installing that should be a big nope

Okay, I see. Are you on Linux?

kozec commented

It may help if you use py2-specific shebang

-#!/usr/bin/python
+#!/usr/bin/env python2

Sadly, python incorrectly defaults to python3 on Arch and Fedora-based distros.