Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
olipfeifferthkoeln opened this issue Jul 5, 2023 · 0 comments
Open

Comments

@olipfeifferthkoeln
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant