Vannroath,

On second thought, before you go create a new issue against Taurus,
let's make sure that you have NuPIC installed properly.

What platform are you on, and how did you install NuPIC? You should
probably run a test app to ensure that NuPIC is installed properly. So
get the NuPIC source code:

git clone https://github.com/numenta/nupic.git

And run a the simple hotgym example:

> cd examples/opf/clients/hotgym/simple
> python hotgym.py

This command should print to stdout:

INFO:__main__:After 100 records, 1-step altMAPE=38.390240
INFO:__main__:After 200 records, 1-step altMAPE=29.214768
INFO:__main__:After 300 records, 1-step altMAPE=25.829702
INFO:__main__:After 400 records, 1-step altMAPE=24.262638
INFO:__main__:After 500 records, 1-step altMAPE=22.976900
INFO:__main__:After 600 records, 1-step altMAPE=22.890111
INFO:__main__:After 700 records, 1-step altMAPE=22.579927
INFO:__main__:After 800 records, 1-step altMAPE=22.859475
INFO:__main__:After 900 records, 1-step altMAPE=23.299378
INFO:__main__:After 1000 records, 1-step altMAPE=23.396538

Regards,
---------
Matt Taylor
OS Community Flag-Bearer
Numenta


On Mon, Feb 29, 2016 at 8:28 AM, Matthew Taylor <[email protected]> wrote:
> Hi Vannroath,
>
> The best way to report a problem with any numenta-apps projects is to
> create an issue on GitHub:
> https://github.com/numenta/numenta-apps/issues/new
>
> That way, the repo maintainers will get notified. Can you do that, please?
>
> Thanks,
> ---------
> Matt Taylor
> OS Community Flag-Bearer
> Numenta
>
>
> On Sun, Feb 28, 2016 at 10:19 PM, Ky Vannroath <[email protected]> wrote:
>> Hi everyone,
>>
>> I’m trying to install Taurus following the guide from
>> https://github.com/numenta/numenta-apps/tree/master/taurus
>>
>> by installing nta.utils, then htmengine, then taurus.metric_collectors, and
>> finally install taurus.
>>
>>
>>
>> According to the readme “With taurus installed, and configuration updated,
>> run taurus-create-db to initialize the database”. However, when I tried to
>> run taurus-create-db, I faced the following error. Please advise if I missed
>> some steps, or miss any configurations.
>>
>>
>>
>> Using /usr/local/lib/python2.7/dist-packages/apipkg-1.4-py2.7.egg
>>
>> Finished processing dependencies for taurus.engine==0.4.0
>>
>> /home/meharu/numenta-apps
>>
>> root@meharu-VirtualBox:/home/meharu/numenta-apps# export
>> APPLICATION_CONFIG_PATH=/home/meharu/numenta-apps/taurus/conf-user/
>>
>> root@meharu-VirtualBox:/home/meharu/numenta-apps# cd /usr/local/bin/
>>
>> root@meharu-VirtualBox:/usr/local/bin# taurus-create-db
>>
>> Traceback (most recent call last):
>>
>>   File "/usr/local/bin/taurus-create-db", line 9, in <module>
>>
>>     load_entry_point('taurus.engine', 'console_scripts',
>> 'taurus-create-db')()
>>
>>  File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 547, in
>> load_entry_point
>>
>>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2720,
>> in load_entry_point
>>
>>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2380,
>> in load
>>
>>   File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2386,
>> in resolve
>>
>>   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
>>
>> root@meharu-VirtualBox:/usr/local/bin#
>>
>>
>>
>> Regards,
>> Vannroath

Reply via email to