<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Explanation here:<div class=""><br class=""></div><div class=""><a href="https://stackoverflow.com/questions/39660934/error-when-using-importlib-util-to-check-for-library" class="">https://stackoverflow.com/questions/39660934/error-when-using-importlib-util-to-check-for-library</a></div><div class=""><br class=""></div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Oct 9, 2020, at 12:34 PM, Patrick Stinson <<a href="mailto:patrickkidd@gmail.com" class="">patrickkidd@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">pyqtdeploy-sysroot triggers a python bug on some python installs. It is a simple workaround in pyqtdeploy/sysroot/specification.py:<br class=""><br class="">from importlib import util as importlib_util<br class=""><br class="">...should be used instead of...<br class=""><br class="">Import importlib; importlib.util<br class=""><br class="">I used pyenv to install python-3.7.8 then installed pyqtdeploy using pip. The bug did not occur when using a host python-3.7.8 built myself from source.<br class=""><br class="">Cheers,<br class="">-Patrick<br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>