... RDP newsAlerts
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/refinitiv-data-platform/refinitiv-data-platform-apis/downloads  "Quickstart and Python tutorials source code" accourdingly. 
Or recommend an alternative solution.