Code environment export
RohitRanga
Registered Posts: 41 ✭✭✭✭
Hi, when I export a DSS project from linux, and import it in mac os, I don't have access to the code environment (with all python packages installed). Please advise how to get the same environment. Thanks!
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @RohitRanga
,A project export does not contain the code environment.
You should create the equivalent code env on your macOS and map the code env when importing the project.
To create the code env simply copy all the requirements from the "Packages to Install" and build the code env on MacOS.
Thanks,
Answers
-
Thanks!