-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.9
-
Component/s: Encryption
-
None
I am trying to test Client Side Encryption with Python driver version 3.9.0
But when I am trying to import Algorithm or ClientEncryption from pymongo.encryption I am getting the ModuleNotFoundError error
ModuleNotFoundError: No module named 'pymongo.encryption'
But as per Python driver version 3.9.0 api documentation (https://api.mongodb.com/python/current/api/pymongo/encryption.html) it supports client side encryption. Also I verified python driver source code in git and it has the python .encryption module in version 3.9.0.
How to resolve this issue?