vinshet / Natifdataiku

Dataiku plugin for natif.ai
Apache License 2.0
0 stars 0 forks source link

Error during the creation of a Python code env #1

Closed Marsobad closed 3 years ago

Marsobad commented 3 years ago

Issue

The code env creation of the plugin fails because of two conflicting versions of Pandas: Screenshot 2021-04-14 at 17 22 08

Fix

Please set installCorePackages to false in desc.json. The core package of Dataiku relies on Pandas 0.23.4 which triggers the conflict with Pandas 1.1.3 from the requirements

vinshet commented 3 years ago

Updated the value to false.