Norman Eckstein

Results 5 comments of Norman Eckstein

I experience the same issue on Windows 10 x64 with Anaconda virtual environment Python 3.5.1 Occurs on manual python setup.py install too

[INFO] Replacing existing vendor dependencies ... at that time glide already created **a new empty vendor folder** ... [ERROR] Unable to export dependencies to vendor directory: Error moving files: exit...

In github.com/Masterminds/glide/path/**winbug.go** function "**func CustomRename(o, n string) error**" replace the following line **_cmd := exec.Command("cmd.exe", "/c", "copy", o, n)_** to **cmd := exec.Command("robocopy.exe", o, n, "/e")** That solved the problem,...

@silversurfer34 check my comment above. Patch file github.com/Masterminds/glide/path/winbug.go according to the instructions above, recompile Glide and your problem is solved.

+1 Cool feature, please support it !