Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 5, 2019 11:39PM
Likes: 0
Replies: 3
I am new to dataiku, currently using Anaconda3 for python 3 in MAC.
What's the best way to quickly set up my environment in dataiku, please advice.
I got the following error:
/Users/[username]/Library/DataScienceStudio/dss_home/bin/python failed (exit code: 3)
And I have tried to type in my bash_profile:
export PATH="/Users/zakkyang/anaconda3/bin:$PATH"
PATH= “~/Library/DataScienceStudio/dss_home/bin/env-site.sh”
I also tried to put the following to env-site.sh
PATH=”/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}”
Hi,
I'm not sure to understand everything you did.
On my side, on my Mac, I created a code env with an explicit path to the Python bin.
Please note that Dataiku DSS 5.1 is only compatible with Python versions 2.7, 3.5 and 3.6.