Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pymongo 3.x.x does not work as a dependency lower version needed #1

Open
simkoc opened this issue Apr 18, 2016 · 0 comments
Open

pymongo 3.x.x does not work as a dependency lower version needed #1

simkoc opened this issue Apr 18, 2016 · 0 comments

Comments

@simkoc
Copy link

simkoc commented Apr 18, 2016

The documentation says that pymongo version 3.x.x is needed. But when installing the current one 3.2.2 or 3.0.0 using pip3 I encounter the following error:

ImportError: No module named 'pymongo.connection'

Installing pymongo 2.9 via pip3 install pymongo==2.9 fixes the problem and the crawler seems to run. Apparently there were some major code changes for version 3.0.

Even though this is technically not an error, a change in the dependency documentation would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant