Ubuntu 14 swarm.py

Hello,

I am currently trying to implement HTM with a different csv file by following the hot gym example. However I ran into this problem after creating swarm.py and swarm_description.py:

andrew@andrew-VirtualBox:~$ ./swarm.py
Generating experiment files in directory: /home/andrew/swarm…
Writing 314 lines…
Writing 114 lines…
done.
None
No handlers could be found for logger “nupic.database.client_jobs_dao”

any help is appreciated.

Put this in your swarm.py:

import logging
logging.basicConfig()