AssertionError - Unknow Problem

Hi all,

A very weird problem, almost unbelievable. I restarted my computer (Windows 10), and Python+Numba problems that I’ve been using for years are now not running.

Always facing the error: Exception has occurred: AssertionError

Even without the jit decorator, the Python also raises an error if I use the structure List.empty_list(int64), such as in:
MultipleList = [List.empty_list(int64) , List.empty_list(int64)]

Absolutely no idea what happened. Any clue?
Thanks!