RFdiffusion icon indicating copy to clipboard operation
RFdiffusion copied to clipboard

ModuleNotFoundError: No module named 'torchdata.datapipes'

Open Raef88 opened this issue 1 year ago • 4 comments

I am trying to set up RFiffusion but encountered this error on mac m4.

Raef88 avatar Dec 23 '24 11:12 Raef88

https://pypi.org/project/torchdata/ - looks like they're discontinued the datapipes module - dang.

krish240574 avatar Jan 02 '25 14:01 krish240574

I encountered similar problems with datapipes before. I think upgrading PyTorch fixed it, but I cannot give more specific advice without information about your Conda environment and the specific command you are running.

nejmeijer avatar Jan 20 '25 11:01 nejmeijer

pip install torchdata==0.9.0 worked on my M1 with the modifications of https://github.com/YaoYinYing/RFdiffusion

21tesla avatar Jan 29 '25 14:01 21tesla

well,i download version 0.10.0 only to find out there is no datapipes.After downgrading to 0.9.0,this is fixed,except that pydantic is missing:)

VVjwell avatar Feb 26 '25 15:02 VVjwell