We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scripts/requirements.txt declare pyocd==0.16.1 that require pyyaml>=4.2b1,<5.0.
scripts/requirements.txt
pyocd==0.16.1
pyyaml>=4.2b1,<5.0
To avoid pip install -r script/requirements.txt failure I've changed:
pip install -r script/requirements.txt
PyYAML>=3.12
into:
PyYAML==4.2b4
Is it ok or did I miss something?
The text was updated successfully, but these errors were encountered:
>=4.2b,<5.0
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.
Sorry, something went wrong.
mbolivar
MaureenHelm
No branches or pull requests
scripts/requirements.txt
declarepyocd==0.16.1
that requirepyyaml>=4.2b1,<5.0
.To avoid
pip install -r script/requirements.txt
failure I've changed:into:
Is it ok or did I miss something?
The text was updated successfully, but these errors were encountered: