Code environment export

Solved!
RohitRanga
Level 3
Code environment export

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!

0 Kudos
1 Solution
AlexT
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,

 

View solution in original post

2 Replies
AlexT
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,

 

RohitRanga
Level 3
Author

Thanks!

 

0 Kudos