-
While Using Dataiku
Dear Community Friends, Can anybody please help me in solving problem " How to install Text Preparation Plugin step by step ?" including installing dependency modules ,Profibus compiler, Regex Module in Python environment. I am using Windows10 with Dataiku 13 Free Edition . I am repeatedly failed in installing TP. when…
-
PYSPARK_PYTHON environment variable issue in PySpark
Hi I am facing below issue for PySpark recipe. Exception: Python in worker has different version 2.7 than that in driver 3.6, PySpark cannot run with different minor versions.Please check environment variables PYSPARK_PYTHON and PYSPARK_DRIVER_PYTHON are correctly set. I have set the environment variables using…
-
Managing Code Environment Permissions: Hiding a Code Environment from Other Users
We have numerous code environments on our Dataiku platform, making it cumbersome to select a specific environment in a notebook from an endless list (see the following image). We attempted to remove a code environment from this list by unchecking the option "Usable by all" (see the following image). However, unchecking…
-
cannot install osgeo
Hello community, I can't install the python library osgeo in a code env. Ã Encountered error while trying to install package. â°â> osgeo note: This is an issue with the package mentioned above, not pip. Do you have any solutions ?
-
allow users to upgrade the python interpreter in their code env
We have hundreds of Python code environments, known as "code envs", within our Dataiku design instance. Our objective is to clean and upgrade these environments. However, Dataiku users have restricted rights that prevent them from altering the Python interpreter. This imposes a challenge due to 'end of life' Python…
-
Remove warnings when import dataiku using Python 3.9
Hi all, I am just starting to use Python 3.9 and I am getting the following warnings when I import the dataiku package: distutils Version classes are deprecated. Use packaging.version instead.invalid escape sequence \*invalid escape sequence \*invalid escape sequence \sinvalid escape sequence \:invalid escape sequence \:…
-
STATA in DataIku
Hi all, I am aiming at running Jupyter notebooks with STATA interpretation capability. I wonder if there has been any similar efforts so far. It would be great to give me some hints. Useful links: https://www.stata.com/python/pystata18/ https://github.com/ticoneva/pystata-kernel I could install STATA on the DSS VM.…
-
Python recipe failing in a Python env
Hey guys! I set a Python env in order to install specific packages, but the following recipe is failing when executed in such an env: import dataikuimport pandas as pd, numpy as npfrom dataiku import pandasutils as pdu# Read recipe inputsdf_train_asis = dataiku.Dataset("df_train_asis")df_train_asis_df =…
-
Install Llama 2 on Code Env (Via Llama.cpp with CPython)
Hello Dataikers! TL;DR I want to use this model llama-2-7b.ggmlv3.q4_0.bin inside a code env, to do this I am using python port llama-cpp-python My problem is that I need to compile llama.cpp and install shared lib. How can I do this? PD: This code env will be containerized Saul
-
Setting Up Python 3.7 and Anaconda Code Env
Hi All, I am having some trouble setting Dataiku code environments with any Python other than 2.7 & 3.6. Further more, I can't seem to get the "Use Conda" option either. I know anaconda is considered a tier 2 support item, but it's required for my current project. Does anyone know how to get these features working? Thank…