返回顶部
首页 > 资讯 > 后端开发 > Python >Pytorch出现错误Attribute Error: module ‘torch‘ has no attribute ‘_six‘
  • 536
分享到

Pytorch出现错误Attribute Error: module ‘torch‘ has no attribute ‘_six‘

pytorchpythonvscodelinuxjupyter 2023-09-03 11:09:43 536人浏览 八月长安

Python 官方文档:入门教程 => 点击学习

摘要

1. 问题描述:我是在vscode中使用jupyter拓展,远程连接服务器。 2. torch版本:2.0 3. pytorch版本: 1.9.1 4. 问题原因:torch 2.0版本以后中没有 ‘

1. 问题描述:我是在vscode中使用jupyter拓展,远程连接服务器

2. torch版本:2.0

3. pytorch版本: 1.9.1

4. 问题原因:torch 2.0版本以后中没有 ‘_six.py’ 文件

5. 如何查看torch中的py文件?
我是用的anaconda,torch中的py文件位置为:

/envs/环境名/lib/python版本号(比如:python3.8)/site-packages/torch

在这里插入图片描述
6. 解决办法
(1)我第一开始试着把torch1.9中的’_six.py’文件复制到torch2.0中,发现还是不行(不知道为啥,有大佬能解释一下吗?)
然后我又重新装了torch1.9.1,问题解决了!
步骤如下:

pip uninstall torch
pip install torch==1.9.1

Tips: 如果在步骤5中发现有’_six.py’文件,可以点击重启jupyter kernel即可解决。
在这里插入图片描述

来源地址:https://blog.csdn.net/qq_44727287/article/details/129903108

--结束END--

本文标题: Pytorch出现错误Attribute Error: module ‘torch‘ has no attribute ‘_six‘

本文链接: https://lsjlt.com/news/392083.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作