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

Does anyone come across the problems of gcc version #10

Closed
yuchenlichuck opened this issue Apr 17, 2022 · 9 comments
Closed

Does anyone come across the problems of gcc version #10

yuchenlichuck opened this issue Apr 17, 2022 · 9 comments

Comments

@yuchenlichuck
Copy link

_OSError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/liy0r/anaconda3/envs/stformer/lib/python3.7/site-packages/torch_spline_conv/basis_cuda.so)

@X-Lai
Copy link
Collaborator

X-Lai commented Apr 17, 2022

May I ask the version of gcc that you use?

@Eddieeee-Liu
Copy link

@yuchenlichuck please change your gcc version to 7.5.0

@yuchenlichuck
Copy link
Author

gcc 8.2.0 gcc 10.2.0 gcc 11.1.0, I try this three, all don't works

@yuchenlichuck
Copy link
Author

yuchenlichuck commented Apr 17, 2022

I can run the code somehow, but I also come across another issue

(stformer) [liy0r@gpu202-09-l Stratified-Transformer]$ module load gcc/8.2.0
GNU 8.2.0 is now loaded
(stformer) [liy0r@gpu202-09-l Stratified-Transformer]$ python3 train.py --config config/s3dis/s3dis_stratified_transformer.yaml
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted
(stformer) [liy0r@gpu202-09-l Stratified-Transformer]$ module load gcc/10.2.0
GNU 10.2.0 is now loaded
(stformer) [liy0r@gpu202-09-l Stratified-Transformer]$ python3 train.py --config config/s3dis/s3dis_stratified_transformer.yaml
Segmentation fault
(stformer) [liy0r@gpu202-09-l Stratified-Transformer]$ module load gcc/11.1.0
GNU 11.1.0 is now loaded
(stformer) [liy0r@gpu202-09-l Stratified-Transformer]$ python3 train.py --config config/s3dis/s3dis_stratified_transformer.yaml
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted

@yuchenlichuck
Copy link
Author

I get that my torch-geometric install is incorrect, but I was followed by the instructions, maybe it because the pytorch version or gcc or other libs is not matching

@X-Lai
Copy link
Collaborator

X-Lai commented Apr 17, 2022

FYI, I have pushed the requirements.txt.

@X-Lai
Copy link
Collaborator

X-Lai commented Apr 17, 2022

gcc==7.5.0 can work.

@yuchenlichuck
Copy link
Author

and please remind to commend or delete sharedarray

@yuchenlichuck
Copy link
Author

pip install h5py

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

3 participants