I\'m trying to install glpk using pip on a virtual enviroment but it keeps giving this error regarding the wheels for pip installing "ERROR: Could not build wheels for glpk
After triyng some different solutions to my problem, I was able to solve it by installing this three packages:
sudo apt install libglpk-dev python3.8-dev libgmp3-dev
And after that running the same command:
pip install glpk