imongo icon indicating copy to clipboard operation
imongo copied to clipboard

Kernel not Installing

Open mrdevlar opened this issue 8 years ago • 11 comments

Hi!

I've been trying to install imongo-kernel and while the pip install is successful, it does not seem to install the kernel into jupyter.

The jupyter kernelspec list command does not return imongo among the installed kernels.

I've tried the installation on both Windows and Mac. Environment: Python3 3.6.2 (Mac) and 3.6.1 (Win) and Jupyter is version 4.3.0

Any idea of what might be going on? Is there anything else I could do to troubleshoot this?

I appreciate any help you can provide.

mrdevlar avatar Oct 19 '17 11:10 mrdevlar

Hi, thanks for the feedback. It seems there's a problem with setup.py. I will try to fix it, but in the mean time try installing the package by doing the following:

$ git clone https://github.com/gusutabopb/imongo
$ cd imongo
$ python setup.py install

Reference: https://stackoverflow.com/questions/19569557/pip-not-picking-up-a-custom-install-cmdclass

gusutabopb avatar Oct 20 '17 09:10 gusutabopb

Thanks that worked!

I appreciate the help and the package.

mrdevlar avatar Oct 20 '17 11:10 mrdevlar

Hi, I tried to install with the code you provide above, but it works partially.

doesn't work on: ubuntu 16.04 on aws, python 3.6.4 but works on: mac, python 3.6.4 (It was awesome!!!)

jupyter kernelspec list doesn't return imongo.

Hope for your help! Thanks!

Jeff-HOU avatar Mar 28 '18 14:03 Jeff-HOU

Thanks for the workaround, this works for macos 10.14 python 3.7.

kvnpro avatar Oct 21 '18 00:10 kvnpro

What is the status on the fix? Maybe add the workaround as the preferred way of installing the kernel in the README could help new users set it up in the mean time?

yannick-mayeur avatar Feb 18 '19 07:02 yannick-mayeur

Works great. Until the fix, this should be included in README.md. Thanks!

SirTangent avatar Feb 06 '20 14:02 SirTangent

@gusutabopb Just did a quick PR to add this in the doc

ThomasF34 avatar Feb 13 '20 13:02 ThomasF34

Had the same problem in ubuntu 18.04 and python3. setup.py workaround works fine.

Please add this workaround in README file.

vivekshah1801 avatar Aug 08 '20 10:08 vivekshah1801

Appreciate help, it's worked for me, solution:

$ git clone https://github.com/gusutabopb/imongo
$ cd imongo
$ python setup.py install

nemishzalavadiya avatar Aug 13 '20 04:08 nemishzalavadiya

Hi, thanks for the feedback. It seems there's a problem with setup.py. I will try to fix it, but in the mean time try installing the package by doing the following:

$ git clone https://github.com/gusutabopb/imongo
$ cd imongo
$ python setup.py install

Reference: https://stackoverflow.com/questions/19569557/pip-not-picking-up-a-custom-install-cmdclass

Thanks brother Now it is working.!

maheshk76 avatar Aug 13 '20 16:08 maheshk76

Hello,

I have tried the work around but no luck, still not able to get imongo with jupyter kernelspec list. Using windows 10 and python 3.8. Can anyone please help with any sugestions ?

Getting below warning for python setup.py install, not sure whether the installation was success.

image

anjana-bijilesh avatar Dec 28 '21 14:12 anjana-bijilesh