On 2020-7-4 10:40 , Steven Smith wrote: > Running the basic build command by hand yields a successful build: > >> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 >> setup.py --no-user-cfg build -j12 > > This suggests that one of the environment variables is causing the issue.
I would say that suggests rather that an unsatisfied requirement is being satisfied by automatically downloading a module from pypi, which is what the allow-hosts setting is there to prevent. I would check the requirements again, paying attention to versions as well as module names. - Josh
