module 'torch' has no attribute 'isin'
时间: 2023-10-02 13:07:14 浏览: 606
根据引用中的解决办法,你可以尝试将torch的版本回滚到1.9.1来解决这个问题。首先,使用以下命令卸载当前的torch版本:
pip uninstall torch
然后,使用以下命令重新安装torch的1.9.1版本:
pip install torch==1.9.1
这样就可以解决"module 'torch' has no attribute 'isin'"的问题了。另外,你可以使用引用中提供的方法查看torch中的py文件的位置。在anaconda环境中,torch的py文件位置通常为:/envs/环境名/lib/python版本号/site-packages/torch。如果你在步骤中发现'_six.py'文件,你可以尝试重启jupyter kernel以解决问题,具体方法可以参考引用的提示。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Pytorch出现错误Attribute Error: module ‘torch‘ has no attribute ‘_six](https://blog.csdn.net/qq_44727287/article/details/129903108)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文