<p dir="ltr">Thanks for the feedback Jon!</p>
<br><div class="gmail_quote"><div dir="ltr">On Wed, Jun 22, 2016, 11:54 PM Jon Haitz Legarreta <<a href="mailto:jhlegarreta@vicomtech.org">jhlegarreta@vicomtech.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi there,<br>yep, that's right. Thanks for the follow-up message, Eleftherios, and sorry for lagging behind with the answer.<br><br>The procedure we followed is the one Eleftherios described.<br><br></div>We also created an environment variable called PYTHONPATH pointing to the location where the dipy sources reside in my machine. I don't know whether this was strictly necessary in the end.<br><div><br>I run the automatic tests with the following results:<br>run: 539;<br>skipped=3, errors=2, failures=1<br><br>I guess it's OK.<br><br>In my case, I was not particularly put off by the apparent dependency on VS, since anyways sooner or later I was to install it for other C++ developments. <br><br>Now, this is feed for thought: although VS Community Edition is free, as it seems from the effort we made, it looks like we need to install the entire tool. I ignore whether other "lighter" solutions exist. Since Anaconda kept looking for the VS compiler, although I explicitly set to use its built-in MinGW32, so it looks unavoidable. But I guess it would be interesting to find the root of the issue or to find a workaround to avoid such a heavy dependency.<br><br>I ignore whether this issue is new on Win 10 systems (may be it was already present on Win 8?), or specific to the Anaconda distributions I downloaded, or a combination of both. We tried both with a Anaconda with Python 2.7 and 3.0 versions with similar concerns.<br><br>The related question I posted [1] to the Anaconda mailing list is still unanswered.<br><br>Thanks for the effort Elefhterios.<br>JON HAITZ<br><br>[1] <a href="https://groups.google.com/a/continuum.io/forum/#!searchin/anaconda/dipy/anaconda/eQcYKQubSJ8/Dd4Wt4FPAwAJ" target="_blank">https://groups.google.com/a/continuum.io/forum/#!searchin/anaconda/dipy/anaconda/eQcYKQubSJ8/Dd4Wt4FPAwAJ</a><br><div class="gmail_extra"><br clear="all"><div><div data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><table style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium" align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td></td></tr></tbody></table><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">--<br></pre></div></div></div></div></div></div></div></div></div></div></div><div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote">On 22 June 2016 at 16:57, Eleftherios Garyfallidis <span dir="ltr"><<a href="mailto:garyfallidis@gmail.com" target="_blank">garyfallidis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>Just wanted to give you a quick feedback about the meeting we had with Jon to try and install DIPY for development work in Windows 10 (64bit) using an Anaconda installation.</div><div><br></div><div>What we found is that if you are using recent Anaconda in Windows you do not need to install mingw or libpython (with conda). All you need after or before installing Anaconda is to install one of the free versions (or not) of the Visual C++ compiler (e.g. community edition). After that then cython will find the correct compiler and build the shared objects with no problem.</div><div>So, in summary the steps are:</div><div>1. Install Anaconda for your windows version.</div><div>2. Install Visual C++ (or Studio) community edition (or other).</div><div>3. pip install nibabel</div><div>4. conda install vtk</div><div>5. cd dipy;</div><div>6. python setup.py develop (or python setup.py build_ext --inplace)</div><div><br></div><div>I hope this helps. We need to update our installation page! Cygwin/mingw is no more for anaconda users. We should also check what happens with Openmp when Visual C++ is used. </div><div><br></div><div>Many thanks to Jon for reporting the problem.</div><div><br></div><div>Best regards,</div><div>Eleftherios</div><br></div></blockquote></div></div></div></div></blockquote></div>