Dao-AILab / causal-conv1d

Causal depthwise conv1d in CUDA, with a PyTorch interface
BSD 3-Clause "New" or "Revised" License
335 stars 61 forks source link

Cant install with command "pip install ." #1

Closed NotF404 closed 10 months ago

NotF404 commented 11 months ago

image

it said that os.rename in setup.py line 220 only support same file system. In my case: The Wheel download in /tmp dir. but, my code not in / filesystem.

Solution from stack overflow: Changing os.rename to shutil.move.

I tried and my issue solved

tridao commented 11 months ago

Thanks, this is fixed in v1.0.1.