CiscoDevNet / yangsuite

Cisco YANG Suite provides a set of tools and plugins to learn, test, and adopt YANG programmable interfaces such as NETCONF, RESTCONF, gNMI and more.
Other
244 stars 76 forks source link

updating and/or adding plugin fails #37

Closed melbruki closed 2 years ago

melbruki commented 3 years ago

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

miott commented 3 years ago

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.