Skip to content
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

idk why this happened. undefined symbol: BIO_meth_set_puts #17

Open
ynckz opened this issue Dec 22, 2024 · 1 comment
Open

idk why this happened. undefined symbol: BIO_meth_set_puts #17

ynckz opened this issue Dec 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ynckz
Copy link

ynckz commented Dec 22, 2024

> 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
@ynckz ynckz added the bug Something isn't working label Dec 22, 2024
@Processori7
Copy link
Contributor

Processori7 commented Dec 23, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants