You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This workaround works excellently, to prevent the notoriousmust supply either home or prefix/exec-prefix -- not both error caused by brew's system-wide distutils.cfg file.
However, attempting to build with --arch skips this, instead using the linux codepath.
Ideally, the echo "[install]\nprefix=" > .pydistutils.cfg hack is executed whenever the host OS is Darwin, rather than the target OS.
The text was updated successfully, but these errors were encountered:
katzdm
added a commit
to katzdm/please
that referenced
this issue
Apr 9, 2019
To do this, exposes two new build config entries, `CONFIG.HOSTOS` and
`CONFIG.HOSTARCH`. In particular, `HOSTOS` is required for
cross-compiling pip libraries from Darwin.
Resolvesthought-machine#581.
To do this, exposes two new build config entries, `CONFIG.HOSTOS` and
`CONFIG.HOSTARCH`. In particular, `HOSTOS` is required for
cross-compiling pip libraries from Darwin.
Resolves#581.
This workaround works excellently, to prevent the notorious
must supply either home or prefix/exec-prefix -- not both
error caused by brew's system-widedistutils.cfg
file.However, attempting to build with
--arch
skips this, instead using the linux codepath.Ideally, the
echo "[install]\nprefix=" > .pydistutils.cfg
hack is executed whenever the host OS is Darwin, rather than the target OS.The text was updated successfully, but these errors were encountered: