Error : "Supplied data does not contain specified dimensions"

Hi,
When I try to plot Postgis Linestring, thanks to gv.Path() or hvplot(geo=True), I have this error : Supplied data does not contain specified dimensions, the following dimensions were not found: ['Longitude', 'Latitude'].

When I do hvplot(geo=False) it works but i would like to have a base map.
Would someone have an idea ?