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
The following shows the error:
gcc -std=gnu11 -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/stornext/Bioinf/data/lab_speed/wang.j/python_package/myenv/include -I/stornext/System/data/apps/python/python-3.12.0/include/python3.12 -c ext_modules/fast_funcs.c -o build/temp.linux-x86_64-cpython-312/ext_modules/fast_funcs.o
ext_modules/fast_funcs.c:1517:27: fatal error: stdatomic.h: No such file or directory
#include <stdatomic.h>
^
compilation terminated.
error: command '/usr/bin/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 pegasusio
Failed to build pegasusio
ERROR: Could not build wheels for pegasusio, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered:
The following shows the error:
gcc -std=gnu11 -pthread -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/stornext/Bioinf/data/lab_speed/wang.j/python_package/myenv/include -I/stornext/System/data/apps/python/python-3.12.0/include/python3.12 -c ext_modules/fast_funcs.c -o build/temp.linux-x86_64-cpython-312/ext_modules/fast_funcs.o
ext_modules/fast_funcs.c:1517:27: fatal error: stdatomic.h: No such file or directory
#include <stdatomic.h>
^
compilation terminated.
error: command '/usr/bin/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 pegasusio
Failed to build pegasusio
ERROR: Could not build wheels for pegasusio, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: