Skip to content

ModuleNotFoundError: No module named 'lsd' #19

@lucasleirbag

Description

@lucasleirbag

I am encountering an error when trying to run the script scan.py in my project. The error occurs when trying to import the lsd module from the pylsd package. I received the following error:

Traceback (most recent call last):
  File "/Users/mac/Project/OpenCV-Document-Scanner/scan.py", line 20, in <module>
    from pylsd.lsd import lsd
  File "/Users/mac/Project/OpenCV-Document-Scanner/venv/lib/python3.11/site-packages/pylsd/__init__.py", line 8, in <module>
    from lsd import lsd
ModuleNotFoundError: No module named 'lsd'

Environment:

Operating System: MacOS
Python Version: 3.11.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions