You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts: requirements: Gate pygit2 and editdistance
The current releases of pygit2 and editdistance do not support Python
3.8, and so make the default installation instructions fail, since
chocolatey now pulls Python 3.8 by default. Remove these dependencies
for 3.8 until pygit2 has released 1.0.0, and edidistance whatever the
new version is which will add compatibility for Python 3.8.
This will cause the ncs-loot and ncs-compare west extensions not to work
on Python 3.8, but that can be easily fixed by the user later by
installing pygit2 and editdistance manually if they indeed wish to.
Signed-off-by: Carles Cufi <[email protected]>
0 commit comments