Advertisement
REALAPROX

Untitled

Jan 12th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. ────────────────────────────────────────Traceback (most recent call last):
  2. File "D:\Projects\AI Projects\InvokeAI\InvokeAI-Installer\lib\main.py", line 52, in <module>
  3. inst.install(**args.__dict__)
  4. File "D:\Projects\AI Projects\InvokeAI\InvokeAI-Installer\lib\installer.py", line 173, in install
  5. self.instance.install(
  6. File "D:\Projects\AI Projects\InvokeAI\InvokeAI-Installer\lib\installer.py", line 226, in install
  7. self.install_torch(extra_index_url, find_links)
  8. File "D:\Projects\AI Projects\InvokeAI\InvokeAI-Installer\lib\installer.py", line 241, in install_torch
  9. pip[
  10. File "C:\Users\Wizzard\AppData\Local\Temp\invokeai-installer-tmpt6rb0o3f\Lib\site-packages\plumbum\commands\modifiers.py", line 145, in __rand__
  11. cmd(
  12. File "C:\Users\Wizzard\AppData\Local\Temp\invokeai-installer-tmpt6rb0o3f\Lib\site-packages\plumbum\commands\base.py", line 113, in __call__
  13. return self.run(args, **kwargs)[1]
  14. ^^^^^^^^^^^^^^^^^^^^^^^^
  15. File "C:\Users\Wizzard\AppData\Local\Temp\invokeai-installer-tmpt6rb0o3f\Lib\site-packages\plumbum\commands\base.py", line 251, in run
  16. with self.bgrun(args, **kwargs) as p:
  17. File "C:\Users\Wizzard\AppData\Local\Programs\Python\Python311\Lib\contextlib.py", line 137, in __enter__
  18. return next(self.gen)
  19. ^^^^^^^^^^^^^^
  20. File "C:\Users\Wizzard\AppData\Local\Temp\invokeai-installer-tmpt6rb0o3f\Lib\site-packages\plumbum\commands\base.py", line 207, in bgrun
  21. p = self.popen(args, **kwargs)
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  23. File "C:\Users\Wizzard\AppData\Local\Temp\invokeai-installer-tmpt6rb0o3f\Lib\site-packages\plumbum\commands\base.py", line 332, in popen
  24. return self.cmd.popen(self.args + list(args), **kwargs)
  25. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. File "C:\Users\Wizzard\AppData\Local\Temp\invokeai-installer-tmpt6rb0o3f\Lib\site-packages\plumbum\machines\local.py", line 115, in popen
  27. return self.machine._popen(
  28. ^^^^^^^^^^^^^^^^^^^^
  29. File "C:\Users\Wizzard\AppData\Local\Temp\invokeai-installer-tmpt6rb0o3f\Lib\site-packages\plumbum\machines\local.py", line 295, in _popen
  30. proc = PlumbumLocalPopen(
  31. ^^^^^^^^^^^^^^^^^^
  32. File "C:\Users\Wizzard\AppData\Local\Temp\invokeai-installer-tmpt6rb0o3f\Lib\site-packages\plumbum\machines\local.py", line 29, in __init__
  33. self._proc = Popen(*args, **kwargs) # pylint: disable=consider-using-with
  34. ^^^^^^^^^^^^^^^^^^^^^^
  35. File "C:\Users\Wizzard\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1022, in __init__
  36. self._execute_child(args, executable, preexec_fn, close_fds,
  37. File "C:\Users\Wizzard\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1491, in _execute_child
  38. hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
  39. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  40. FileNotFoundError: [WinError 2] The system cannot find the file specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement