-
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…
-
Unable to open Notebooks on a VSCode using CodeStudios
Hello, I tried to open a `.ipynb` file in VSCode started with CodeStudios template and got the following error message. ===================================== Unable to open 'xxxxxxxx.ipynb' Could not initialize webview: Error: Could not register service worker: SecurityError: Failed to register a ServiceWorker for scope…
-
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 ?
-
I need a help on how to install python package via pip
Can someone guide me the correct way of using command to process pip install python package . it seems I am not in the way to e
-
Job failed: Cannot write on connection 'filesystem_root'
Hello! I am replicating one of Dataiku's solutions, "Demand Forecasting". https://gallery.dataiku.com/projects/SOL_DEMAND_FORECAST/ I want the "input datasets" to be the ones that the solution brings by default. To establish the connection I apply this configuration. Then, I attached the path of the datasets using this…
-
Pandas error - Python Code Environment Creation
Hello Team, We are observing below errors while creation python code environments. Please help us in getting this fixed. created virtual environment CPython3.6.8.final.0-64 in 316ms creator CPython3Posix(dest=/opt/app/data/code-envs/python/test_env, clear=False, no_vcs_ignore=False, global=False) seeder…
-
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 =…
-
Installing additional Python versions on MacOS Ventura
So I wanted to install additional Python versions on my MacMini M2 on MacOS Ventura 13.6. Tried many different options installating Python using package managers, manually building source, etc and none of them worked when I tried to create Dataiku code environments or failed before that. The following is what worked for me…
-
Python Recipe error
Hi, I have created a python recipe with Input & Output as Managed Folder, please find below SS for the same. So when i am trying to building this recipe its showing me the Name error, i will share the diagnostics for it with this ticket. Operating system used: Windows Operating system used: Windows
-
IPython module error
I have a custom linux install of DSS. Recently, all my Python notebooks have been failing with the nginx error screen. On checking the logs, I see the following in ipython.log. [2023/07/13-02:11:33.293] [8630/MainThread] [WARNING] [NotebookApp] Notebook version 5 is no longer maintained. Please upgrade to version 6 or…