I was facing issue with cuda in python

TypingError: Failed in cuda mode pipeline (step: nopython frontend)
No implementation of function Function() found for signature:

eq(reflected list(unicode_type)<iv=None>, reflected list(unicode_type)<iv=None>)

There are 28 candidate implementations:
- Of which 26 did not match due to:
Overload of function ‘eq’: File: : Line N/A.
With argument(s): ‘(reflected list(unicode_type)<iv=None>, reflected list(unicode_type)<iv=None>)’:
No match.
- Of which 2 did not match due to:
Operator Overload in function ‘eq’: File: unknown: Line unknown.
With argument(s): ‘(reflected list(unicode_type)<iv=None>, reflected list(unicode_type)<iv=None>)’:
No match for registered cases:
* (bool, bool) → bool
* (int8, int8) → bool
* (int16, int16) → bool
* (int32, int32) → bool
* (int64, int64) → bool
* (uint8, uint8) → bool
* (uint16, uint16) → bool
* (uint32, uint32) → bool
* (uint64, uint64) → bool
* (float32, float32) → bool
* (float64, float64) → bool
* (complex64, complex64) → bool
* (complex128, complex128) → bool

During: typing of intrinsic-call at /tmp/ipykernel_10431/2065414258.py (24)