primetang/pylsd

Library Error

Opened this issue ยท 3 comments

I installed pylsd library, however, I go this error

from lsd import lsd
ImportError: cannot import name 'lsd'

This issue is resolved in #5.
The import statement you mentioned is not correct, it should be from pylsd.lsd import lsd.

Thank you ๐Ÿ‘

This issue is resolved in #5.
The import statement you mentioned is not correct, it should be from pylsd.lsd import lsd.

Hi , Does that work for python 3.x env ?