ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.29 not found
- Dominant language
- Python
- Stars
- 14.3k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
```bash
pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu116
conda install -c dglteam/label/cu116 dgl
pip install ogb
pip install torchmetrics
```
```
import dgl
```
## Expected behavior
## Environment
- DGL Version (e.g., 1.0): 1.0.1
- Backend Library & Version (e.g., PyTorch 0.4.1, MXNet/Gluon 1.3): PyTorch 1.12.0
- OS (e.g., Linux): Ubuntu
- How you installed DGL (`conda`, `pip`, source): conda
- Build command you used (if compiling from source):
- Python version: 3.8
- CUDA/cuDNN version (if applicable): 11.6
- GPU models and configuration (e.g. V100):
- Any other relevant information:
## Additional context
I can address the issue by
```bash
pip uninstall scipy
pip install scipy
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.