Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi im using the ACI toolkit to create an epg but im getting the following error:line 6, in <module>from acitoolkit import Credentials, Session, Tenant, AppProfile, BridgeDomain, EPGFile "C:\Users\u28057\AppData\Roaming\Python\Python310\site-packages\...
I have the following script that im trying to run to generate an epg but getting an error on it. Im using python 3.8 #!/usr/bin/env python"""Sample of creating a EPG"""import json from acitoolkit import Credentials, Session, Tenant, AppProfile, Brid...
here is the error response im getting: Traceback (most recent call last):File "aci_create_epg.py", line 6, in <module>from acitoolkit import Credentials, Session, Tenant, AppProfile, BridgeDomain, EPGFile "<frozen zipimport>", line 259, in load_modul...