Skip to content

PyMongo compatibility with latest version #209

Closed
@ghost

Description

Hi,
I dont know which version of PyMongo is used under the hood, but I tried to install mongodb-engine to use my database hosted on compose.io, but I got an error "ConfigurationError: Unknown option auto_start_request". I saw in the doc of PyMongo that "The pool_size, auto_start_request, and timeout parameters for Connection have been completely removed in this release. They were deprecated in pymongo-1.4 and have had no effect since then. Please make sure that your code doesn’t currently pass these parameters when creating a Connection instance." so I suspect my issue is link to that ? Is it possible as a workaround to downgrade the version of PyMongo until this issue is fixed as I cannot use it and work on my project ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions