Skip to content

[fix] Python install modules path

Arnaud Billon requested to merge fix/python-install-path into master

Reworks unreliable python paths, fixes buildbots not able to find python modules.

Beware this now requires to address lidarview and lidarviewcore submodules explicitely, e.g:

  • import DTMFilter now needs to be import lidarviewcore.DTMFilter as DTMFilter

  • Related LVCore branch to udpate doc incoming: lidarview-core!226 (merged)

@nick.laurenson @jerome.dias @julia.sanchez @lea.vauchier @melanie.carriere Can yall check if any of your custom side-projects' python scripts / filters stay compatible if they require lidarview or lidarviewcore python modules ?

Edited by Arnaud Billon

Merge request reports