<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Since the webpage at [1] shows Python (version 2) as a required
package for DFT+ embedded DMFT (eDMFT), have you tried using that
instead of Python3?</p>
<p><br>
</p>
<p>Most recent Linux distributions probably still have a Python2
package.</p>
<p><br>
</p>
<p>Take Ubuntu jammy 22.04 LTS as an example. It has a Python2
package [2]. It can be installed according to [3] using:</p>
<p><br>
</p>
<p>sudo apt install python2<br>
</p>
<p><br>
</p>
<p>At [1] it has:</p>
<p><br>
</p>
<p>python setup.py <br>
</p>
<p><br>
</p>
<p>In old Linux distributions that would run Python2, but in new
distribution might run Python3.</p>
<p><br>
</p>
<p>To tell it use Python2 in Ubuntu 22.04 LTS, reference [4] shows
that command could be changed to:</p>
<p><br>
</p>
<p>python2 setup.py<br>
</p>
<p><br>
</p>
<p>Another approach might be to instead install conda [5] and setup
conda environment [6] that only has Python2 installed which would
likely allow the original "python setup.py" command to be used.</p>
<p><br>
</p>
<p>[1] <a class="moz-txt-link-freetext" href="http://hauleweb.rutgers.edu/tutorials/Installation.html">http://hauleweb.rutgers.edu/tutorials/Installation.html</a></p>
<p>[2] <a class="moz-txt-link-freetext" href="https://packages.ubuntu.com/jammy/python2">https://packages.ubuntu.com/jammy/python2</a><br>
</p>
<p>[3]
<a class="moz-txt-link-freetext" href="https://linuxconfig.org/install-python-2-on-ubuntu-22-04-jammy-jellyfish-linux">https://linuxconfig.org/install-python-2-on-ubuntu-22-04-jammy-jellyfish-linux</a></p>
<p>[4]
<a class="moz-txt-link-freetext" href="https://www.fosslinux.com/39384/switching-between-python-2-and-3-versions-on-ubuntu-20-04.htm">https://www.fosslinux.com/39384/switching-between-python-2-and-3-versions-on-ubuntu-20-04.htm</a><br>
</p>
<p>[5]
<a class="moz-txt-link-freetext" href="https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html">https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html</a><br>
</p>
<p>[6]
<a class="moz-txt-link-freetext" href="https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-environments">https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-environments</a><br>
</p>
<p><br>
</p>
<p>Kind Regards,</p>
<p>Gavin</p>
<p>WIEN2k user<br>
</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 4/17/2023 12:16 PM, delamora via
Wien wrote:<br>
</div>
<blockquote type="cite"
cite="mid:SN6PR06MB5311E50AE724308FF569F924CB9C9@SN6PR06MB5311.namprd06.prod.outlook.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css" style="display:none;">P {margin-top:0;margin-bottom:0;}</style>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
255, 255);" class="elementToProof">
I tried the DFT+eDMFT but it seems that it is no longer
compatible with Python3<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
255, 255);" class="elementToProof">
This is what Kristjan Haule commented;<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
255, 255);" class="elementToProof">
<div tabindex="-1" class="XbIp4 jmmB7 GNqVo yxtKT
allowTextSelection">
<div>
<div>
<div dir="ltr">
<div>
<div class="ContentPasted0">Unfortunately DFT+eDMFT is
not yet available with Python3.</div>
</div>
<div><span class="ContentPasted0"> Kristjan</span></div>
</div>
</div>
</div>
</div>
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
So, are other options apart from TRIQS ?</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Saludos</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Pablo<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr" class="elementToProof">Hi,
<div class="PlainText elementToProof"><br>
you can use either TRIQS as suggested before or DFT+eDMFT: <br>
<a href="http://hauleweb.rutgers.edu/tutorials/Overview.html"
data-auth="NotApplicable" moz-do-not-send="true"
class="moz-txt-link-freetext">http://hauleweb.rutgers.edu/tutorials/Overview.html</a><br>
For me, the DFT+eDMFT was easier to install, but it may depend
on the <br>
software you already have on the machine.<br>
<br>
Best regards,<br>
Sylwia<br>
<br>
<br>
<br>
W dniu 09.07.2021 05:24, delamora napisał(a):<br>
> Dear WIEN community;<br>
> I want to do a DMFT calculation.<br>
> My quetion is which package is good to be used with
WIEN2k<br>
> That is, it is easy to install and easy to run.<br>
> I say this because I had a lot of trouble to install one
package in<br>
> the past.<br>
> <br>
> Thanks<br>
> <br>
> Pablo</div>
</div>
</blockquote>
</body>
</html>