zhan-xu / RigNet

Code for SIGGRAPH 2020 paper "RigNet: Neural Rigging for Articulated Characters"
GNU General Public License v3.0
1.36k stars 189 forks source link

Fixed install for new torch-geometric related wheels #31

Closed manuelkoester closed 3 years ago

manuelkoester commented 3 years ago

Hey,

another install issue came up today, after rerunning it on another machine.. A new version of pip broke how wheels can be shared it seems:

See pip issue information here: https://github.com/rusty1s/pytorch_scatter/issues/179 ( https://github.com/pypa/pip/pull/9177 ) See torch_geometric issue here: https://github.com/rusty1s/pytorch_geometric/issues/1875

zhan-xu commented 3 years ago

Thanks! Merged.