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
You may have to do pip install packaging. I thought that the packaging module was always available with the standard python3 distribution.
This is just to parse a version number and I guess I'll just work out the regular expression that does it because depending on packages that may or may not exist or may or may not be deprecated and/or obsolete for a single stupid function is just a royal pain. . .
I have just pushed a fix to open_pdks to just work around the whole problem by implementing my own version parser in regular expressions. It has been committed to the opencircuitdesign.com repository and will be mirrored to github by tomorrow.
The text was updated successfully, but these errors were encountered: