-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controller version 2.2.3+build63 is incompatible with virl2_client #20
Comments
that's expected -- can't use latest with your version of the controller... do
which should give you a working combination -- alternatively, you can also download/install the client library from your controller which should always be compatible :) |
Also... with that version, there's no "extra" section in the manifest... e.g. if you need pyATS then you have to pull in that dependency yourself... like With newer versions, you can do e.g. |
Ah yes. My fault. The virl2_client version is linked to the controller version. Makes absolutely sense. Tested with version 2.2.1.post2 and it worked. Thanks a lot! |
…-validation to dev * commit 'd2ff823163a73df420ee9ff34e9c8efcb6be5e16': SIMPLE-3520 - Avoid delete with body and add licensing validation tests
Tried to create a testbed, but controller version 2.2.3+build63 is incompatible with virl2_client:
% python3 create_testbed_from_cml.py
SSL Verification disabled
Traceback (most recent call last):
File "/Users/danielkuhl/Coding/nauto-lab-connectivity/create_testbed_from_cml.py", line 10, in
client = ClientLibrary(url, user, password, ssl_verify=False)
File "/Users/danielkuhl/Coding/nauto-lab-connectivity/venv/lib/python3.9/site-packages/virl2_client/virl2_client.py", line 281, in init
self.check_controller_version()
File "/Users/danielkuhl/Coding/nauto-lab-connectivity/venv/lib/python3.9/site-packages/virl2_client/virl2_client.py", line 429, in check_controller_version
raise InitializationError(
virl2_client.virl2_client.InitializationError: 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].
Tested with the following code:
Tested with Python 3.9.13 in a virtual environment and the following packages installed:
The text was updated successfully, but these errors were encountered: