PyCharm Process finished with exit code -1073741819 (0xC0000005)
错误如下
Process finished with exit code -1073741819 (0xC0000005)
1. h5py这个坑
之前使用TensorFlow好好的,为了装cv2不小心装了一个h5py包,之后死活报上面的错误,解决方案是卸载该包:
C:\Users\XXX>pip uninstall h5py
Uninstalling h5py-2.7.0:
Woul...
原创
2018-09-19 16:10:56 ·
6640 阅读 ·
2 评论