bmaltais / kohya_ss

Apache License 2.0
9.43k stars 1.22k forks source link

Conflict between venv configuration and conda in Linux environment #2580

Closed bkkkc closed 3 months ago

bkkkc commented 3 months ago

Switching to virtual Python environment. 12:42:57-601079 INFO Python version is 3.10.6 (main, Oct 24 2022, 16:07:47) [GCC 11.2.0]
12:42:57-603889 ERROR The current version of python (sys.version_info(major=3, minor=10, micro=6, releaselevel='final', serial=0)) is not appropriate to
run Kohya_ss GUI
12:42:57-604957 ERROR The python version needs to be greater or equal to 3.10.9 and less than 3.11.0
Exiting Python virtual environment. Setup finished! Run ./gui.sh to start. Please note if you'd like to expose your public server you need to run ./gui.sh --share

b-fission commented 3 months ago

You should be able to update your conda env to a newer build of python 3.10 Try running the command conda install python=3.10.14