2021年2月25日
摘要: 1.No module named 'numpy.core._multiarray_umath' 解决:升级numpy版本 pip install --upgrade --force-reinstall numpy==1.14.5 #重新安装合适的numpy版本 阅读全文
posted @ 2021-02-25 10:30 caigan 阅读(97) 评论(0) 推荐(0) 编辑