Regarding the Cerebro README, I'll try to get it sorted out when I
have the time. I'd like to identify exactly what dependencies it
requires, so I don't add a bunch of installation requirements to the
README that aren't necessary, so I'll need to try a fresh install on a
VM to see what happens. If anyone has more details on this issue,
please tell me.

Regarding the NuPIC error, I think you need to remove a
previously-installed version of mathplotlib:
http://markmail.org/message/qwspz6sjc5bljogy

"However, by uninstalling the version of matplotlib installed by apt and
reinstalling via pip in addition to pulling the fix you suggested I
have gotten this working."
---------
Matt Taylor
OS Community Flag-Bearer
Numenta


On Fri, Sep 27, 2013 at 9:04 PM, freeha azmat <[email protected]> wrote:
> Readme only contains :
> libevent
> mongodb
> https://github.com/numenta/nupic.cerebro
>
> Secondly I installed nupic on Ubuntu 10 before and build was successful with
> all tests passed because the default version of the python installed is
> python 2.6.
>
> Now i tried to install nupic on Ubuntu 13 and i found build is successful
> and all tests are passed except one which refers to python 2.6. As ubuntu 13
> contains python 2.7 as default, so it is referring to one of the error due
> to python 2.6 .Is it ok if i proceed with this error ?
>
> cd $NTA
> ./bin/run_tests.sh
>
>
> tests/unit/py2/regions/knn_anomaly_classifier_region_test.py <-
> /home/freeha1/nupic-master/nta/eng/tests/unit/py2/regions/knn_anomaly_classifier_region_test.py:356:
> tests.unit.py2.regions.knn_anomaly_classifier_region_test PASSED
>
> ==================================== ERRORS
> ====================================
> ________ ERROR collecting tests/unit/py2/nupic/data/aggregator_test.py
> _________
> tests/unit/py2/nupic/data/aggregator_test.py:27: in <module>
>>   from nupic.data import aggregator
> lib/python2.7/site-packages/nupic/data/aggregator.py:30: in <module>
>>   from nupic.frameworks.prediction import utils
> lib/python2.7/site-packages/nupic/frameworks/prediction/utils.py:26: in
> <module>
>>   import nupic.frameworks.prediction.callbacks as callbacks
> lib/python2.7/site-packages/nupic/frameworks/prediction/callbacks.py:29: in
> <module>
>>     import pylab
> lib/python2.7/site-packages/pylab.py:1: in <module>
>>   from matplotlib.pylab import *
> lib/python2.7/site-packages/matplotlib/pylab.py:206: in <module>
>>   from matplotlib import mpl  # pulls in most modules
> lib/python2.7/site-packages/matplotlib/mpl.py:1: in <module>
>>   from matplotlib import artist
> lib/python2.7/site-packages/matplotlib/artist.py:5: in <module>
>>   from transforms import Bbox, IdentityTransform, TransformedBbox,
>> TransformedPath
> lib/python2.7/site-packages/matplotlib/transforms.py:34: in <module>
>>   from matplotlib._path import affine_transform
> E   ImportError: libpython2.6.so.1.0: cannot open shared object file: No
> such file or directory
> =============== 357 passed, 4 skipped, 1 error in 77.70 seconds
> ===============
>
> python $NUPIC/examples/opf/bin/OpfRunExperiment.py
> $NUPIC/examples/opf/experiments/multistep/hotgym/
>
>
>
>
> /home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/nupic/data/stream_reader.py:25:
> UserWarning: Module pkg_resources was already imported from
> /home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/pkg_resources.pyc,
> but /usr/lib/python2.7/dist-packages is being added to sys.path
>   from pkg_resources import resource_filename
> /home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/nupic/data/stream_reader.py:25:
> UserWarning: Module site was already imported from
> /usr/lib/python2.7/site.pyc, but /usr/lib/python2.7/dist-packages is being
> added to sys.path
>   from pkg_resources import resource_filename
>
> Traceback (most recent call last):
>   File "/home/freeha1/nupic-master/examples/opf/bin/OpfRunExperiment.py",
> line 29, in <module>
>     from nupic.frameworks.opf.experiment_runner import (runExperiment,
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/nupic/frameworks/opf/experiment_runner.py",
> line 38, in <module>
>     from nupic.frameworks.opf import opfbasicenvironment, opfhelpers
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/nupic/frameworks/opf/opfbasicenvironment.py",
> line 58, in <module>
>     from nupic.data.stream_reader import StreamReader
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/nupic/data/stream_reader.py",
> line 30, in <module>
>     from nupic.data.aggregator import Aggregator
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/nupic/data/aggregator.py",
> line 30, in <module>
>     from nupic.frameworks.prediction import utils
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/nupic/frameworks/prediction/utils.py",
> line 26, in <module>
>     import nupic.frameworks.prediction.callbacks as callbacks
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/nupic/frameworks/prediction/callbacks.py",
> line 29, in <module>
>     import pylab
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/pylab.py",
> line 1, in <module>
>     from matplotlib.pylab import *
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/matplotlib/pylab.py",
> line 206, in <module>
>     from matplotlib import mpl  # pulls in most modules
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/matplotlib/mpl.py",
> line 1, in <module>
>     from matplotlib import artist
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/matplotlib/artist.py",
> line 5, in <module>
>     from transforms import Bbox, IdentityTransform, TransformedBbox,
> TransformedPath
>   File
> "/home/freeha1/nupic-master/nta/eng/lib/python2.7/site-packages/matplotlib/transforms.py",
> line 34, in <module>
>     from matplotlib._path import affine_transform
> ImportError: libpython2.6.so.1.0: cannot open shared object file: No such
> file or directory
>
>
>
>
>
>
>
> On Fri, Sep 27, 2013 at 6:43 AM, freeha azmat <[email protected]> wrote:
>
> but somebody pointed out 3 days before that there are some other packages
> required.Can you please state them again
>
>
> http://markmail.org/message/ldbwsjviyxdwhvgj
>
> I thought the README was updated for all the necessary requirements. Please
> let me know if it is not.
>
>
>
> ---------
> Matt Taylor
> OS Community Flag-Bearer
> Numenta
>
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>
>
>
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>

_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to