安装
https://zhuanlan.zhihu.com/p/29971657(主要看这个)
下面2个是参考
https://blog.csdn.net/yhaolpz/article/details/71375762
https://blog.csdn.net/zoro_lov3/article/details/60581174
测试
https://blog.csdn.net/hongbin_xu/article/details/76100132
出现的问题
(1)AttributeError: 'module' object has no attribute 'text_format'
解决方法:https://blog.csdn.net/u013066730/article/details/89945596
(2)numpy版本不兼容问题解决办法
解决方法: https://blog.csdn.net/lanyuxuan100/article/details/78797162
(3)TypeError: slice indices must be integers or None or have an __index__ method
解决方法: https://blog.csdn.net/qq_27637315/article/details/78849756