jmyrberg / mknapsack

Algorithms for solving knapsack problems with Python
MIT License
45 stars 14 forks source link

Requires Fortran compiler #53

Open jonnymaserati opened 2 weeks ago

jonnymaserati commented 2 weeks ago

Hi there

You should probably mention in your README.md that a Fotran compiler is required to install this library, maybe with a link to this or similar?

I have a relatively fresh MacBook and was getting an ERROR: Failed building wheel for mknapsack. Deciphering the messages, it was clear that there was no compiler installed. Once the Fortran compiler was installed, the installation worked fine.