Search Criteria
Package Details: almond 0.11.2-1
Git Clone URL: | https://aur.archlinux.org/almond.git (read-only, click to copy) |
---|---|
Package Base: | almond |
Description: | A scala kernel for Jupyter |
Upstream URL: | https://almond.sh/ |
Licenses: | BSD |
Submitter: | cafehaine |
Maintainer: | qbvt |
Last Packager: | qbvt |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-23 10:26 (UTC) |
Last Updated: | 2021-11-14 18:20 (UTC) |
Latest Comments
cafehaine commented on 2021-01-29 08:58 (UTC)
Hi @qvbt,
I honestly don't remember how I came up with the PKGBUILD, as it was quite a while ago, and the last commit that I did in February of 2020 was a minor fix/version change.
I think it was based on almond's website at the time, but I'm not certain about it.
I might look into it, but since I haven't used almond + jupyter in quite some time (and I don't really remember my scala lessons), I won't really be able to test it.
qbvt commented on 2021-01-28 12:11 (UTC) (edited on 2021-01-28 18:48 (UTC) by qbvt)
Hi,
This package fails to install and has several issues:
COURSIER_CACHE
variable (at least on my system). So when running in fakeroot, it tries to use/root/.cache/coursier
and fails with exceptionjava.nio.file.AccessDeniedException: /root/.cache/coursier
, because it lack root privileges. A solution is to not call coursier in fakeroot, ie. don't call it duringpackage()
--isolated
to-i
),Regarding issue 1. I have opened a github issue at Coursier's.
Since I needed this package, I tried to fix these issues. I don't think that these happen only on my system, so you might also want to update your PKGBUILD.
EDIT: The kernel doesn't load properly in jupyter-lab though, so there must still be some errors in my PKGBUILD
EDIT2: How did you come up with the
coursier bootstrap
command ? Was it the recommended way to install things when you did the PKGBUILD ? For reference, if I follow the current instruction guide, I can get a functional install as a user (ie. in ~/.local/share/jupyter/kernels), but not as an admin (ie. in /usr/share/jupyter/kernels). Fixing this would allow us to write a correct PKGBUILD, so if anyone has an idea, I'd gratefully take it. In the meantime I also contacted the almond guys on github.cafehaine commented on 2019-10-13 08:26 (UTC)
@clouds56 should be fixed I knew it was a problem but didn't take the time to fix it until now
clouds56 commented on 2019-10-13 03:15 (UTC)
The kernel failed to start with error
the /usr/share/jupyter/kernels/scala/kernel.json shows
I think it set kernel to wrong path.