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

Encountered an error #8

Open
TomWang666 opened this issue Mar 16, 2024 · 1 comment
Open

Encountered an error #8

TomWang666 opened this issue Mar 16, 2024 · 1 comment

Comments

@TomWang666
Copy link

Hi,Ye

   I encountered the following problem while conducting HIC data simulation and have been unable to solve it. I would like to ask for your advice. Is it my dependency version that is causing the problem?

image

Thanks,
Wang

@yezhengSTAT
Copy link
Owner

Hello Wang,

The error you're encountering indicates a problem during the compilation of a Python package that involves native extensions, requiring the gcc compiler. The specific files mentioned in the error message, /lib64/libpthread.so.0 and /usr/lib64/libpthread_nonshared.a, are part of the POSIX thread (pthread) libraries, which are essential for supporting multi-threading in C and C++ programs. These libraries are required by the gcc compiler to link the threading support into the native extensions being compiled. The absence of these files suggests an issue with the development environment setup on your system, particularly related to the threading libraries and development tools. You may consider install libc6-dev and glibc-devel.

Thanks,
Ye

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