-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Debian Buster #107
Comments
Hi @liolio6, thanks for reporting the bug! |
I investaged a bit deeper. One of the dependencies of normcap, |
HI @dynobo thanks for your help Here the output of And |
@liolio6, could you please upgrade NormCap to the version I just released and report back, if the workaround works for you?
Thanks! |
Hey @dynobo Its work perfectly |
Hello, I try to install normcap on debian Buster, the install work correctly but I got Segmentation fault when I run it
I of course installed dependencies
sudo apt-get install tesseract-ocr xclip python3-dev python3-tk python3-pil.imagetk libleptonica-dev libtesseract-dev libnotify-bin
View Bellow
pip3 install normcap
Requirement already satisfied: normcap in /usr/local/lib/python3.7/dist-packages (0.1.11)
Requirement already satisfied: pyclip>=0.5.4 in /usr/local/lib/python3.7/dist-packages (from normcap) (0.5.4)
Requirement already satisfied: notify-py>=0.3.1 in /usr/local/lib/python3.7/dist-packages (from normcap) (0.3.2)
Requirement already satisfied: importlib-resources>=5.1.2 in /usr/local/lib/python3.7/dist-packages (from normcap) (5.1.2)
Requirement already satisfied: Pillow>=8.2.0 in /usr/local/lib/python3.7/dist-packages (from normcap) (8.2.0)
Requirement already satisfied: pyscreenshot>=2.3 in /usr/local/lib/python3.7/dist-packages (from normcap) (3.0)
Requirement already satisfied: tesserocr>=2.4.0 in /usr/local/lib/python3.7/dist-packages (from normcap) (2.5.1)
Requirement already satisfied: mss>=6.1.0 in /usr/local/lib/python3.7/dist-packages (from normcap) (6.1.0)
Requirement already satisfied: jeepney; platform_system == "Linux" in /usr/local/lib/python3.7/dist-packages (from notify-py>=0.3.1->normcap) (0.6.0)
Requirement already satisfied: loguru in /usr/local/lib/python3.7/dist-packages (from notify-py>=0.3.1->normcap) (0.5.3)
Requirement already satisfied: zipp>=0.4; python_version < "3.8" in /usr/local/lib/python3.7/dist-packages (from importlib-resources>=5.1.2->normcap) (3.4.1)
Requirement already satisfied: entrypoint2 in /usr/local/lib/python3.7/dist-packages (from pyscreenshot>=2.3->normcap) (0.2.4)
Requirement already satisfied: EasyProcess in /usr/local/lib/python3.7/dist-packages (from pyscreenshot>=2.3->normcap) (0.3)
normcap
!strcmp(locale, "C"):Error:Assert failed:in file baseapi.cpp, line 209
Segmentation fault
The text was updated successfully, but these errors were encountered: