jupyter-c-kernel icon indicating copy to clipboard operation
jupyter-c-kernel copied to clipboard

kernelspec DeprecationWarning: replace is ignored

Open gronk-droid opened this issue 2 years ago • 7 comments

Unable to install, given this output:

sudo install_c_kernel --user
Installing IPython kernel spec
/usr/local/bin/install_c_kernel:32: DeprecationWarning: replace is ignored. Installing a kernelspec always replaces an existing installation
  KernelSpecManager().install_kernel_spec(td, 'c', user=user, replace=True, prefix=prefix)

gronk-droid avatar Sep 12 '21 17:09 gronk-droid

Same problem here

GlenHenshaw avatar Nov 29 '21 00:11 GlenHenshaw

Same issue.

fpf3 avatar Dec 20 '21 21:12 fpf3

same problem

pangle123 avatar Apr 26 '22 11:04 pangle123

Did you folks all check to see if it installed? I'm sure it did. This is a warning but you should have checked to see if the kernel was listed in jupyter and not assume it wasn't.

jameswdelancey avatar Aug 06 '22 19:08 jameswdelancey

Yes, I checked. I'm not interested in fixing it anymore, but the error as described was fatal.

fpf3 avatar Aug 11 '22 12:08 fpf3

same issue

FlazeNaive avatar Nov 30 '22 13:11 FlazeNaive

same issue

VernonGrant avatar May 24 '23 16:05 VernonGrant