Search Criteria
Package Details: python-jupyterlab-vim 4.1.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jupyterlab-vim.git (read-only, click to copy) |
---|---|
Package Base: | python-jupyterlab-vim |
Description: | Code cell vim bindings for JupyterLab and Jupyter-Server |
Upstream URL: | https://github.com/jupyterlab-contrib/jupyterlab-vim |
Licenses: | MIT |
Submitter: | jclds139 |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 2 |
Popularity: | 0.70 |
First Submitted: | 2023-10-26 19:03 (UTC) |
Last Updated: | 2024-09-28 22:46 (UTC) |
Dependencies (6)
- jupyterlab (jupyterlab-3)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-build (make)
- python-hatch-jupyter-builder (make)
- python-hatch-nodejs-version (make)
- python-installer (python-installer-gitAUR) (make)
Latest Comments
chardoncs commented on 2024-05-06 03:43 (UTC)
Thanks @hrdl, that works for me.
hrdl commented on 2024-04-12 10:43 (UTC)
python-types-python-dateutil
seems to be required to build with--no-isolation
vandalt commented on 2024-01-11 01:45 (UTC) (edited on 2024-01-11 01:47 (UTC) by vandalt)
Thanks @aplund, your comment set me on the right track to fix the issue locally.
I ran this command (in a
venv
withjsonschema[format-nongpl]
installed) to see what the format-nongpl extra requiredOnce I had installed all of the above, a build error message persisted, but with less missing packages. In the end I also needed to install
python-arrow
andpython-debugpy
.So in the end I ensured the following packages were installed and things worked out:
I guess adding those as dependencies might help fix the issue (at least it did for me, maybe other users will have other missing dependencies). In the meantime, installing manually worked fine.
aplund commented on 2024-01-09 06:00 (UTC)
It's the
jsonschema[format-nongpl]
part that's causing issues. There doesn't appear to be any arch package that will provide it. I'm not sure what the fix is.vsilv commented on 2024-01-02 12:04 (UTC)
hey, I get the following build error:
ERROR Missing dependencies: jupyterlab<5,>=4.0.0 jupyter-server<3,>=2.4.0 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> isoduration -> arrow>=0.15.0 -> types-python-dateutil>=2.8.10 jupyterlab<5,>=4.0.0 notebook-shim>=0.2 -> jupyter-server<3,>=1.8 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> isoduration -> arrow>=0.15.0 -> types-python-dateutil>=2.8.10 jupyterlab<5,>=4.0.0 jupyter-lsp>=2.0.0 -> jupyter-server>=1.1.2 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> isoduration -> arrow>=0.15.0 -> types-python-dateutil>=2.8.10 jupyterlab<5,>=4.0.0 jupyterlab-server<3,>=2.19.0 -> jupyter-server<3,>=1.21 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> isoduration -> arrow>=0.15.0 -> types-python-dateutil>=2.8.10 ==> ERROR: A failure occurred in build(). Aborting...