Skip to content

Error in code on Ubuntu 24.04 #15

@3gmgithub

Description

@3gmgithub

Error in code on Ubuntu 24.04

python3 odl.py -h
Traceback (most recent call last):
  File "/home/jarendt/temp/tmp/logs/odl.py", line 53, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

I resolved by changing:

From:

from Crypto.Cipher import AES
from Crypto.Util.Padding import pad, unpad

To:

from Cryptodome.Cipher import AES
from Cryptodome.Util.Padding import pad, unpad

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions