ModuleNotFoundError: No module named 'torchdata.datapipes'
I am trying to set up RFiffusion but encountered this error on mac m4.
https://pypi.org/project/torchdata/ - looks like they're discontinued the datapipes module - dang.
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.
pip install torchdata==0.9.0 worked on my M1 with the modifications of https://github.com/YaoYinYing/RFdiffusion
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:)