参考:

问题描述:
import tensorflow时报错Process finished with exit code -1073741819 (0xC0000005)
解答:
百度了一大圈后,,发现好多人是通过 卸载或者更新h5py这个包来解决问题的,于是试着更新了一波。。conda update h5py。。。然后问题成功解决,,get!!!
Process finished with exit code -1073741819 (0xC0000005)
注:可以通过 conda list来查看是否有h5py这个包。
Process finished with exit code -1073741819 (0xC0000005)

相关文章:

  • 2021-10-28
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-24
  • 2021-05-12
  • 2021-09-05
  • 2021-11-13
  • 2021-11-15
相关资源
相似解决方案