ecthros / uncaptcha2

defeating the latest version of ReCaptcha with 91% accuracy
http://uncaptcha.cs.umd.edu
4.96k stars 462 forks source link

uncaptcha2 can it run on ubunt16.04 #8

Closed 0c0c0f closed 5 years ago

0c0c0f commented 5 years ago

pip3 install -r dependencies.txt Requirement already satisfied: speechrecognition in /home/administrator/.local/lib/python3.5/site-packages (from -r dependencies.txt (line 1)) (3.8.1) Requirement already satisfied: pyautogui in /home/administrator/.local/lib/python3.5/site-packages (from -r dependencies.txt (line 2)) (0.9.40) Requirement already satisfied: Xlib in /home/administrator/.local/lib/python3.5/site-packages (from -r dependencies.txt (line 3)) (0.21) Requirement already satisfied: pyscreeze in /home/administrator/.local/lib/python3.5/site-packages (from pyautogui->-r dependencies.txt (line 2)) (0.1.19) Requirement already satisfied: PyTweening>=1.0.1 in /home/administrator/.local/lib/python3.5/site-packages (from pyautogui->-r dependencies.txt (line 2)) (1.0.3) Requirement already satisfied: Pillow in /home/administrator/.local/lib/python3.5/site-packages (from pyautogui->-r dependencies.txt (line 2)) (5.4.0) Requirement already satisfied: pymsgbox in /home/administrator/.local/lib/python3.5/site-packages (from pyautogui->-r dependencies.txt (line 2)) (1.0.6) Requirement already satisfied: pygetwindow in /home/administrator/.local/lib/python3.5/site-packages (from pyautogui->-r dependencies.txt (line 2)) (0.0.3) Requirement already satisfied: six>=1.10.0 in /home/administrator/.local/lib/python3.5/site-packages (from Xlib->-r dependencies.txt (line 3)) (1.12.0) Requirement already satisfied: pyrect in /home/administrator/.local/lib/python3.5/site-packages (from pygetwindow->pyautogui->-r dependencies.txt (line 2)) (0.1.4)

python3 run.py Traceback (most recent call last): File "run.py", line 2, in import pyautogui File "/home/administrator/.local/lib/python3.5/site-packages/pyautogui/init.py", line 95, in import pygetwindow File "/home/administrator/.local/lib/python3.5/site-packages/pygetwindow/init.py", line 42, in raise NotImplementedError('PyGetWindow currently does not support Linux. If you have Xlib knowledge, please contribute! https://github.com/asweigart/pygetwindow') NotImplementedError: PyGetWindow currently does not support Linux. If you have Xlib knowledge, please contribute! https://github.com/asweigart/pygetwindow