Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-1967

MongoDB python driver 3.9.0 missing encryption module

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.9
    • Component/s: Encryption
    • Labels:
      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?

            Assignee:
            bernie@mongodb.com Bernie Hackett
            Reporter:
            pmanivannan89@gmail.com Manivannan Ponnusamy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: