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
Hello All,
I am trying to install Elastalert on a Ubuntu 22.04 machine. I have Python 3.10 installed.
I get the following error with Blist during the installation:
blist/blist.c:6592:27:error: lvalue required as left operand of assignment 6592 | Py_REFCNT(&saved) = 1; error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for blist
followed by
blist/_blist.c:6592:27: error: lvalue required as left operand of assignment 6592 | Py_REFCNT(&saved) = 1; error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure × Encountered error while trying to install package. ╰─> blist
I have tried to follow instructions given on many other sites, by installing dev tools etc. Nothing works.
Please help.
Thanks & Regards,
Raja
The text was updated successfully, but these errors were encountered:
Hello All,
I am trying to install Elastalert on a Ubuntu 22.04 machine. I have Python 3.10 installed.
I get the following error with Blist during the installation:
blist/blist.c:6592:27:error: lvalue required as left operand of assignment
6592 |
Py_REFCNT(&saved) = 1;
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for blist
followed by
blist/_blist.c:6592:27: error: lvalue required as left operand of assignment
6592 |
Py_REFCNT(&saved) = 1;
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> blist
I have tried to follow instructions given on many other sites, by installing dev tools etc. Nothing works.
Please help.
Thanks & Regards,
Raja
The text was updated successfully, but these errors were encountered: