indygreg/PyOxidizer

LINK : fatal error LNK1181: cannot open input file - exit code: 1181

Open

#275 opened on Jul 29, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (4,488 stars) (194 forks)batch import
help wanted

Description

C:\>gcc --version
gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0

C:\>rustc --version
rustc 1.45.0 (5c1f21c3b 2020-07-13)

I just cannot seem to get pyoxidizer to install on my computer, C:\>cargo install pyoxidizer

repeatedly fails before its nearly done

LINK : fatal error LNK1181: cannot open input file 'C:\Users\mang\AppData\Local\Temp\cargo-installSR4Cka\release\build\bzip2-sys-7d12f373da990105\out\lib\bzip2-1.0.8/blocksort.o
exit code: 1181

--- stderr

error occurred: Command "C:\\Users\\mang\\AppData\\Local\\Temp\\cargo-installSR4Cka\\release\\build\\bzip2-sys-7d12f373da990105\\out\\lib\\bzip2-1.0.8/bzlib.o" with args "lib.exe" did not execute successfully (status code exit code: 1181).

warning: build failed, waiting for other jobs to finish...
error: failed to compile `pyoxidizer v0.7.0`

Contributor guide