首页 > 技术文章 > TVM使用问题记录

jourluohua 2019-03-27 15:33 原文

1.numpy提示repeat错误

错误信息为

One method of fixing this is to repeatedly uninstall numpy until none is found, then reinstall this version.

使用pip uninstall numpy 多次,一直到提示没有numpy之后,再重新安装numpy

2. AttributeError: module 'attr' has no attribute 's'错误

明明import attr,也安装了attr包,但一直会报没有's'属性的错误,经查找是安装包错误的问题

卸载attr包,使用

pip install attrs --user

 解决

推荐阅读