this is what the yangsuite log says when trying to update plugin.
plugins.py", line 154, in check_public_versions
revs = sorted(
File "/home/mohamed/virtualenvironment/yangsuite/lib/python3.8/site-packages/yangsuite/plugins.py", line 156, in
key=lambda x: int(x.replace('.', '')),
ValueError: invalid literal for int() with base 10: '284post0dev18'
[2021-10-26 15:13:10.531 ERROR django.server : 124]
installed in ubuntu in a python virtual environment
This was broken when pre-releases of yangsuite libraries were made available. Ironically, we will have to fix this in a pre-release of yangsuite. Will see about getting one out soon.
this is what the yangsuite log says when trying to update plugin. plugins.py", line 154, in check_public_versions revs = sorted( File "/home/mohamed/virtualenvironment/yangsuite/lib/python3.8/site-packages/yangsuite/plugins.py", line 156, in
key=lambda x: int(x.replace('.', '')),
ValueError: invalid literal for int() with base 10: '284post0dev18'
[2021-10-26 15:13:10.531 ERROR django.server : 124]
installed in ubuntu in a python virtual environment