<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr">Thanks. I’ll look again, but am scratching my head about why this fails when run from a port command, but works when run by hand. And I don’t see any download attempts in the log file.</div><div dir="ltr"><br></div><div dir="ltr">FWIW, I hacked out a path that comments out all the *_depends lines in setup.py and this creates a working install.</div><div dir="ltr"><br></div><div dir="ltr">Works if these setup.py lines are all deleted:</div><div dir="ltr"><a href="https://github.com/magenta/note-seq/blob/a18f4ba1b47ffb69b81ec058efd00c48fa27b911/setup.py#L62">https://github.com/magenta/note-seq/blob/a18f4ba1b47ffb69b81ec058efd00c48fa27b911/setup.py#L62</a></div><div dir="ltr"><br></div><div dir="ltr"><br><blockquote type="cite">On Jul 4, 2020, at 02:11, Joshua Root <jmr@macports.org> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><span>On 2020-7-4 10:40 , Steven Smith wrote:</span><br><blockquote type="cite"><span>Running the basic build command by hand yields a successful build:</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><blockquote type="cite"><span>/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7</span><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><span>setup.py --no-user-cfg build -j12</span><br></blockquote></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>This suggests that one of the environment variables is causing the issue.</span><br></blockquote><span></span><br><span>I would say that suggests rather that an unsatisfied requirement is</span><br><span>being satisfied by automatically downloading a module from pypi, which</span><br><span>is what the allow-hosts setting is there to prevent.</span><br><span></span><br><span>I would check the requirements again, paying attention to versions as</span><br><span>well as module names.</span><br><span></span><br><span>- Josh</span><br></div></blockquote></body></html>