I have python3.7 installed in my RPi. When I call 'python3' as shown below I get the following error:
user@raspberrypi:~ /user_folder $ python3
Segmentation fault
When I run it using gdb I get the following error:
(gdb) run
Starting program: /usr/bin/python3
Program received signal SIGSEGV, Segmentation fault.
0x001100b0 in PyErr_SetObject ()
I tried uninstalling/reinstalling python3, but it did not work. Also, python 2 works well without any issue.
Can someone please tell me how to fix this?