[PyQt] PyQt 5.13.2 build error: module 'sipbuild.api' has no attribute ‘prepare_metadata_for_build_wheel'

FX fxcoudert at gmail.com
Mon Nov 11 20:54:29 GMT 2019


> What are the files it’s trying to install?

pylupdate5, pyrcc5, pyuic5 are the ones erroring out:

/usr/local/opt/qt/bin/qmake -install qinstall /private/tmp/tmp_yu_wgdv/__init__.py /usr/local/Cellar/pyqt/5.13.2/lib/python5.13.2/site-packages/PyQt5/__init__.py
Error copying /private/tmp/tmp_yu_wgdv/pylupdate5 to /usr/local/Cellar/sip/5.0.0/libexec/bin/pylupdate5: Cannot create /usr/local/Cellar/sip/5.0.0/libexec/bin/pylupdate5 for output
make: [install_scripts] Error 3 (ignored)
/usr/local/opt/qt/bin/qmake -install qinstall -exe /private/tmp/tmp_yu_wgdv/pyrcc5 /usr/local/Cellar/sip/5.0.0/libexec/bin/pyrcc5
Error copying /private/tmp/tmp_yu_wgdv/pyrcc5 to /usr/local/Cellar/sip/5.0.0/libexec/bin/pyrcc5: Cannot create /usr/local/Cellar/sip/5.0.0/libexec/bin/pyrcc5 for output
make: [install_scripts] Error 3 (ignored)
/usr/local/opt/qt/bin/qmake -install qinstall -exe /private/tmp/tmp_yu_wgdv/pyuic5 /usr/local/Cellar/sip/5.0.0/libexec/bin/pyuic5
Error copying /private/tmp/tmp_yu_wgdv/pyuic5 to /usr/local/Cellar/sip/5.0.0/libexec/bin/pyuic5: Cannot create /usr/local/Cellar/sip/5.0.0/libexec/bin/pyuic5 for output
make: [install_scripts] Error 3 (ignored)


There may be others, but compilation stops at that point.

FX


More information about the PyQt mailing list