进程已结束,退出代码132 (interrupted by signal 4: SIGILL---Tensorflow报错问题解决

进程已结束,退出代码132 (interrupted by signal 4: SIGILL Tensorflow报错问题解决

tensorflow版本:2.10.0 python版本:3.7

解决办法:
步骤1、先删除原来的tensorflow版本

>> pip uninstall protobuf
>> pip uninstall tensorflow

步骤2、用conda安装Tensorflow(conda安装至关重要):

conda install tensorflow

你可能感兴趣的:(Tensorflow,tensorflow,python,深度学习)