adafruit / circuitpython_jupyter_kernel

Jupyter kernel to interact with CircuitPython board over USB
https://circuitpython-kernel.readthedocs.io/en/latest/
Other
37 stars 27 forks source link

CircuitPython Error on Catalina -- "Port must be configured before it can be used" #24

Open txoof opened 3 years ago

txoof commented 3 years ago

Description

When following the Adafruit Jupyter Circuit Python Guide, Jupyter fails to connect to the kernel/board with the error Port must be configured before it can be used displayed in the terminal

What I Did

Trouble Shooting Attempts:

Attempt: Restart Jupyter

Attempt: Reset M4 Board and restart kernel

Attempt: Reset unplug board and restart kernel

txoof commented 3 years ago

Additional Information:

brentru commented 3 years ago

@txoof I still run catalina and will attempt to replicate. Thanks for the robust writeup.

I haven't used this kernel for a while, it's possible the serialutil module has changed since.

txoof commented 3 years ago

@brentru I don't know if this is at all relevant, but I'm running python out of a pyenv virtual environment.