On Wed, 24 Aug 2011, Lanxin Ma wrote: > I am installing invenio-1.0.0-rc from git. I created demo site and > loaded demo records. Now I am doing unit tests. But I got some errors. > > Test cache accessibility/writability ... ERROR > bibclassify.ontology_reader:
Some BibClassify tests are known to generate errors; we have not got to fixing them yet. You can ignore them for the moment. > intbitset - Pythonic representation ... ERROR > MemoryError > > [...] > > shellutils - running simple command ... FAIL > OSError: [Errno 12] Cannot allocate memory These cannot be ignored, as Invenio won't run without intbitset. Looking at the error string, it seems that you are trying to install Invenio on a virtual machine that does not have enough memory resources? These errors should go if you allocate more. Best regards -- Tibor Simko

