Skip to content

RSA_groups import error due to numba object mode fall back #3

Description

@olipfeifferthkoeln

Hello,

there seems to be a problem in your util.py script. I get this warning when i am trying to import RSAgroups.py.:

The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0.

The RSA functions wont run because of this error. The internet says you can solve this error when you either set @jit(nopython= ) to TRUE or False. I tried both but i didnt work.

Do you habe an solution to this?

Kind Regards,
Oliver

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions