Skip to content
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

python requirements.txt: pyocd and pyyaml conflict #14460

Closed
attdona opened this issue Mar 13, 2019 · 1 comment
Closed

python requirements.txt: pyocd and pyyaml conflict #14460

attdona opened this issue Mar 13, 2019 · 1 comment
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@attdona
Copy link

attdona commented Mar 13, 2019

scripts/requirements.txt declare pyocd==0.16.1 that require pyyaml>=4.2b1,<5.0.

To avoid pip install -r script/requirements.txt failure I've changed:

PyYAML>=3.12

into:

PyYAML==4.2b4

Is it ok or did I miss something?

@mbolivar
Copy link
Contributor

Adding @MaureenHelm as an FYI.

@attdona, I think this is a pyOCD bug, not a Zephyr bug, for reasons explained here:

pyocd/pyOCD#582

I'm closing this as a result. Please reopen if you disagree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants