Hi Vitaly, I successfully initialized the database after changing what you instructed. Then I tried to follow thru the readme and face another issue on part "Start Taurus services with supervisord" with the following error. Please advise.
root@meharu-VirtualBox:/home/meharu/numenta-apps/taurus# supervisord -c conf-user/supervisord.conf Error: Format string 'python -m htmengine.monitors.rmq_metric_collector_agent --metric-addr=%(ENV_TAURUS_RMQ_METRIC_DEST)s --metric-prefix=%(ENV_TAURUS_RMQ_METRIC_PREFIX)s' for 'command' contains names which cannot be expanded For help, use /usr/local/bin/supervisord -h Best, Vannroath -----Original Message----- From: nupic [mailto:[email protected]] On Behalf Of Vitaly Kruglikov Sent: Thursday, March 03, 2016 2:29 PM To: Vannroath <[email protected]> Subject: Re: numenta-apps: taurus installation issue Hi Vannroath, I was able to reproduce the problem that you¹re experiencing on Ubuntu 64bit running in VirtualBox. In taurus/taurus/engine/__init__.py, try changing the string parameter taurus to taurus.engine in the statement distribution = get_distribution("taurus") Best, Vitaly > >------------------------------ > >Message: 3 >Date: Wed, 2 Mar 2016 03:16:29 +0900 >From: "Ky Vannroath" <[email protected]> >To: "'NuPIC general mailing list.'" <[email protected]> >Subject: RE: numenta-apps: taurus installation issue >Message-ID: <[email protected]> >Content-Type: text/plain; charset="us-ascii" > >Hi, > > > >Here is what I got: > > > >root@meharu-VirtualBox:/usr/local/bin# python > >Python 2.7.6 (default, Jun 22 2015, 17:58:13) > >[GCC 4.8.2] on linux2 > >Type "help", "copyright", "credits" or "license" for more information. > >>>> import taurus.engine > >Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > File "/home/meharu/numenta-apps/taurus/taurus/engine/__init__.py", >line 12, in <module> > > distribution = get_distribution("taurus") > > File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line >540, in get_distribution > > File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line >420, in get_provider > > File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line >941, in require > > File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line >828, in resolve > >pkg_resources.DistributionNotFound: The 'taurus' distribution was not >found and is required by the application > > > >And the second question about PYTHONPATH, I'm not quite understand >about the question. > >During the installation of nta.utils, and Taurus, etc. I just didn't >specify the --install-dir (because in read me said, if I don't specify >it, system default is used). > > > >Best, > >Vannroath > > > >
