-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
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
Labels
No labels