TVM使用问题记录

微笑、不失礼 提交于 2020-12-16 12:56:30

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

 解决

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!