Connecting anaconda with dss windows version

Solved!
razan
Level 2
Connecting anaconda with dss windows version

Hello community,

I am having a trouble connecting anaconda with DSS windows version. I have followed the instructions on this thread, I searched for the path of anaconda and then added it to the env-site.ps1. (env-site.ps1 for windows, env-site.sh for Linux)

 

Here are the screenshots of the steps I have made.

I have found the conda path like follows:

razan_0-1683784962305.png

 

 

And I have found the env-site.ps1 file (with the path: C:\Users\LENOVO\AppData\Local\Dataiku\DataScienceStudio\dss_home\bin\env-site.ps1), and inside the file I used the following:

setx PATH C:\Users\LENOVO\anaconda3;C:\Users\LENOVO\anaconda3\Library\mingw-w64\bin;C:\Users\LENOVO\anaconda3\Library\usr\bin;C:\Users\LENOVO\anaconda3\Library\bin;C:\Users\LENOVO\anaconda3\Scripts;C:\Users\LENOVO\anaconda3\bin;C:\Users\LENOVO\anaconda3\condabin;
 
But I still recieve this error:
 
razan_1-1683784962023.png

 

 

Thank you.


Operating system used: windows 10

0 Kudos
1 Solution
AlexT
Dataiker

Hi @razan ,
Using conda on the Window installer was never tested/supported as this is an experimental version.

https://www.dataiku.com/product/get-started/windows/

I would suggest using VM instead if you plan on using conda :
https://www.dataiku.com/product/get-started/virtualbox/

Thanks

View solution in original post

1 Reply
AlexT
Dataiker

Hi @razan ,
Using conda on the Window installer was never tested/supported as this is an experimental version.

https://www.dataiku.com/product/get-started/windows/

I would suggest using VM instead if you plan on using conda :
https://www.dataiku.com/product/get-started/virtualbox/

Thanks