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
playsound is relying on another python subprocess. Please use pip install pygobject if you want playsound to run more efficiently.
2025-01-13 19:56:51.645 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/home/user/app/app.py", line 2, in
from webscout import PhindSearch
File "/usr/local/lib/python3.10/site-packages/webscout/init.py", line 9, in
from .Provider import *
File "/usr/local/lib/python3.10/site-packages/webscout/Provider/init.py", line 2, in
from .PI import *
File "/usr/local/lib/python3.10/site-packages/webscout/Provider/PI.py", line 6, in
from webscout.AIutel import Optimizers
File "/usr/local/lib/python3.10/site-packages/webscout/AIutel.py", line 79, in
from .Extra.autocoder import AutoCoder
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/init.py", line 5, in
from .autocoder import *
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/autocoder/init.py", line 6, in
from .rawdog import *
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/autocoder/rawdog.py", line 11, in
import pygetwindow as gw
File "/usr/local/lib/python3.10/site-packages/pygetwindow/init.py", line 347, in
raise NotImplementedError(
NotImplementedError: PyGetWindow currently does not support Linux. If you have Xlib knowledge, please contribute! https://github.com/asweigart/pygetwindow
The text was updated successfully, but these errors were encountered:
playsound is relying on another python subprocess. Please use
pip install pygobject
if you want playsound to run more efficiently.2025-01-13 19:56:51.645 Uncaught app exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/home/user/app/app.py", line 2, in
from webscout import PhindSearch
File "/usr/local/lib/python3.10/site-packages/webscout/init.py", line 9, in
from .Provider import *
File "/usr/local/lib/python3.10/site-packages/webscout/Provider/init.py", line 2, in
from .PI import *
File "/usr/local/lib/python3.10/site-packages/webscout/Provider/PI.py", line 6, in
from webscout.AIutel import Optimizers
File "/usr/local/lib/python3.10/site-packages/webscout/AIutel.py", line 79, in
from .Extra.autocoder import AutoCoder
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/init.py", line 5, in
from .autocoder import *
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/autocoder/init.py", line 6, in
from .rawdog import *
File "/usr/local/lib/python3.10/site-packages/webscout/Extra/autocoder/rawdog.py", line 11, in
import pygetwindow as gw
File "/usr/local/lib/python3.10/site-packages/pygetwindow/init.py", line 347, in
raise NotImplementedError(
NotImplementedError: PyGetWindow currently does not support Linux. If you have Xlib knowledge, please contribute! https://github.com/asweigart/pygetwindow
The text was updated successfully, but these errors were encountered: