Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed installation process #15086

Conversation

YassirEH
Copy link

@YassirEH YassirEH commented Mar 2, 2024

using Fedora39, Nobara39 i couldn't install torch using python 3.12 (default), all i did was change the webui.sh to use python3.10 instead of python3 because this is only compatible with python 3.10

Description

  • Fix installation process.
  • simply changed line 47 python_cmd="python3" to python_cmd="python3.10".
  • python3 (right now 3.12) isn't compatible.
  • do not i used a custom repository to install python 3.10 on my system using
    sudo dnf config-manager --add-repo https://download.fedoraproject.org/pub/fedora/linux/testing/37/x86_64/os/Packages/
    then sudo dnf install python310
    then python3.10 -m pip install --upgrade pip
    *this fixed the issue i was having during installation on Nobara39 and in a Fedora39 in a VM.
    *hope i was of any help, cheers.

Screenshots/videos:

Screenshot_20240302_174439

Checklist:

using Fedora39, Nobara39 i couldnt install torch using python 3.12 (default), all i did was change the webui.sh to use python3.10 instead of python3 because this is only compatible with python 3.10
@YassirEH YassirEH requested a review from AUTOMATIC1111 as a code owner March 2, 2024 17:39
@YassirEH YassirEH closed this Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant