赞
踩
pip show numpy
NumPy 查看当前可选版本。
pip uninstall numpy
pip install -U numpy==1.15.4
# 1.15.4是自定的版本号
出现这的报错就是numpy需要降级了:
FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。