- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 05:06 PM
I am started the Advanced Data Engineering with Databricks course and have tried to run the includes code at the start. We recently had issues with 12.2 and moved to a newer version as there appeared to be some issues around setuptools.
If I run "
" using 12.2 I get the following
java.lang.Exception: Process List(virtualenv, /local_disk0/.ephemeral_nfs/envs/pythonEnv-e9611c15-151b-41e4-9cb5-72c4670cf083, -p, /local_disk0/.ephemeral_nfs/cluster_libraries/python/bin/python, --no-download, --no-setuptools, --no-wheel) exited with code 1.
If I try to use 14.3 which we currently use in work, it will start running but eventually stops due to not having the version suggested as below.