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
> webscout --help
Traceback (most recent call last):
File "/home/ynckz/.local/bin/webscout", line 5, in <module>
from webscout.webai import main
File "/home/ynckz/.local/lib/python3.12/site-packages/webscout/__init__.py", line 3, in <module>
from .webscout_search import WEBS
File "/home/ynckz/.local/lib/python3.12/site-packages/webscout/webscout_search.py", line 15, in <module>
import primp # type: ignore
^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/primp/__init__.py", line 1, in <module>
from .primp import *
ImportError: /usr/lib/python3.12/site-packages/primp/primp.abi3.so: undefined symbol: BIO_meth_set_puts
The text was updated successfully, but these errors were encountered:
Hello, if I use:
webscout --help, then I received
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "E:\Users\Igory\Desktop\AnsiUi2.venv\Scripts\webscout.exe_main.py", line 4, in
ModuleNotFoundError: No module named 'webscout.webai'
The text was updated successfully, but these errors were encountered: