-
Notifications
You must be signed in to change notification settings - Fork 21
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_conn #6
Comments
Make sure you have mongodb installed and created a user with readWrite permission on a database called From terminal run: export pymongo_conn=mongodb://username:password@localhost:27017/admin |
Hi
Is there any place I setting incorrect? Sincerely Regards |
I modified hyperas a bit, I should probably have the requirements install my fork, do: pip uninstall hyperas
pip install git+https://github.com/JonnoFTW/hyperas |
@SmatterTalk I fixed this in the latest code, don't worry about installing my hyperas fork. Pull this repo again, do |
Hi I've updated the code again and still have some problems with it. |
Please post your issue here, it might help someone else in the future. |
when running |
You need to install mongodb and create a user, there's guides here: https://docs.mongodb.com/manual/installation/ You don't really even need to use it (it's only to store results for later review), you can just comment out the lines 173, 174, 175, 176, 191, 192 in main.py |
Thanks, I've commented out those lines and I just want to run it successfully.
and however when running
Is there any place I am setting wrong |
Can you please try running with python3? |
Hi
how should I set pymongo_conn into the environment variable in MacOS
The text was updated successfully, but these errors were encountered: