You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: