Created by: zhouwei25
PR types
Others
PR changes
Others
Describe
- set default python3 for paddle windows. fix incompatible of python2 with python3.
- set cache dir for paddle windows and cache third_party.
- unify error code : build error :7, unittest error: 8
中文:
- 默认配置为py3环境;
- py2与3不兼容问题会挂20多个单测,有路径、py语法、依赖版本3方面问题,都修好了 ; 3.修改报错码;