Skip to content

Numba "SystemError: initialization of _internal failed without raising an exception" #3

Description

@mposter1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions