pylsd
pylsd copied to clipboard
Library Error
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 ?