Dataiku Plugin Code Environment Not Properly Setup

Registered Posts: 3 ✭✭✭

I'm creating a plugin that requires calls to an API and I need to install a specific version of the package for my plugin.

When creating a plugin, I set up a code environment, and in the desc.json, include the necessary fields.

{
  "acceptedPythonInterpreters": ["PYTHON36"],
  "forceConda": false,
  "installCorePackages": true,
  "installJupyterSupport": false
}

Inside of my requirements.txt, I also have the specific package instructions.

When I run the plugin inside of a project, the API is being called to a different package than the one requested. Looking back at the plugin summary, I notice this warning:

Capture.JPG

Is there a way I can ensure I am setting up the environment properly?

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.