Hello community / developers,
I am currently trying to install SCIP with python and found that there is Windows Support and a pip installer based on https://github.com/SCIP-Interfaces/PySCIPOpt/blob/master/INSTALL.md.
Nevertheless I run into a problem "Cannot open include file"
Below is a list of the things I performed to get to this step.
- Download Python Anaconda 2.7 64 bit
- Install with all checkboxes as they are
- Download PyCharm Community edition
- Click 64 bit desktop link, and associate with .py checkboxes
- Open CMD > write: easy_install -U pip
- Download Visual C++ Compiler for Python 2.7
- Setup folder structure and downloaded header files
CMD > pip install pyscipopt leads to error:
C:\Users\UserName\Downloads\SCIPOPTDIR\include\scip/def.h(32) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory error: command 'C:\Users\UserName\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status 2
My environment variables and folder directory can be found here: https://i.stack.imgur.com/1K5Di.jpg
Help is very much appreciated, Kind regards