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
>
> 
>
>


Reply via email to