samjabrahams / tensorflow-on-raspberry-pi

TensorFlow for Raspberry Pi
Other
2.24k stars 496 forks source link

Program received signal SIGABRT, Aborted. - pure virtual method called #125

Open Esiravegna opened 6 years ago

Esiravegna commented 6 years ago

Describe the Issue

When installed the 1.2 python 3.4 whl on debian Wheezy, I got this error:

>>> tf.Session()                                                      
[New Thread 0x74de8450 (LWP 31328)]                                   
pure virtual method called                                            
terminate called without an active exception                          

Program received signal SIGABRT, Aborted.                             
[Switching to Thread 0x74de8450 (LWP 31328)]                          
0x76df78e6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6           

when running a tf.Session()

Steps to Reproduce

Just install the 1.2 tf whl in wheezy, import it and run it

Hardware/Software Info

Raspberry Pi 3, OSMC OS (Wheezy based, libc6 2.19, gcc 4.8.4)

Please provide the following information about your Raspberry Pi setup:

Thanks a lot!

Relevant Console Output/Logs

Program received signal SIGILL, Illegal instruction.                                  
[Thread 0x75de8450 (LWP 31289) exited]                                                
[Thread 0x74de8450 (LWP 31291) exited]                                                
[Thread 0x755e8450 (LWP 31290) exited]                                                
>>> tf.Session()                                                                      
[New Thread 0x74de8450 (LWP 31328)]                                                   
pure virtual method called                                                            
terminate called without an active exception                                          

Program received signal SIGABRT, Aborted.                                             
[Switching to Thread 0x74de8450 (LWP 31328)]                                          
0x76df78e6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6                           
(gdb)                                                                                 
(gdb) q                                                                               
pooyadav commented 6 years ago

I have similar issue. Anyone find solution?

Esiravegna commented 6 years ago

Move to berryconda and be happy.