Skip Menu |

This queue is for tickets about the Devel-IPerl CPAN distribution.

Report information
The Basics
Id: 124089
Status: open
Priority: 0/
Queue: Devel-IPerl

People
Owner: Nobody in particular
Requestors: CDRAKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.009
Fixed in: (no value)



Subject: kernel.json: No such file or directory
After install, I see this:- $ iperl setup Can't read /home/cnd/.local/share/jupyter/kernels/iperl/kernel.json: No such file or directory at /usr/local/bin/iperl line 98. Presumably iperl should be creating this when it's not there?
Forgot to mention: I'm on CentOS linux
CC: ;
Subject: Re: [rt.cpan.org #124089] kernel.json: No such file or directory
Date: Mon, 15 Jan 2018 23:21:40 -0500
To: CDRAKE via RT <bug-Devel-IPerl [...] rt.cpan.org>
From: Zakariyya Mughal <zaki.mughal [...] gmail.com>
On 2018-01-15 at 13:18:52 -0500, CDRAKE via RT wrote: Show quoted text
> Mon Jan 15 13:18:52 2018: Request 124089 was acted upon. > Transaction: Ticket created by CDRAKE > Queue: Devel-IPerl > Subject: kernel.json: No such file or directory > Broken in: 0.009 > Severity: Normal > Owner: Nobody > Requestors: CDRAKE@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124089 > > > > After install, I see this:- > > $ iperl setup > Can't read /home/cnd/.local/share/jupyter/kernels/iperl/kernel.json: No such file or directory at /usr/local/bin/iperl line 98. > > Presumably iperl should be creating this when it's not there?
Could you remove the directory ~/.local/share/jupyter/kernels/iperl ? It should regenerate after that when you run `iperl console` again. A similar bug was filed here earlier <https://github.com/EntropyOrg/p5-Devel-IPerl/issues/80>. I plan on improving kernel configuration install process in the next release. Hope that helps! - Zaki Mughal