ACI Toolkit... error installing?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2019 09:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2022 09:04 AM
Please see this related discussion for an accepted solution, although they are using Python3, not 2:
ACI Toolkit Creating EPG - https://community.cisco.com/t5/application-centric/aci-toolkit-creating-epg/td-p/4408928
