Pytorch-Correlation-extension icon indicating copy to clipboard operation
Pytorch-Correlation-extension copied to clipboard

Faile to install spatial-correlation-sampler

Open Heeenry opened this issue 4 years ago • 6 comments
trafficstars

hi there, I encountered some errors,when I tried with "pip install spatial-correlation-sampler -vvv".Please help me. cuda version: 10.1.168 pytorch version:1.7.1 python version:3.7.0 gcc 7.5.0 2.txt

Heeenry avatar Jan 04 '21 02:01 Heeenry

Ubuntu 16.04

Heeenry avatar Jan 04 '21 03:01 Heeenry

Same on Ubuntu 18.04, pytouch 1.8..

DengueTim avatar Mar 11 '21 20:03 DengueTim

cloning https://github.com/Minwellcym/Pytorch-Correlation-extension and running python setup.py install worked...

DengueTim avatar Mar 12 '21 08:03 DengueTim

I think this is the same issue as: https://github.com/ClementPinard/Pytorch-Correlation-extension/issues/52

Just installing using this repo at the master branch works (there was a fix pushed to 1.7 / master branch but it's not in pypi yet)

sudo pip3 install git+https://github.com/ClementPinard/Pytorch-Correlation-extension

I'm using pytorch 1.7.1 and the above command worked for me.

usbhub avatar Mar 24 '21 09:03 usbhub

Ah yes, sorry, I didn't update the pypi repo yet. I'll do it as soon as possible.

ClementPinard avatar Mar 24 '21 14:03 ClementPinard

cloning https://github.com/Minwellcym/Pytorch-Correlation-extension and running python setup.py install worked...

  • It works for me. Thanks a lot!

Ubuntu 20.03.3 RTX 3090 CUDA 11.0 cudnn 11.1 python 3.7.11 torch 1.8.0+cu111 torchvision 0.9.0+cu111

bamboopu avatar Sep 14 '21 14:09 bamboopu