Process finished with exit code -1073741819

Process finished with exit code -1073741819 ,第1张

Process finished with exit code -1073741819 (0xC0000005)

问题
pycharm报错:
Process finished with exit code -1073741819 (0xC0000005)

解决:

首先通过 conda list 查看是否有h5py这个包

发现有h5py,然后 conda update h5py 来更新h5py包。

即命令行输入:

conda list
conda update h5py

问题解决~

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/717226.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-25
下一篇 2022-04-25

发表评论

登录后才能评论

评论列表(0条)

保存