Dao-AILab/causal-conv1d

Cant install with command "pip install ."

NotF404 opened this issue · 1 comments

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

Thanks, this is fixed in v1.0.1.