ceptontech / cepton_sdk_redist

Cepton SDK redistribution channel
BSD 3-Clause "New" or "Revised" License
24 stars 16 forks source link

AttributeError: module 'laspy.header' has no attribute 'Header' #23

Open MoriYu0011 opened 3 years ago

MoriYu0011 commented 3 years ago

I use:

Which version is correct?

It seems laspy.header has Header() in laspy=1.2.5(?) https://pythonhosted.org/laspy/_modules/laspy/header.html#Header

MoriYu0011 commented 3 years ago

laspy=1.5.0 has the attribute.

$ pip install laspy==1.5.0

>>> import laspy
>>> laspy.header.Header()
<laspy.header.Header object at 0x7f41e9967ee0>