Closed NotF404 closed 10 months ago
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
Thanks, this is fixed in v1.0.1.
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