You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type Error: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
#30 124.3 at Object.mkdir (node:fs:1359:10)
#30 124.3 at /opt/conda/envs/r/lib/python3.10/site-packages/jupyterlab/staging/yarn.js:314:6147
#30 124.3 at new Promise (<anonymous>)
#30 124.3 at $t.mkdirPromise (/opt/conda/envs/r/lib/python3.10/site-packages/jupyterlab/staging/yarn.js:314:6115)
#30 124.3 at Rt.setup (/opt/conda/envs/r/lib/python3.10/site-packages/jupyterlab/staging/yarn.js:426:1556)
#30 124.3 at Rt.find (/opt/conda/envs/r/lib/python3.10/site-packages/jupyterlab/staging/yarn.js:426:720)
#30 124.3 at ou.execute (/opt/conda/envs/r/lib/python3.10/site-packages/jupyterlab/staging/yarn.js:453:512)
#30 124.3 at async ou.validateAndExecute (/opt/conda/envs/r/lib/python3.10/site-packages/jupyterlab/staging/yarn.js:345:664)
#30 124.3 at async Un.run (/opt/conda/envs/r/lib/python3.10/site-packages/jupyterlab/staging/yarn.js:359:2057)
#30 124.3 at async Un.runExit (/opt/conda/envs/r/lib/python3.10/site-packages/jupyterlab/staging/yarn.js:359:2241)
#30 124.3
#30 ERROR: process "conda run -n r /bin/bash -c jupyter lab build && jupyter lab clean && jlpm cache clean && npm cache clean --force && rm -rf $HOME/.node-gyp && rm -rf $HOME/.local" did not complete successfully: exit code: 1
Unpinning the versions is a successful build, but fails with Error: Failed to run the workspace: "Server 'jupyter' in container 'ws/s3fs' not available." when launching in the ADE which means jupyter_server needs to be pinned to 2.12.5
We also think it might be that jupyter server extension isn't installing all of its requirements: MAAP-Project/jupyter-server-extension#4 namely xmltodict
Right now I am testing adding in all these requirements to the setup.py of jupyter server extension, but if I add in the packages as
The build fails with
Unpinning the versions is a successful build, but fails with Error: Failed to run the workspace: "Server 'jupyter' in container 'ws/s3fs' not available." when launching in the ADE which means jupyter_server needs to be pinned to 2.12.5
Potentially try adding: git+https://github.com/MAAP-Project/[email protected]#egg=maapPy to install_requires for jupyter server extension
Related to: #965
The text was updated successfully, but these errors were encountered: