Jonathan Mackenzie
Jonathan Mackenzie
@SmatterTalk I fixed this in the latest code, don't worry about installing my hyperas fork. Pull this repo again, do `pip install -U hyperas` and then read the updated `README.md`...
Please post your issue here, it might help someone else in the future.
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 you please try running with python3?
If you examine the code carefully (line 1217 of `mongoexp.py`), it will try start a subprocess using the first string in the argument list. In your case this is your...
@maxpumperla I feel like there was some confusion. I originally made a speculative workaround for windows and posted this as a comment on an issue. Afterwards I made a pull...
The url: `mongo://localhost:27017/jobs` Refers to the instance of mongodb running on localhost that you can access via port 27017. `/jobs` refers to the `jobs` database of the currently running mongodb...
@yuluoliyuan you do this from command prompt.
After installing the latest version of hyperopt, you should end up with a file called `hyperopt-mongo-worker.exe` in the scripts folder of your python install. If that folder is in your...
Are you running the worker on a different machine to the one running `MongoTrials`? Make sure you have all the correct packages installed on the machine running the worker. Or...