Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MoriYu0011 opened this issue Aug 20, 2021 · 1 comment
Open

Comments

@MoriYu0011
Copy link

I use:

  • Python=3.9.2
  • laspy=2.0.0

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
Copy link
Author

laspy=1.5.0 has the attribute.

$ pip install laspy==1.5.0

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant