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

oc_config_validate is pinned to Python 3.9 due to pyanbdind #315

Closed
JoseIgnacioTamayo opened this issue Nov 18, 2022 · 1 comment
Closed

Comments

@JoseIgnacioTamayo
Copy link
Contributor

https://pypi.org/project/pyangbind/

pyanbdind is a dependency of oc_config_validate. pyanbdind uses collections.MutableSequence, which after Python 3.10 is moved to collections.abc.MutableSequence

Until pyanbdind's code is updated, oc_config_validate can only work on Python 3.9

If you have Python 3.10, you can install and run oc_config_validate, after locally patching robshakir/pyangbind#291

@JoseIgnacioTamayo
Copy link
Contributor Author

This has been solved in recent versions of pyangbind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant