CodePudding user response:
Sorry, but could you import like this?
from crypto.Util import xxx
CodePudding user response:
I used git bash instead of wsl(ubuntu) and it worked. Must've been something with my wsl and having like 3 different versions of python on my system at once. On wsl the python version as 3.9.5 while on git bash it was 3.9.6(which is what my computer had). Don't know if different versions cause this error, but I'd say just try to use the same version everywhere.