I am working on a Mixed Interger Linear Programming problem. I wanted to use SCIP solver to find the optimised solution for my problem. I was trying to install "PySCIPOpt" package in vscode which resulted in the following error.
error while running python3 -m pip install PySCIPOpt command in zsh shell in vscode editor
I tried the following which did not help
- upgrade pip like mentioned in a lot of other posts
- upgrade or install setuptools and wheel
But neither of the upgrades worked.
I also tried to install gcc via brew which did not resolve the error.