You are not logged in.
Pages: 1
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
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
Pages: 1