Skip to content

Frequently Asked Questions (FAQ)

Marcus G K Williams edited this page Dec 2, 2021 · 11 revisions

Install

  • Why are unit tests failing with the error OSError: [Errno 24] Too many open files?
    Lava multiprocessing is trying to open too many file handles and linux is configured to allow less than the file handles lava is trying to open. This can be worked around by setting the number of open file limits or 'ulimit' higher: ulimit -n 4096
  • Why are unit tests failing with the error "ModuleNotFoundError: No module named 'lava.magma'"?
    Please check that lava is installed, or python paths are setup correctly. One way of installing Lava is using pip:
    pip install .

Processes

Clone this wiki locally