Newbie: py.test mostly passed not sure if installation a success

Thanks Austin, Rhyolight,

I upgraded my RAM from 2G to 8G.

After trying some steps at: Installing NuPIC on Ubuntu 12

Currently at:
nupic: 0.6.1.dev0 nupic.bindings: 0.6.2.dev0
==== 2 failed, 744 passed, 17 skipped, 7 pytest-warnings in 255.12 seconds =====
(1 failed down )

I wonder what the 17 skipped and 7pytest-warnings are about.
And also wondering if installing Ubuntu on Windows/vmware would make any difference since my friends system is configured that way.

Anyhow I will check into your feedback and report back. I am new to GIT as well so it’ll take some time to understand. Thanks!!

current text in red at the console when (py.test tests/unit) :
_____________________ CLAClassifierHelperTest.testAddLabel _____________________

def _raiseerror(self, value):
    err = ParseError(value)
    err.code = value.code
    err.position = value.lineno, value.offset
  raise err

E ParseError: junk after document element: line 9, column 0

_________________ CLAModelTest.testTemporalAnomalyModelFactory _________________

def __getattr__(self, name):
  if not '_region' in self.__dict__:
    raise AttributeError
return getattr(self._region, name)

E AttributeError: ‘Region’ object has no attribute ‘purgeInputLinkBufferHeads’