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

[BUG REPORT] FileNotFoundError: [WinError 2] #201

Open
gourcuff72 opened this issue Jan 7, 2024 · 1 comment
Open

[BUG REPORT] FileNotFoundError: [WinError 2] #201

gourcuff72 opened this issue Jan 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gourcuff72
Copy link

Describe the bug
Checking installs and venv + autodebug checks
Python version: 3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:18) [MSC v.192
9 64 bit (AMD64)]
Traceback (most recent call last):
File "D:\PortableGit\audio-webui\main.py", line 45, in
autodebug.catcher(e)
File "D:\PortableGit\audio-webui\autodebug\autodebug.py", line 79, in catcher
raise e
File "D:\PortableGit\audio-webui\main.py", line 19, in
prelaunch_checks()
File "D:\PortableGit\audio-webui\autodebug\prelaunch.py", line 30, in prelaunc
h_checks
print_git()
File "D:\PortableGit\audio-webui\autodebug\prelaunch.py", line 21, in print_gi
t
result = subprocess.run(command, capture_output=True)
File "C:\Users\Freeware Sys\AppData\Local\Programs\Python\Python310\lib\subpro
cess.py", line 501, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\Freeware Sys\AppData\Local\Programs\Python\Python310\lib\subpro
cess.py", line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Freeware Sys\AppData\Local\Programs\Python\Python310\lib\subpro
cess.py", line 1435, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
Press any key to continue . . .

I get this error when i open run.bat. My system is windows 8.1 , Acer aspire notebook with intel gpu

@gourcuff72 gourcuff72 added the bug Something isn't working label Jan 7, 2024
@gourcuff72
Copy link
Author

Probably it was because of using git - portable, But now i have problem that I cant save TorchPy to my pc because of less memory. How to save it to an usb?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants