<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle20
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-AU" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Hi Oula,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Unfortunately, I am receiving the same error despite your instructions. See attached my anaconda script.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Apologies.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Best,<br>
Aidan<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> Oula Puonti <oulap@drcmr.dk>
<br>
<b>Sent:</b> Thursday, 23 February 2023 12:21 AM<br>
<b>To:</b> Aidan.Lewis <Aidan.Lewis@canberra.edu.au><br>
<b>Cc:</b> discuss@simnibs.org<br>
<b>Subject:</b> Re: [Simnibs-discuss] [UNCLASSIFIED] Unable to install simnibs 4.0<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi Aidan,<br>
<br>
Sorry I copied the wrong link in. Please download the .yml file first,<br>
i.e., save the file from this link:<br>
<br>
<a href="https://github.com/simnibs/simnibs/releases/download/v4.0.0/environment_win.yml">https://github.com/simnibs/simnibs/releases/download/v4.0.0/environment_win.yml</a><br>
<br>
to your computer.<br>
<br>
Then use conda and the file above to create the simnibs environment:<br>
<br>
conda env create -f "%USERPROFILE%\Download\environment_win.yml"<br>
<br>
assuming the .yml file is in your Download folder. After that activate<br>
the environment by calling:<br>
<br>
conda activate simnibs_env<br>
<br>
and finally install the simnibs wheel (here's where I made a mistake in<br>
the previous email):<br>
<br>
pip install<br>
<a href="https://github.com/simnibs/simnibs/releases/download/v4.0.0/simnibs-4.0.0-cp39-cp39-win_amd64.whl">https://github.com/simnibs/simnibs/releases/download/v4.0.0/simnibs-4.0.0-cp39-cp39-win_amd64.whl</a><br>
<br>
then try calling (with the environment active):<br>
<br>
python <br>
<br>
import simnibs<br>
<br>
<br>
Best,<br>
Oula<br>
<br>
<br>
<br>
<br>
On Wed, 2023-02-22 at 00:35 +0000, Aidan.Lewis wrote:<br>
> Hello Oula,<br>
>  <br>
> The following error message occurs:<br>
>  <br>
> What best should I do from here?<br>
>  <br>
> Kind regards,<br>
> Aidan <br>
>  <br>
> From: Oula Puonti <<a href="mailto:oulap@drcmr.dk">oulap@drcmr.dk</a>><br>
> Sent: Wednesday, 22 February 2023 9:41 AM<br>
> To: Aidan.Lewis <<a href="mailto:Aidan.Lewis@canberra.edu.au">Aidan.Lewis@canberra.edu.au</a>>;
<a href="mailto:discuss@simnibs.org">discuss@simnibs.org</a><br>
> Subject: Re: [Simnibs-discuss] [UNCLASSIFIED] Unable to install<br>
> simnibs 4.0<br>
>  <br>
> Hi Aidan,<br>
> <br>
> Can you try the installation guide here:<br>
> <br>
> <a href="https://simnibs.github.io/simnibs/build/html/installation/conda.html">
https://simnibs.github.io/simnibs/build/html/installation/conda.html</a><br>
> <br>
> Hopefully creating a fresh environment and pip installing simnibs<br>
> directly there solves the issue. The final command in the guide,<br>
> namely:<br>
> <br>
> pip install -f <a href="https://github.com/simnibs/simnibs/releases/latest">
https://github.com/simnibs/simnibs/releases/latest</a><br>
> simnibs<br>
> <br>
> does not work, please use:<br>
> <br>
> pip install<br>
> <a href="https://github.com/simnibs/simnibs/releases/download/v4.0.0/environment_win.yml">
https://github.com/simnibs/simnibs/releases/download/v4.0.0/environment_win.yml</a><br>
> <br>
> instead, i.e., pass the full path to the wheel. Once you've done<br>
> that,<br>
> run (while having the simnibs_env activated):<br>
> <br>
> python<br>
> <br>
> import simnibs<br>
> <br>
> and see if that works. <br>
> <br>
> Not exactly sure what cause the issue, but people have reported<br>
> similar<br>
> problems here:<br>
> <br>
> <a href="https://stackoverflow.com/questions/69057590/dll-load-failed-while-importing-arpack-from-scipy-integrate">
https://stackoverflow.com/questions/69057590/dll-load-failed-while-importing-arpack-from-scipy-integrate</a><br>
> <br>
> and here:<br>
> <br>
> <a href="https://github.com/conda/conda/issues/6396">
https://github.com/conda/conda/issues/6396</a><br>
> <br>
> <br>
> Best,<br>
> Oula<br>
> <br>
> <br>
> On Tue, 2023-02-21 at 22:08 +0000, Aidan.Lewis wrote:<br>
> > Hi Oula,<br>
> >  <br>
> > I believe I successfully upgraded the scipy files, but the same<br>
> > error<br>
> > still occurred – whether I tried the install wizard or through<br>
> > python. See screenshots of the terminal lines of each. Please let<br>
> > me<br>
> > know if I have done something wrong.<br>
> >  <br>
> > Kind regards,<br>
> > Aidan<br>
> >  <br>
> > From: Oula Puonti <<a href="mailto:oulap@drcmr.dk">oulap@drcmr.dk</a>><br>
> > Sent: Wednesday, 22 February 2023 7:29 AM<br>
> > To: Aidan.Lewis <<a href="mailto:Aidan.Lewis@canberra.edu.au">Aidan.Lewis@canberra.edu.au</a>>;discuss@simnibs.org<br>
> > Subject: Re: [Simnibs-discuss] [UNCLASSIFIED] Unable to install<br>
> > simnibs 4.0<br>
> >  <br>
> > Hi Aidan,<br>
> > <br>
> > Can you try to update scipy by running (in a terminal):<br>
> > <br>
> > simnibs_python -m pip install --upgrade scipy<br>
> > <br>
> > and then try typing (in a terminal):<br>
> > <br>
> > simnibs_python<br>
> > <br>
> > import simnibs<br>
> > <br>
> > to see if that fixes the issue.<br>
> > <br>
> > Best,<br>
> > Oula<br>
> > <br>
> > <br>
> > On Wed, 2023-02-15 at 23:09 +0000, Aidan.Lewis wrote:<br>
> > > Hi Oula,<br>
> > >  <br>
> > > Thank you for your response. That’s correct – 3.2 simnibs<br>
> > > successfully uninstalled and no files remain on my computer and I<br>
> > > used the most recent installer available on the website.<br>
> > >  <br>
> > > My laptop is a Dell with an Intel® Core i7 v Pro. I am running<br>
> > > Windows 10 Enterprise. It is a work laptop that is owned by<br>
> > > University of Canberra (but please note I was still able to<br>
> > > install<br>
> > > 3.2 simnibs on this same laptop).<br>
> > >  <br>
> > > From: Oula Puonti <<a href="mailto:oulap@drcmr.dk">oulap@drcmr.dk</a>><br>
> > > Sent: Thursday, 16 February 2023 3:39 AM<br>
> > > To: Aidan.Lewis <<a href="mailto:Aidan.Lewis@canberra.edu.au">Aidan.Lewis@canberra.edu.au</a>>;discuss@simnibs.org<br>
> > > Subject: Re: [Simnibs-discuss] [UNCLASSIFIED] Unable to install<br>
> > > simnibs 4.0<br>
> > >  <br>
> > > Hi Aidan,<br>
> > > <br>
> > > Looks like you might be missing some scipy-specific libraries. <br>
> > > <br>
> > > Just to be sure: you don't have any old versions of simnibs lying<br>
> > > around (probably not the case as you said you managed to<br>
> > > uninstall),<br>
> > > and you're a clean install of the new version with the installer<br>
> > > downloaded from the website?<br>
> > > <br>
> > > Could you also provide us with the details of the computer and<br>
> > > operating system you're trying to install simnibs on? Is it a<br>
> > > personal<br>
> > > computer (desktop/laptop) or a server?<br>
> > > <br>
> > > Thanks,<br>
> > > Oula<br>
> > > <br>
> > > <br>
> > > On Wed, 2023-02-15 at 02:10 +0000, Aidan.Lewis wrote:<br>
> > > > Hello,<br>
> > > >  <br>
> > > > I have recently tried to upgrade from Simnibs 3.2 to 4. I<br>
> > > > successfully uninstalled 3.2, but an error message pops up in<br>
> > > > the<br>
> > > > final parts of installation. Please find attached my install<br>
> > > > log.<br>
> > > > I<br>
> > > > believe it has something to do with _arpack. Your assistance is<br>
> > > > greatly appreciated.<br>
> > > >  <br>
> > > > Kind regards,<br>
> > > > Aidan<br>
> > > >  <br>
> > > > Discipline of Psychology | School of Health Sciences <br>
> > > > | University<br>
> > > > of<br>
> > > > Canberra<br>
> > > > University of Canberra Research Institute for Sport and<br>
> > > > Exercise | Active Brain | University of Canberra<br>
> > > > Bruce ACT, 2601 Australia<br>
> > > >  <br>
> > > > I b<br>
> > > >  <br>
> > > >  <br>
> > > >  <br>
> > > > UC Logo<br>
> > > >  <br>
> > > > UC Research is in #1 in Australia for Industry Collaboration<br>
> > > >  <br>
> > > >  <br>
> > > > The Ngunnawal people are the Traditional Custodians of the ACT<br>
> > > > where<br>
> > > > UC's Bruce Campus is situated and are an integral and<br>
> > > > celebrated<br>
> > > > part<br>
> > > > of UC's culture. We also acknowledge other First Nations<br>
> > > > Peoples.<br>
> > > > Australian Government Higher Education Registered Provider<br>
> > > > (CRICOS)<br>
> > > > #00212K. TEQSA Provider ID: PRV12003 (Australian University)  <br>
> > > > Email Disclaimer<br>
> > > > <br>
> > > > UC Facebook    UC Twitter    UC Instagram    UC Linkedin    UC<br>
> > > > Youtube University of Canberra <br>
> > > > <br>
> > > > _______________________________________________<br>
> > > > Simnibs-discuss mailing list<br>
> > > > <a href="mailto:Simnibs-discuss@drcmr.dk">Simnibs-discuss@drcmr.dk</a><br>
> > > > <a href="https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss">
https://mailman.drcmr.dk/mailman/listinfo/simnibs-discuss</a><o:p></o:p></p>
</div>
</body>
</html>