I have two layers in my Project
1)Points Layers
2) Polygon Layer
I need to apply nearest neighbour Analysis between point and Polygon, but i am unable to get .
I tried the below code.I am using Qgis 3.0
from mmqgis import mmqgis_library as mmqgis
As soon i added this line in my python console it got
No module name mmqgis found
