Tiago de Paula
Tiago de Paula
Oh sure, but PYTHONPATH is for libraries. Templates are not really libraries, so they use a different variable, JUPYTER_PATH.
Yes, the templates are installed in ``, but since you calling `/usr/bin/python` (from `/usr/bin/pytest`) they cannot be found. The ideal solution here is to use a pytest version installed in...
Sorry, the path should end in `share/jupyter/`, without `nbconvert`. So, `JUPYTER_PATH=/home/tkloczko/rpmbuild/BUILDROOT/python-nbconvert-7.2.1-2.fc35.x86_64/usr/share/jupyter/`.
Yes, [`ldapjs`](https://github.com/ldapjs/node-ldapjs) got deprecated, for all versions. It's unrelated to this dependency update. You'll get it installing any version of TheLounge today.
PR #4857 fixes it.
There certainly is a workaround. PKGBUILD ```bash # Maintainer: Morgan pkgname=paru pkgver=2.1.0 pkgrel=2.1 pkgdesc='Feature packed AUR helper' url='https://github.com/morganamilo/paru' source=("$pkgname-$pkgver.tar.gz::https://github.com/Morganamilo/paru/archive/v$pkgver.tar.gz") backup=("etc/paru.conf") arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64') license=('GPL-3.0-or-later') makedepends=('cargo') depends=('git'...
It's just that this PKGBUILD will produce a very untested version of `paru`, and that it's more likely to break than standard versions. Even that PKGBUILD itself is likely to...
@ahyattdev Yeah, I left ldapjs outside of this update hoping it would be reworked in another PR. Good to hear it's finally happening.
> Is anyone else running into this issue? Same issue here. The tests only work for Node 18 and 20 on `master`.