Installation issues on RedHat 7

@Sev, see this explanation to your question: https://github.com/numenta/nupic.core/blob/942d993015912542c0f5f6ebaffd7e8f6a688f32/CommonCompilerConfig.cmake#L185-L197

1 Like

Hi Again.
Almost there but failing some tests with when running
python $NUPIC/scripts/run_nupic_tests.py -u

Below is an example

Any idea what Im doing wrong

thanks
-Sev

========================================================== ERRORS ===========================================================
__________________________________ ERROR collecting tests/unit/nupic/data/filters_test.py ___________________________________
tests/unit/nupic/data/filters_test.py:34: in <module>
    from nupic.regions.RecordSensor import RecordSensor
/cfs/ad/binello/.local/lib/python2.7/site-packages/nupic-0.5.7.dev0-py2.7.egg/nupic/regions/RecordSensor.py:33: in <module>
    from nupic.encoders.record_sensor_capnp import RecordSensorProto
capnp/lib/capnp.pyx:3876: in capnp.lib.capnp._Loader.load_module (capnp/lib/capnp.cpp:75312)
    ???
capnp/lib/capnp.pyx:3855: in capnp.lib.capnp.load (capnp/lib/capnp.cpp:74806)
    ???
capnp/lib/capnp.pyx:3192: in capnp.lib.capnp.SchemaParser.load (capnp/lib/capnp.cpp:65957)
    ???
E   KjException: /home/cfsd/binello/.local/lib/python2.7/site-packages/nupic-0.5.7.dev0-py2.7.egg/nupic/movingaverage.capnp:0: failed: Duplicate ID @0xe712075e01db76d0.
E   stack: 0x7f877cdbc208 0x7f877ccdedd9 0x7f877ccde91a 0x7f877cd044da 0x7f877cd04a12 0x7f877cd08e06 0x7f877cd08efb 0x7f877cd08fbc 0x7f877cd09004 0x7f877cd17341 0x7f877cd165c6 0x7f877cd1a783 0x7f877cd01498 0x7f877cd08d8e 0x7f877cd0209e 0x7f877cd02387
_____________________________ ERROR collecting tests/unit/nupic/encoders/adaptivescalar_test.py _____________________________
tests/unit/nupic/encoders/adaptivescalar_test.py:37: in <module>
    from nupic.encoders.adaptivescalar_capnp import AdaptiveScalarEncoderProto
capnp/lib/capnp.pyx:3876: in capnp.lib.capnp._Loader.load_module (capnp/lib/capnp.cpp:75312)
    ???
capnp/lib/capnp.pyx:3855: in capnp.lib.capnp.load (capnp/lib/capnp.cpp:74806)
    ???
capnp/lib/capnp.pyx:3192: in capnp.lib.capnp.SchemaParser.load (capnp/lib/capnp.cpp:65957)
    ???
E   KjException: /cfs/ad/binello/.local/lib/python2.7/site-packages/nupic-0.5.7.dev0-py2.7.egg/nupic/encoders/adaptivescalar.capnp:0: failed: Duplicate ID @0xf11485b8c813b489.
E   stack: 0x7f877cdbc208 0x7f877ccdedd9 0x7f877ccde91a 0x7f877cd044da 0x7f877cd04a12 0x7f877cd08e06 0x7f877cd08efb 0x7f877cd09459 0x7f877cd09498 0x7f877ccddd3e 0x7f877ccdde4b 0x7f877cc80890 0x7f877cc6d77d 0x7f877cc4770a 0x7f877cc381e6 0x7f8782120dc3

@Sev Sorry it’s taken so long to get back to this. If you’re still interested in pursuing this, I have some more questions for you.

Do you remember how you installed NuPIC on your system? Perhaps at this point it would be prudent to uninstall NuPIC completely and attempt a re-installation.

Are you familiar with python? Could you use a virtualenv? If so try pip install nupic there.