<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 10, 2019 at 10:14 PM Ralf Gommers <<a href="mailto:ralf.gommers@gmail.com">ralf.gommers@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Isabel,</div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 10, 2019 at 5:49 PM Isabel Kaspriskie <<a href="mailto:ikaspriskie@gmail.com" target="_blank">ikaspriskie@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"><span style="font-family:monospace"><font face="arial,sans-serif">Hello,</font></span></div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><span style="font-family:monospace"><font face="arial,sans-serif"><br></font></span></div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><span style="font-family:monospace"><font face="arial,sans-serif">I am setting up my development environment in order to start contributing to the scipy repo. I have run into an error that I have not been able to diagnose myself. When running `python setup.py install --user`, I find the following error. The output is large, so I have only copied the end of it, but please let me know if it is acceptable to attach a text file of the output if that helps.<br></font></span></div></div></blockquote><div><br></div><div>What you can do is put the full build log in a gist (<a href="https://gist.github.com/" target="_blank">https://gist.github.com/</a>) and link to it. The actual error isn't visible, it could be many things (and I doubt it's that f2py warning). A full build log usually lets someone spot the issue quickly.</div></div></div></blockquote><div><br></div><div>Somehow Kai's answer bounced from the list, it may help too so here it is:</div><div><br></div><div><div>An exit code of 127 occurs when a required command is not found in your $PATH. In this case you are trying to compile SciPy using g++. </div><div><br></div><div>I suspect this occurs because g++ is either not installed in which case you will need to install it (in Ubuntu you can install these using ``apt install g++``, this may require sudo). If it is already installed it may be that miniconda does not find g++ as expected.</div><div><br></div> </div><div>Cheers,<br></div><div>Ralf</div><div><br></div></div></div>