<div dir="ltr">Hello support group, <div><br></div><div><br></div><div>My name is Justin Campbell; I have recently begun an appointment as a research engineering associate with the University of Texas at Austin's Oden Institute for Computational Sciences. I'm reaching out with regards to errors that I'm encountering in importing both the ecco_v4_py and xgcm modules. </div><div><br></div><div><br></div><div>1) ecco_v4_py</div><div><br></div><div>To install this package, I pulled an updated version of the package from the repository and cloned into the project using  "<code class="gmail-c-mrkdwn__code gmail-c-mrkdwn__code--no_right_cap" style="box-sizing:inherit;border-right:0px;border-radius:3px 0px 0px 3px;padding:2px 0px 1px 3px;font-size:12px;font-variant-ligatures:none;line-height:1.50001;white-space:pre-wrap;word-break:normal;font-family:Monaco,Menlo,Consolas,"Courier New",monospace">git clone </code><code class="gmail-c-mrkdwn__code gmail-c-mrkdwn__code--no_left_cap" style="box-sizing:inherit;border-left:0px;border-radius:0px 3px 3px 0px;padding:2px 3px 1px 0px;font-size:12px;font-variant-ligatures:none;line-height:1.50001;white-space:pre-wrap;word-break:normal;font-family:Monaco,Menlo,Consolas,"Courier New",monospace"><a target="_blank" class="gmail-c-link" href="https://github.com/ECCO-GROUP/ECCOv4-py.git" rel="noopener noreferrer" tabindex="-1" style="box-sizing:inherit;color:inherit;text-decoration-line:none">https://github.com/ECCO-GROUP/ECCOv4-py.git</a> ".Then, I used the following snippet to tell the python interpreter where to find the package files and import into the environment: </code></div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;line-height:18px;white-space:pre"><div><span style="color:rgb(197,134,192)">import</span> <span style="color:rgb(78,201,176)">sys</span></div><div><span style="color:rgb(78,201,176)">sys</span>.<span style="color:rgb(156,220,254)">path</span>.<span style="color:rgb(220,220,170)">append</span>(<span style="color:rgb(206,145,120)">'/Users/jcam98/Desktop/Employment/Employment_Categories/Research/Data_Science/Computational_Research_in_Ice_and_Ocean_Systems/git_repos/ecco_v4_py/ECCOv4-py/ecco_v4_py'</span>)</div><div><span style="color:rgb(197,134,192)">import</span> ecco_v4_py <span style="color:rgb(197,134,192)">as</span> <span style="color:rgb(78,201,176)">ecco</span></div></div></div><div><br></div><div>When running this code, I receive an extended traceback error as shown in the first attachment "traceback_error_1". </div><div><br></div><div>2) xgcm</div><div><br></div><div>In turn, I installed the xgcm module using the following code</div><div><br></div><div><pre class="gmail-c-mrkdwn__pre" style="box-sizing:inherit;margin-top:4px;margin-bottom:4px;padding:8px;font-size:12px;font-variant-ligatures:none;line-height:1.50001;white-space:pre-wrap;word-break:normal;border-radius:4px;color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace">git clone <a target="_blank" class="gmail-c-link" href="https://github.com/xgcm/xgcm.git" rel="noopener noreferrer" tabindex="-1" style="box-sizing:inherit;color:inherit;text-decoration-line:none">https://github.com/xgcm/xgcm.git</a>
cd xgcm
python setup.py install</pre></div><div><br></div><div>and I received a very similar traceback error as shown in "traceback_error_2.png". Now, it is important to note that I am running this code on a MacOS X operating system. Is it necessary to install these packages and execute code using these packages on a Linux OS such as Debian or Ubuntu? Please advise. </div><div><br></div><div><br></div><div>Best Regards, </div><div><br></div><div><br></div><div><br></div><div>Justin Campbell</div><div><br></div></div>