joelgraff / freecad.trails

Trails is the Transportation Engineering workbench for FreeCAD
GNU Lesser General Public License v2.1
68 stars 12 forks source link

Import LIDAR Fails #96

Open rmfii opened 8 months ago

rmfii commented 8 months ago

I have just installed the latest version of FreeCAD and the latest version of Trails Workbench. When I click the "Import LIDAR" icon, I get an error window with the key message, "No module named 'laspy'. Running the Python command 'Import LIDAR' failed."

Traceback (most recent call last): File "C:\Program Files\FreeCAD 0.21\Mod\FreeCAD.Trails\freecad\trails\geomatics\geoimport_gui.py", line 129, in Activated from .geoimport import import_lidar File "C:\Program Files\FreeCAD 0.21\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport__feature__.py", line 142, in _import return original_import(name, *args, *kwargs) File "C:\Program Files\FreeCAD 0.21\Mod\FreeCAD.Trails\freecad\trails\geomatics\geoimport\import_lidar.py", line 14, in from laspy.file import File File "C:\Program Files\FreeCAD 0.21\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport__feature__.py", line 142, in _import return original_import(name, args, **kwargs)

No module named 'laspy'