rusty1s / pytorch_spline_conv

Implementation of the Spline-Based Convolution Operator of SplineCNN in PyTorch
https://arxiv.org/abs/1711.08920
MIT License
172 stars 36 forks source link

Cannot install pyg without pytorch_spline_conv in conda #29

Closed mova closed 1 year ago

mova commented 2 years ago

Hey, I would like to setup my enviroment via conda install pytorch-spline-conv -c pyg. This installs pytorch_spline_conv and leads to the error mentioned in https://github.com/rusty1s/pytorch_spline_conv/issues/22 So far, none of the comments helped my resolve the problem. Overwriting anything in my conda installation via pip install ... or compiling the package locally is not really an solution as this leads conda pack to fail. This is why I would like to install pyg without pytorch_spline_conv. Is the hard dependency of pyg to pytorch_spline_conv necessary ? Cheers!

rusty1s commented 2 years ago

The pytorch_spline_conv hard dependency will be removed in the next PyG release (targeted to land in 2-3 weeks). Sorry for the inconveniences!

rusty1s commented 2 years ago

The pytorch_spline_conv hard dependency will be removed in the next PyG release (targeted to land in 2-3 weeks). Sorry for the inconveniences!

github-actions[bot] commented 1 year ago

This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?