Open pravic opened 1 year ago
Also, the current pyocd
version is 0.35 but this tool uses https://github.com/carlosperate/ubittool/blob/678081543a1413bd0c51323e33b289727d3adb66/requirements.txt#L5
If the issue is with Cython 3.0, would it work by specifying Cython<3
as a dependency in ubittool
before listing pyocd
?
Also, the current
pyocd
version is 0.35 but this tool uses
Yes, but newer versions of PyOCD are harder to packaged with PyInstaller. I believe there is a branch or GitHub issue somewhere with some progress and/or instructions on how to get it to run with PyInstaller, but it's not something I've been able to do yet. If you feel up to the challenge I'd be happy to review and merge a PR with an updated PyOCD & PyInstaller recipe.
Problem
And from the install log:
Looks like there's a problem in https://github.com/yaml/pyyaml/issues/724
Workaround
A workaround is to specify an earlier pyyaml version: