pylsd icon indicating copy to clipboard operation
pylsd copied to clipboard

Import Error while trying to import

Open thalishsajeed opened this issue 6 years ago • 4 comments

I installed the pylsd module using pip3 install pylsd

while trying to run import pylsd i get the below error

Unable to import the pylsd module

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/thalish/.virtualenvs/lib/python3.5/site-packages/pylsd/__init__.py", line 8, in <module>
    from lsd import lsd
ImportError: cannot import name 'lsd'

Does the code not work for python 3.x ?

thalishsajeed avatar Feb 19 '18 20:02 thalishsajeed

same @primetang Any help?

getsanjeev avatar Jun 17 '18 17:06 getsanjeev

same problem

lan2720 avatar May 11 '19 03:05 lan2720

pylsd has no support for python3 as far as I know You can try this pip install ocrd-fork-pylsd >= 0.0.3

n00blet avatar May 13 '19 15:05 n00blet

I run the code well with python

ygest avatar Dec 06 '19 02:12 ygest