You are not logged in.

#1 2026-05-25 18:05:37

samdavid6
Member
Registered: 2008-09-18
Posts: 36

[SOLVED] SwarmUI and Python 3.12

I am trying to install SwarmUI which requires Python 3.10, 3.11 or 3.12.

In addition to the latest Python (3.14) I have installed Python 3.12 using the python312 package on AUR.

I have tried setting the venv to 3.12 using pyenv, both locally and globally. Once activated, I start the virtual environment before running the SwarmUI install script. And it still gives me an error that the python version is set to 3.14.

What am I doing wrong?

Last edited by samdavid6 (2026-05-25 18:51:11)

Offline

#2 2026-05-25 18:50:31

samdavid6
Member
Registered: 2008-09-18
Posts: 36

Re: [SOLVED] SwarmUI and Python 3.12

Figured it out.  pyenv is not the way to do it.

I installed python312 and python311 from AUR.

Created a Virtual environment using

python3.11 -m venv myenv
python3.11 myenv activate


Once installed I did

deactivate

in the environment to quit.

Offline

Board footer

Powered by FluxBB