You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I encountered the same issue while trying to run this project. I managed to resolve it by using Python 3.8. It seems that there might be compatibility issues with other Python versions, so switching to Python 3.8 could be a potential solution for anyone experiencing similar problems.
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:
Environment:
The text was updated successfully, but these errors were encountered: