I'm working to troubleshoot the installation of an extension in Jupyter lab (https://github.com/krassowski/jupyterlab-lsp). I'm using MacOS 11.4. Following extension installation, a rebuild is required. I used
jupyter lab build
and
jupyter lab build --minimize=FALSE
(to potentially address any memory issues), however the rebuild fails with the following message:
An error occured.
RuntimeError: JupyterLab failed to build
See the log file for details: /var/folders/hm/dsc1zn0j30s31yp_n6911dym0000gn/T/jupyterlab-debug-v9tx8kpz.log
Based on similar issues, I believe there is a memory issue that needs to be addressed. That said, I cannot identify the location of the log file to troubleshoot further. The file does not show up in a spotlight search, nor do any of the directories listed.