Error "module 'Crypto.Cipher.AES' has no attribute 'MODE_CCM'" pops up , in sqsQueue.py when subscribing to RDP newsAlerts
Curable by 'pip install pycryptodomex', and amending the sqsQueue.py as:
10: from Crypto.Cipher import AES
to
10: from Cryptodome.Cipher import AES
Could you please adjust the https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/download "Quickstart and Python tutorials source code" accourdingly.
Or recommend an alternative solution.