cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1775
Views
2
Helpful
2
Replies

ACI Toolkit's OS and Python requirements

Niels
Level 1
Level 1

Hello,

I am preparing some ACI API testing scenario's and would like to make use of acitoolkit.

Now I would like to know;

- Does acitoolkit run with Python 3 or not?

- Which Linux platform and version is best to use for acitoolkit to run on.

Many thanks for the reply!

2 Replies 2

CSCO12550173
Level 1
Level 1

Hello, you need whatever linux distro, you can use ubuntu or centos

i thinks it use 2.7, but it doesn't care about the version, because you can use what's come in the machine

and start to build a scripts

TK88117
Level 1
Level 1

Hi 

I found this runs very well with centos 8 and python3.7

one problem was the diagram app section

Exercise 3: ACI Toolkit Apps

one dependency is not available in the standard centos repos anymore so YUM fails for:

graphviz-devel.x86_64 

 

to get this to work enable Centos PowerTools repo  (via GUI software tools or CLI - disabled by default)

you can then install from this repository and the lab works nicely

  sudo yum repo-pkgs PowerTools list | grep graphviz

  sudo yum repo-pkgs PowerTools install graphviz-devel.x86_64