[winerror 126] 找不到指定的模块。 error loading "d:\miniconda\envs\action_env\lib\site-packages\torch\lib\torch_python.dll" or one of its dependencies.
在使用这个yolov5模块的时候发现了这个错误,错误原因是因为python版本和torch版本冲突。
本人安装torch的python版本是3.7 后面安装yolov5的时候,由于yolov5需要的版本是python3.8,升级了一下python版本,导致了这个问题。
解决办法:删除虚拟环境文章来源:https://www.toymoban.com/news/detail-844071.html
conda remove --name 环境名称 --all
重新创建虚拟环境,重新下载torch即可。文章来源地址https://www.toymoban.com/news/detail-844071.html
到了这里,关于torch报错:[winerror 126] 找不到指定的模块torch_python.dll“ or one of its dependencies.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!