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

Certstream Python - SIGFPE #117

Open
Asentrixx opened this issue Feb 15, 2024 · 1 comment
Open

Certstream Python - SIGFPE #117

Asentrixx opened this issue Feb 15, 2024 · 1 comment

Comments

@Asentrixx
Copy link

Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\X\AppData\Local\Programs\Python\Python312\Scripts\certstream.exe_main
.py", line 4, in
File "C:\Users\X\AppData\Local\Programs\Python\Python312\Lib\site-packages\certstream\cli.py", line 8, in
from signal import signal, SIGPIPE, SIG_DFL
ImportError: cannot import name 'SIGPIPE' from 'signal' (C:\Users\X\AppData\Local\Programs\Python\Python312\Lib\signal.py). Did you mean: 'SIGFPE'?

Using Python 3.12.2

@d-Rickyy-b
Copy link

Seems like you were having this issue with the python client library: https://github.com/CaliDog/certstream-python.

Also you are probably running the python client on Windows 10? Because SIGPIPE doesn't seem to be available on Windows 10. See https://stackoverflow.com/questions/58718659/cannot-import-name-sigpipe-from-signal-in-windows-10

Duplicate of CaliDog/certstream-python#36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants