pylsd icon indicating copy to clipboard operation
pylsd copied to clipboard

Library Error

Open alwansm opened this issue 8 years ago • 3 comments

I installed pylsd library, however, I go this error

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

alwansm avatar Dec 01 '17 13:12 alwansm

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

ydlamba avatar Dec 03 '17 22:12 ydlamba

Thank you 👍

alwansm avatar Dec 03 '17 22:12 alwansm

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 ?

kesarianubhav avatar Aug 06 '19 10:08 kesarianubhav