赞
踩
运行anaconda自带的spyder没出问题,spyder(tensorflow)下的会出现
An error ocurred while starting the kernel
tensorflow/python/lib/core/bfloat16.cc:675] Check failed: PyBfloat16_Type.tp_base != nullptr
或者运行anaconda prompt的tensorflow环境时出现
ImportError: DLL load failed: 找不到指定的模块。
ImportError: numpy.core.multiarray failed to import
在网上找了很久,终于找到了解决方案。具体步骤如下:
- import numpy
- print(numpy.__path__)
输出的是numpy的安装路径,找到这个文件夹里的numpy删除
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。