现象:
pip install时,scipy库报错importError: cannot import name 'Type'
解决方法:
降低scipy的版本到1.2.1 pip install scipy==1.2.1