You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-02-21 13:56:13.169 Uncaught app exception
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "C:\yolov8-streamlit-app-main\main.py", line 53, in
print(subprocess.run(['yolo', 'task=detect', 'mode=predict', 'model=yolov8n.pt', 'conf=0.25', 'source={}'.format(source)],capture_output=True, universal_newlines=True).stderr)
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
Plezzz
The text was updated successfully, but these errors were encountered:
ultralytics 0.0.13 depends on torch>=1.7.0
torchvision 0.9.1 depends on torch==1.8.1
The user requested torch==1.7.1
ultralytics 0.0.13 depends on torch>=1.7.0
torchvision 0.9.0 depends on torch==1.8.0
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
2023-02-21 13:56:13.169 Uncaught app exception
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "C:\yolov8-streamlit-app-main\main.py", line 53, in
print(subprocess.run(['yolo', 'task=detect', 'mode=predict', 'model=yolov8n.pt', 'conf=0.25', 'source={}'.format(source)],capture_output=True, universal_newlines=True).stderr)
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\ProgramData\Anaconda3\envs\yolov8s\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
Plezzz
The text was updated successfully, but these errors were encountered: