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
Hi, developers, thanks for your excellent work and provding such a powerful tools!
Recently I am learning how to request and process obs seismic data using the OBStools, I encountered the same problem in two environments (one is the local server, another is the supercomputer cluster. Both are Linux system) when using query_fdsn_stdb to create the StDb Database. ImportError: /lib64/libstdc++.so.6: version 'CXXABI_1.3.8' not found
I solved this problem by adding the following content to the ~/.bashrc file, which utilizes the libstdc++.so.6 in the conda environment. export LD_PRELOAD=/xxx/software/anaconda3/envs/obseis/lib/libstdc++.so.6
I would like to ask if there is any other solution, especially for non-root users.
Hope you can reply.
The text was updated successfully, but these errors were encountered:
Hi, developers, thanks for your excellent work and provding such a powerful tools!
Recently I am learning how to request and process obs seismic data using the OBStools, I encountered the same problem in two environments (one is the local server, another is the supercomputer cluster. Both are Linux system) when using query_fdsn_stdb to create the StDb Database.
ImportError: /lib64/libstdc++.so.6: version 'CXXABI_1.3.8' not found
I solved this problem by adding the following content to the
~/.bashrc
file, which utilizes thelibstdc++.so.6
in the conda environment.export LD_PRELOAD=/xxx/software/anaconda3/envs/obseis/lib/libstdc++.so.6
I would like to ask if there is any other solution, especially for non-root users.
Hope you can reply.
The text was updated successfully, but these errors were encountered: