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

ACI Toolkit... error installing?

Hello Cisco Community--I'm having some problems with the ACI Toolkit.  I've downloaded the ACI Toolkit from Github, configured the venv, run the setup.py install using Python 2.7 and installed the acicobra and acimodel eggs.  I've been able to get some of the scripts in the sample folder to run, but I get this error when trying to run the aci-create-epg.py script.

(venv) MURPHY:samples MURPHY$ python aci-create-epg.py
APIC login username: admin
APIC URL: https://x.x.x.x
APIC Password:
Traceback (most recent call last):
File "aci-create-epg.py", line 43, in <module>
main()
File "aci-create-epg.py", line 26, in maintenant = Tenant(args.tenant)
File "build/bdist.macosx-10.13-intel/egg/acitoolkit/acitoolkit.py", line 66, in __init__
File "build/bdist.macosx-10.13-intel/egg/acitoolkit/acibaseobject.py", line 118, in __init__
TypeError

 

I don't know how to go about fixing this, and any help would be greatly appreciated.  MM

1 Reply 1

Alexander Stevenson
Cisco Employee
Cisco Employee

 

Please see this related discussion for an accepted solution, although they are using Python3, not 2:  

 

ACI Toolkit Creating EPGhttps://community.cisco.com/t5/application-centric/aci-toolkit-creating-epg/td-p/4408928