gatagat / lap

Linear Assignment Problem solver (LAPJV/LAPMOD).
BSD 2-Clause "Simplified" License
211 stars 66 forks source link

Failed building wheel #18

Closed pskugit closed 4 years ago

pskugit commented 4 years ago

When trying to install via pip or from source I am not able to build lap. Do you have an idea what I might be missing? I did install the listed prerequisites.

I'm on linux and my problem seems similar to #13 ERROR: failed building wheel for lap

gatagat commented 4 years ago

Please provide the log or at least the error message.

But ff the error log is similar as in #13, it could be a similar cause;) Do you have a compiler installed?

pskugit commented 4 years ago

log was pretty similar as #13.. It somehow ended up working with pip3 and a new virtual environment. Nothing changed on the compiler though. Not sure about how everything interacts, but I got it running, thanks.

gatagat commented 4 years ago

Cool, thanks for letting us now.