lap
lap copied to clipboard
Linear Assignment Problem solver (LAPJV/LAPMOD).
Collecting lap Using cached lap-0.4.0.tar.gz (1.5 MB) Building wheels for collected packages: lap Building wheel for lap (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'c:\users\user\appdata\local\programs\python\python39\python.exe'...
Hi, thank you for providing this project! I was excited to see that it supports matrices with differing cardinalities. Though the installation sadly didn't work. Is there a way to...
I'm trying to install this lib using poetry. My pyproject.yml has two direct dependencies: ``` toml numpy = "1.18.4" lap = "0.4.0" ``` But since lap also needs numpy, there's...
Collecting lap Using cached lap-0.4.0.tar.gz (1.5 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: lap Building wheel for lap (setup.py): started...
Collecting lap==0.4.0 Using cached lap-0.4.0.tar.gz (1.5 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml)...
Hi, looks like setup.py raises an ImportError if lap can't find numpy. ``` Collecting lap Using cached lap-0.4.0.tar.gz (1.5 MB) Building wheels for collected packages: lap Building wheel for lap...
###BOTTLING### customprefix.sh /var/folders/xk/tdz2k3tn02nfp3fyw2g32db40000gn/T/AppTranslocation/EAAE4D22-F489-4DD0-A4F3-FD69B28EFE6B/d/Wine.app/Contents/Frameworks/WBottler.framework/Resources/bottler.sh: line 39: /private/var/folders/xk/tdz2k3tn02nfp3fyw2g32db40000gn/T/AppTranslocation/EAAE4D22-F489-4DD0-A4F3-FD69B28EFE6B/d/Wine.app/Contents/Resources/bin/wine: Bad CPU type in executable ###BOTTLING### Gathering debug Info... Versions OS...........................: darwin23 Wine.........................: WineBottler..................: 1.8.6 Wineticks....................: 20230212-next - sha256sum: fe0550e0d843214f87dcb0f4aa591be0046fa93db7b8330217dd926258e628fc Environment PWD..........................: '/private/var/folders/xk/tdz2k3tn02nfp3fyw2g32db40000gn/T/AppTranslocation/EAAE4D22-F489-4DD0-A4F3-FD69B28EFE6B/d/Wine.app/Contents/Resources/bin' PATH.........................:...
Hello, I know this project is largely in maintenance mode now, but I'm helping someone who very much likes using it and I'm trying to help make their project easier...
Fixes gatagat/lap#38. Previously, it was not always possible to install lap by simply listing it as a dependency e.g. in a requirements.txt file. This is because the setup.py build system...