-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I am facing issues while trying to install a forked version of École. Below are the details of my environment and the steps I have taken.
### Environment
SCIPOptSuite versions installed:
SCIPOptSuite-8.0.1-win64-VS15.exe
SCIPOptSuite-6.0.1-win64-VS15.exe
Operating System: Windows with WSL (Windows Subsystem for Linux)
### Steps to Reproduce
Installed SCIPOptSuite using the following executables:
SCIPOptSuite-8.0.1-win64-VS15.exe
SCIPOptSuite-6.0.1-win64-VS15.exe
Navigated to the École directory:
cd [PATH]/[TO]/ecole
Specified the directory containing the SCIP CMake configuration files:
-DSCIP_DIR=/mnt/c/Program\ Files/SCIPOptSuite\ 8.0.1/lib/cmake/scip
Attempted to install École using the following command:
CMAKE_ARGS="-DSCIP_DIR=/mnt/c/Program\ Files/SCIPOptSuite\ 8.0.1/lib/cmake/scip -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON" python -m pip install .
### Question
Is there a specific version of SCIP required for installing the forked École, or did I make an error in the commands? Any guidance on how to resolve this issue would be greatly appreciated.