mli / autocut

用文本编辑器剪视频
Apache License 2.0
6.6k stars 659 forks source link

运行autocut -t 命令报错,提示RuntimeError: It looks like there is no internet connection and the repo could not be found in the cache (/Users/qqq/.cache/torch/hub) #95

Closed EasonQian611 closed 1 year ago

EasonQian611 commented 1 year ago

请问各位有遇到过类似问题吗?运行autocut -t 命令报错

部分报错信息如下: File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/hub.py", line 555, in load repo_or_dir = _get_cache_or_reload(repo_or_dir, force_reload, trust_repo, "load", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/hub.py", line 199, in _get_cache_or_reload repo_owner, repo_name, ref = _parse_repo_info(github) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/torch/hub.py", line 156, in _parse_repo_info raise RuntimeError( RuntimeError: It looks like there is no internet connection and the repo could not be found in the cache (/Users/qqq/.cache/torch/hub)

chenqianhe commented 1 year ago

看报错是网络链接问题?