bazzaar

Results 15 comments of bazzaar

Hi, Without really knowing what to look for : the .elems method only occurs 4 times in lib/Inline/Python.pm6, and I've somehow got the feeling that it's the multi method p6_to_py(blob8:D...

Inline::Python installs, see this workflow : Using ugexe suggestion, gives a hint of where the issue is (as niner points out) : ``` bazzaar@linux-box:~> zef install --exclude=python2-config --exclude=python2.7 Inline::Python ===>...

@ugexe : Xliff's post was from Aug 2018, so maybe Rakudo Star 2018.04 ? I also remember finding difficulty installing Inline::Python back then because I didn't have python2-config installed [see...

@ugexe : it's a bit of a mystery. I'd disabled the previous R* installation by moving it into another directory not in my Path, and both it and the new...

Xliff, as niner indicates above, try to find and install package named something like : ``` python-devel python2-devel python-dev python2-dev ```

@Xliff : maybe try to install both : ``` - Distribution::Builder::MakeFromJSON - System::Query ``` individually with zef install * I had to do the first one like that as you...

ugexe, thankyou for your considerable help on this. I did indeed find 2 versions of zef installed #####@laptoplinux:~> zef list --installed ===> Found via /home/#####/rakudo/rakudo-star-2018.04/install/share/perl6 CORE:ver:auth ===> Found via /home/#####/rakudo/rakudo-star-2018.04/install/share/perl6/site...

Here's the raku-specific section of the jupyter log. 2022-09-01T10:53:00.334537+01:00 (6) info: iopub: sending execute_input message 2022-09-01T10:53:00.430829+01:00 (6) debug: shell got a message: kernel_info_request 2022-09-01T10:53:00.431460+01:00 (6) info: shell: sending kernel_info_reply message...

Unfortunately I still see the same behaviour, but maybe I'm doing something wrong? - Here is the workflow (edited) uuuu:~/Documents> source ~/.venv/py310env/bin/activate (py310env) uuuu:~/Documents> zef install --force-install Jupyter::Kernel ===> Searching...

Ah, I did wonder if the update hadn't yet reached the repo. Thank for the zef tips, I'm still a bit of a novice on the dev workflow stuff :)...