ERROR: Could not build wheels for glpk which use PEP 517 and cannot be installed directly

前端 未结 1 1334
小鲜肉
小鲜肉 2021-01-27 18:03

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

相关标签:
1条回答
  • 2021-01-27 18:41

    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

    0 讨论(0)
提交回复
热议问题