Hi Everyone,
I am new to Python and Dataiku, I am trying to install Dataiku using following command
dataiku-dss-4.2.0/installer.sh -d ./DATA_DIR -p 11000
But getting error
ERROR: The executable /data5/dataiku/DATA_DIR/bin/python is not functioning
ERROR: It thinks sys.prefix is u'/usr' (should be u'/data5/dataiku/DATA_DIR')
ERROR: virtualenv is not compatible with this system or executable
We have Anaconda install on the machine earlier.
I have tried options like
pip uninstall virtualenv
conda install virtualenv
But I am still getting error, As long as I can debug.
Please help.
0 ·