โ08-14-2024 01:01 AM
โ08-22-2024 02:42 PM
I am having the same issue. Did you ever determine how to solve this?
โ08-22-2024 11:56 PM
What type of cluster do you use, and what version of graphframes?
โ08-23-2024 12:14 AM
I'm running on 14.3 LTS (includes Apache Spark 3.5.0, Scala 2.12), 1 driver (n2-highmem ๐ 64 GB Memory, 8 Cores, 1-8 Workers (n2-highmem-4) 32-256 GB Memory 4-32 Cores. My version of graphframes is 0.6.
โ08-23-2024 12:32 AM
Please install the latest graphframes version.
0.6 has only spark 2 support.
Also in the latest version the deprecated sql context is removed:
https://github.com/graphframes/graphframes/releases
โ08-23-2024 09:04 AM - edited โ08-23-2024 09:08 AM
Thanks for the response -werners-. Version 0.8.3 installed via https://pypi.org/project/graphframes-latest/ gives a different error: AttributeError: 'SparkSession' object has no attribute '_sc'. No version above 0.6 is available via %pip install graphframes --upgrade.
โ07-14-2025 02:19 AM
graphframes-latest is not an official release of graphframes. So I would not recommend anyone to use it.
Anyway, graphframes is available in ML runtime, may be using ML runtime instead of the standard one is the best solution.
โ08-25-2024 11:18 PM
Serverless compute might be the issue here.
Can you deploy a classic compute cluster and install graphframes?
โ09-03-2024 03:29 PM
Hi, sorry for the delay, yes this was done several weeks ago but my issue is with deploying it on Serverless. Also we are unable to deploy custom clusters currently due to a separate issue.
โ09-03-2024 11:26 PM
Serverless compute has limitations, like installing libraries. So at the moment that won't be possible.
Oldschool clusters have way more configuration possibilities, so hopefully you can fix the issue you experience on deploying clusters.
โ01-31-2025 11:01 AM
Hi Guys, even with the classic compute with version 14.3LTS, I'm getting the _sc error mentioned above, pls let me know if you're able to fix the issue
โ07-20-2025 08:28 AM
Through pip install gaphframes the version is 0.6 which is only supported by 2.x versions of Spark. For the latest versions of graphframes use: pip install graphframes-py. This, as of today, gets the version 0.9.2 which is fully compatible with Spark versions 3.5+
You can see the differences here between these two pip install commands:
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now