Error when trying to run from crypto.Util.strxor import strxor_c

Viewed 14

I have installed the right package into the right places but when i run code that has that on the top line i get this error

    from crypto.Util.strxor import strxor_c
  File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\crypto\Util\strxor.py", line 31, in <module>
    from Crypto.Util._raw_api import (load_pycryptodome_raw_lib, c_size_t,
ModuleNotFoundError: No module named 'Crypto'

how would I go about fixing this error?

0 Answers
Related