在NVIDIA Jetson xavier NX上面安装了torch之后,在import的时候提示AttributeError: module ‘torch‘ has no attribute ‘_six
Google 搜索得到如下答案,
抱着试一试的心态,重启了下,结果问题解决
AttributeError: module ‘torch‘ has no attribute ‘_six‘------重启后问题解决
原文:https://www.cnblogs.com/cumtchw/p/13425259.html