Ecole on Colab not imported #244
-
Hi, I followed the following steps to install ecole in Colab:
After the installation was complete I tried to import ecole but it failed! I am not sure why should this happen as with
This is my
Any idea how I can solve this issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Hi @Lessvn import sys
print(sys.executable)
print(sys.version) |
Beta Was this translation helpful? Give feedback.
-
You could try installing (and compiling) Ecole through 1. Install Ecole
2. Restart runtimeIn the bar, click |
Beta Was this translation helpful? Give feedback.
You could try installing (and compiling) Ecole through
pip
. There are few steps because you need to provide a SCIP installation and Ecole uses some quite modern features, but I got something like the following working.1. Install Ecole