Connecting Databricks community edition to Neo4j and getting ModuleNotFoundError: No module named 'neo4j' error

30 Views Asked by At

I'm practicing with Databricks community edition and trying to read/write a dataframe to Neo4j and following the guide here. I did install the Neo4j package via Maven as you see here:

enter image description here

But the issue is that it doesn't recognize the neo4j module.

enter image description here

Do you know by any chance how to get it working? does Neo4j work with community edition of databricks or a VM instance is required to work with it?

0

There are 0 best solutions below