mongo-connector
mongo-connector copied to clipboard
doc_manager issue
Hi. I am trying to connect my MongoDB to an AWS Elastic Search and have an error saying ModuleNotFoundError: No module named 'mongo_connector.doc_managers.mongo-connector[elastic2-aws]'
.
When I run pip install 'elastic2-doc-manager[elastic2,aws]'
the response is that the requirement is already satisfied. I have also tried running it using just the plain Elastic 2 doc manager the connection will simply timeout in 30 seconds with no other error msg. This is the command I am using mongo-connector -m "MONGOURL -t "AWSURL" -d 'mongo-connector[elastic2-aws]'
Any help would be appreciated.