cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
382
Views
0
Helpful
1
Replies

CML 2.2.3 cli tools virl2-client/CML

sapage
Level 1
Level 1

Running CML 2.2.3 latest and it does not seem like you can connect with python cml and virl2-client anymore? Been a while since I have used this but just checking if i was using the wrong thing or something these days?

 

➜ ~ cml up
Exception raised while running your command
Please re-run as 'cml --debug ...' and collect the output before opening an issu e
Controller version 2.2.3+build63 is marked incompatible! List of versions marked explicitly as incompatible: [2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.1, 2.2.2, 2 .2.3].

1 Reply 1

sapage
Level 1
Level 1

DId some digging and it looks like only 2.4.0 is compatible if i am reading this correctly?

# current client version
VERSION = Version("2.4.0")
# list of Version objects
INCOMPATIBLE_CONTROLLER_VERSIONS = [
Version("2.0.0"),
Version("2.0.1"),
Version("2.1.0"),
Version("2.1.1"),
Version("2.1.2"),
Version("2.2.1"),
Version("2.2.2"),
Version("2.2.3"),