<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto">Hi Abbas,
<div dir="auto"><br>
</div>
<div dir="auto">"!pip install conda" is not going to work. You should use the following to get conda in Colab:</div>
<div dir="auto"><br>
</div>
<div dir="auto">!pip install -q condacolab</div>
<div dir="auto">import condacolab</div>
<div dir="auto">condacolab.install()</div>
<div dir="auto"><br>
</div>
<div dir="auto">I hope that helps!</div>
<div dir="auto"><br>
</div>
<div dir="auto">Cheers</div>
<div dir="auto">Matthias</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On May 28, 2023 08:33, Abbas Omidi <abb.omidi@gmail.com> wrote:<br type="attribution">
</div>
</div>
<div>
<div dir="ltr">Dear support team,<br>
<div><br>
</div>
<div><span style="color:rgb(31,35,40); font-size:14px">I hope you are doing well. I am trying to solve the scheduling problems by PyGCGopt on Colab in order to compare the solving time of different formulations between GCG and SCIP. Some days ago, I could install
 Conda on the Colab with </span><code class="gmail-notranslate" style="font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace; font-size:11.9px; padding:0.2em 0.4em; margin:0px; white-space:break-spaces; border-radius:6px; color:rgb(31,35,40)">!pip
 install conda</code><span style="color:rgb(31,35,40); font-size:14px">, but it does not work for now. I tried to import and run that in a different way that works for PySCIPopt, but it caused a significant error on GCG. Please, see this </span><a href="https://colab.research.google.com/drive/1O4bTWa_5IE9okf7YAVCrEpSZZbrrODAV?usp=sharing" rel="nofollow" style="font-size:14px">MRE</a><span style="color:rgb(31,35,40); font-size:14px">.</span><br>
</div>
<div><span style="color:rgb(31,35,40); font-size:14px"><br>
</span></div>
<div style="text-align:center"><img src="cid:ii_li6zadhm0" alt="image.png" width="734" height="325" style="margin-right:0px"><br>
</div>
<div><span style="color:rgb(31,35,40); font-size:14px"><br>
</span></div>
<div>
<p dir="auto" style="margin-top:0px; margin-bottom:16px; color:rgb(31,35,40); font-size:14px">
I was wondering if, how can I fix that?</p>
<p dir="auto" style="margin-top:0px; color:rgb(31,35,40); font-size:14px; margin-bottom:0px">
Best regards<br style="">
Abbas</p>
</div>
</div>
</div>
</body>
</html>