While attempting to use cam-control on a win7-64x machine running python 3.8.10, control.exe, in addition to control-console.exe, was throwing the error,
"SystemError: initialization of _internal failed without raising an exception,"
from the Numba package.
I wrapped the entire control.py script in a try-except statement to actually capture the error, as control.exe quickly shuts down after erroring out.
After some googling, the error seemed to be caused by incompatible an incompatible numpy version.
I then resolved the issue by removing my local numpy installation from C:\Users*insert-username*\AppData\Roaming\Python\Python38\site-packages, and control.exe now runs without erroring.
I would like to restore the local numpy installation. I would welcome any thoughts on a solution. I've attached the stack trace below. Thanks!
CRASH_LOG.txt