jupyter_micropython_kernel icon indicating copy to clipboard operation
jupyter_micropython_kernel copied to clipboard

Check the install works on other systems

Open goatchurchprime opened this issue 6 years ago • 6 comments

It's been tried on another Ubuntu system, but it needs looking at for Mac and Windows

goatchurchprime avatar Sep 11 '17 19:09 goatchurchprime

checked on windows, now references sys.executable instead of "python3"

goatchurchprime avatar Oct 03 '17 16:10 goatchurchprime

checked on windows again. main problems you need to contend with is USB device drivers for the serial on the esp's breakout board

goatchurchprime avatar Nov 10 '17 19:11 goatchurchprime

FYI I'm running on Windows 10, python 3.6 x64 and your installation method for the kernel worked flawlessly. Thanks, I'm loving it!

Only a very minor issue for me with esptool: #23

andrewleech avatar Mar 15 '18 20:03 andrewleech

Kernel installed fine here, on Debian stretch, globally. Using from within JupyterHub.

jkent avatar Jan 13 '19 10:01 jkent

Installed on Mac. All works fine except another driver is required to detect the ESP through USB. Driver required: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers During installation of the driver, you must allow the driver on system preferences (a prompt appears during install) otherwise it will not work.

hall97 avatar Apr 16 '19 13:04 hall97

Windows 10 - Not working I downloaded the code via: pip install -U git+https://github.com/goatchurchprime/jupyter_micropython_kernel.git and received the following error running the python -m jupyter_micropython_kernel.install command:

File "C:\Users\rhlinuxuzer\PycharmProjects\SecureD1Mini\venv\lib\site-packages\jupyter_micropython_kernel\install.py", line 6, in <module>
    from jupyter_client.kernelspec import KernelSpecManager
ModuleNotFoundError: No module named 'jupyter_client'

MBfromOK avatar Jul 04 '22 20:07 MBfromOK