YOLO V10安装、使用、训练大全
qq_16737793:
同样 解决了吗兄弟?
YOLO V10安装、使用、训练大全
Alan_Coliton:
requirements .txt第一次显示无法找到t为2.0.1的torch
后来在txt里把torch改成了2.4.0,torchversion改成了0.19.0
结果是torch可以正常安装,但是这一步错误是怎么回事?
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [22 lines of output]
Traceback (most recent call last):
File "C:\Users\Alan_Coliton\.conda\envs\yolov10\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in
main()
File "C:\Users\Alan_Coliton\.conda\envs\yolov10\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Alan_Coliton\
YOLO V10安装、使用、训练大全
吴小谅:
是的,我也不知道博主为什么说能自主识别有没有GPU,一开始我也下成了cpu版的,然后我发现问题之后就自己安装了GPU版的去了
YOLO V10安装、使用、训练大全
可乐先生764:
ERROR: Ignored the following versions that require a different python version: 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.11.2 Requires-Python <3.13,>=3.9; 1.11.3 Requires-Python <3.13,>=3.9; 1.11.4 Requires-Python >=3.9; 1.12.0 Requires-Python >=3.9; 1.12.0rc1 Requires-Python >=3.9; 1.12.0rc2 Requires-Python >=3.9; 1.13.0 Requires-Python >=3.9; 1.13.0rc1 Requires-Python >=3.9; 1.13.1 Requires-Python >=3.9; 1.14.0 Requires-Python >=3.10; 1.14.0rc1 Requires-Python >=3.10; 1.14.0rc2 Requires-Python >=3.10; 1.14.1 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement scipy==1.13.0 (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.3.2, 1.3.3,
YOLO V10安装、使用、训练大全
@政:
但这个不就是cpu版本的嘛 我按照这么下就是下载cpu版本的