You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
### Error :
### 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.
The text was updated successfully, but these errors were encountered:
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 .
### Error :
### 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.
The text was updated successfully, but these errors were encountered: