Replies: 2 comments 10 replies
-
I'm wondering if your square brackets in your folder name might be tripping things up... |
Beta Was this translation helpful? Give feedback.
9 replies
-
this means exactly that - python cannot find C:\>python
Python 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import shutil
>>> shutil.which('git')
'c:\\program files\\git\\cmd\\git.EXE'
>>> and if you think git is really there and want to ignore this check, you can simply append |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was trying to install SD.Next, but I got "ERROR Git not found during installation". I have already install git 2.44.0-64-bit for Windows with "Use Git from the Windows Command line and also from 3rd-party-software" checked, and python-3.10.11-amd64 (pip 24.0).
I did git clone the SD.N and run
webui.bat --debug --use-directml
with cmd.exe, but it stopped with the error message.sdnext.log.zip
How I can continue the installation?
Additional information
Windows 10 Home 22H2
CPU: AMD Ryzen 9 5900X
GPU: AMD Radeon RX 7900 GRE (driver: 24.3.1)
RAM: DDR4 DIMM 3200MHz 16GB 2x
Git 2.44.0-64-bit / Python 3.10.11 / pip 24.0
Beta Was this translation helpful? Give feedback.
All reactions