今天学习使用 pytorch 的时候出现这个报错,原来是 numpy 版本过低的原因,于是升级了一下: pip install --upgrade numpy 然后就能通过了 来源于:https://blog.csdn.net/a6840231/article/details/88256524