-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyocd 0.36.0 version in python 3.12.2 can't find stlink v2 probe #1682
Comments
@3x00 do you have a generic stlink-v2 probe, and if so what mcu is on the probe? |
I had tried daplink and jlink, they can works. |
This is an issue caused by libusb-package not providing the wheel for Python 3.12 . The workaround is to manually get |
well, python 3.12.3 is released, and I try it st-link is works now. |
you are right |
I test pyocd 0.36.0 in pytho 3.9.6 is works, it can find my stlink-v2 probe
pyocd 0.35.0 in python 3.11.0 is works too
when I install pyocd on 3.12.2 which pyocd version is 0.36.0, use pyocd list return No available debug probes are connected
the step of install is same
The text was updated successfully, but these errors were encountered: