Closed maciejbocianski closed 3 years ago
Sorry about that, I'm working on it 😄 I'm just about to release pyocd v0.32.1 that updates the pyyaml requirement.
This was actually an issue before cmsis-pack-manager 0.4.0 was release, since pyyaml 6.0 was released a few days ago. (Because cmsis-pack-manager didn't have a maximum version constraint like pyocd does.)
Fwiw, there was also a new version 0.11.0 of hidapi released yesterday that was totally broken. I was waiting a bit to see if it was fixed overnight, or if I needed to pin hidapi. Thankfully it was fixed, and v0.32.1 is ready to go.
With 0.32.1
works fine
After latest cmsis-pack-manager update from 0.3.0 to 0.4.0 we get python module conflict during pyocd installation
cmsis-pack-manager 0.4.0 requires pyyaml<7.0,>=6.0 but pyocd still requires pyyaml>=5.1,<6.0