Python API cuopt library

Where is the cuopt library downloaded from?

Trying to run the python version of the api, the example imports cuopt library for direct access to the solver. Where can I find this library?

Hi @ryanmelnick,

the library is only available within the ea-cuopt container image.

There is resource here NVIDIA NGC, referenced in the “Quick Links” post, that has a wrapper for mounting and running a local Python program on the container.

That will let you easily run a Python API program, and it includes an example. If you would like to use kubernetes, I can help you put together a deployment that essentially does the same thing.