Uploaded image for project: 'Motor'
  1. Motor
  2. MOTOR-884

pip install motor[srv] should install pymongo[srv]

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 3.0
    • Affects Version/s: 2.5.1
    • Component/s: None
    • Labels:
      None

      pip installing motor do not installs dnsutils automatically nor does it support extra requirement as pymongo[srv] does. This creates conflict between pymongo4.0.1(latest) and pymongo<4(motor requires). also when running motor programs it ask to install pymongo with command "pip install pymongo[srv]" which again gives issue as it tries to install latest pymongo which is not support by motor yet.
      This issue is annoying as everytime we install motor, we have remember to reinstall pymongo[srv] after installation. A possible solution could be to let user specify extra dependecies at the installation time.

        1. Screenshot (10).png
          Screenshot (10).png
          468 kB
        2. Screenshot (11).png
          Screenshot (11).png
          531 kB

            Assignee:
            tushar.v@mongodb.com Tushar Verma (Inactive)
            Reporter:
            tusharvickey1999@gmail.com Tushar Singh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: