Python 3.9.19 (main, May 6 2024, 19:43:03)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type “help”, “copyright”, “credits” or “license” for more information.
import dgl
/home/dak/software/miniconda3/envs/NRPFeature/lib/python3.9/site-packages/torchdata/datapipes/init.py:18: UserWarning:
################################################################################
WARNING!
The ‘datapipes’, ‘dataloader2’ modules are deprecated and will be removed in a
future torchdata release! Please see Future of torchdata and dataloading · Issue #1196 · pytorch/data · GitHub
to learn more and leave feedback.
################################################################################
deprecation_warning()
[1]+ Stopped python
Hello community of DGL, has anyone encountered the same error as me? I encountered this error for the first time when I’m installing dgl on a new conda environment. it never happened before:
my package version
torch 2.3.1+cu118
torchaudio 2.3.1+cu118
torchdata 0.8.0
torchvision 0.18.1+cu118
dgl 2.3.0+cu118