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
cot install-helpers reports "Not sure how to install" for fatdisk and vmdktool on Linux if cot was built/installed under Python 3.x. This is because "sys.platform" for LInux changed from 'linux2' in 2.x and 3.2 to 'linux' in 3.3+
The text was updated successfully, but these errors were encountered:
cot install-helpers
reports "Not sure how to install" for fatdisk and vmdktool on Linux if cot was built/installed under Python 3.x. This is because "sys.platform" for LInux changed from 'linux2' in 2.x and 3.2 to 'linux' in 3.3+The text was updated successfully, but these errors were encountered: