<div dir="ltr">Hi Kyle,<div>Thank you for your help.  It looks to me like I have the latest version of pip:</div><div><br></div><div>pip --version<br>pip 20.2.2</div><div><br></div><div>Any way to try to make it use a wheel instead of sdist?</div><div><br></div><div>Thanks agian,</div><div>Megan</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>MEG Technician<br>The Mind Research Network<br>1101 Yale Blvd. NE<br>Albuquerque, New Mexico 87106<br><br></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 4, 2020 at 3:46 PM Kyle Altendorf <<a href="mailto:sda@fstab.net">sda@fstab.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This is often because your pip isn't the latest and doesn't support manylinux2014 thus it gets the sdist and tries to build it.  Try updating your pip and see if it gets a wheel instead.<br>
<br>
Cheers,<br>
-kyle<br>
<br>
On September 4, 2020 5:31:19 PM EDT, Megan Schendel <<a href="mailto:mschendel@mrn.org" target="_blank">mschendel@mrn.org</a>> wrote:<br>
>Hi all,<br>
>I am trying to do an install on CentOS 6.7 with anaconda version<br>
>4.3.30,<br>
>python version 3.8.5<br>
>Preparing wheel metadata has an error...  In the log, it reports over<br>
>and<br>
>over, qmake query showing cc1plus: error: unrecognized command line<br>
>option<br>
>"-std=gnu++11"<br>
>It also reports some Project Error: unknown<br>
>modules: axcontainer, androidextras, enginio, macextras, quick3d,<br>
>webkit,<br>
>webkitwidgets, winextras...<br>
>Then the final error is<br>
>    Checking to see if the dbus-python support should be built...<br>
>    The dbus-python package does not seem to be installed.<br>
>    These bindings will be built: Qt, pylupdate, pyrcc.<br>
>    Generating the Qt bindings...<br>
>    Generating the pylupdate bindings...<br>
>    _in_process.py: Q_PID is undefined<br>
><br>
>Please see below.<br>
><br>
>I have some python experience, but not much experience in maintaining<br>
>python environments.  PyQt5 is listed as a needed dependency for<br>
>another<br>
>python package I need.<br>
>Thanks for any help.  Please let me know if I can provide any other<br>
>info.<br>
>Megan<br>
><br>
>Here is what is reported...<br>
><br>
>Collecting PyQt5<br>
>  Using cached PyQt5-5.15.0.tar.gz (3.3 MB)<br>
>  Installing build dependencies: started<br>
>  Installing build dependencies: finished with status 'done'<br>
>  Getting requirements to build wheel: started<br>
>  Getting requirements to build wheel: finished with status 'done'<br>
>    Preparing wheel metadata: started<br>
>    Preparing wheel metadata: finished with status 'error'<br>
>         cwd: /tmp/pip-install-95wp6vn5/pyqt5<br>
>    Complete output (247 lines):<br>
>    Querying qmake about your Qt installation...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>-query<br>
> This is the GPL version of PyQt 5.15.0 (licensed under the GNU General<br>
>Public License) for Python 3.8.5 on linux.<br>
>    Found the license file 'pyqt-gpl.sip'.<br>
>    Checking to see if the QtCore bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtCore.pro<br>
> Info: creating stash file /tmp/tmp_qwdby2i/cfgtest_QtCore/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_CORE_LIB -I. -I../../pip-install-95wp6vn5/pyqt5/qpy/QtCore<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtCore.o<br>
>../../pip-install-95wp6vn5/pyqt5/config-tests/cfgtest_QtCore.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtCore.o] Error 1<br>
><br>
>    Checking to see if the QtNetwork bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtNetwork.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QtNetwork/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_NETWORK_LIB -DQT_CORE_LIB -I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtNetwork<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtNetwork.o<br>
>../../pip-install-95wp6vn5/pyqt5/config-tests/cfgtest_QtNetwork.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtNetwork.o] Error 1<br>
><br>
>  Checking to see if the QtGui bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtGui.pro<br>
>  Info: creating stash file /tmp/tmp_qwdby2i/cfgtest_QtGui/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_GUI_LIB -DQT_CORE_LIB -I.<br>
>-I../../pip-install-95wp6vn5/pyqt5/qpy/QtGui<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtGui<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtGui.o<br>
>../../pip-install-95wp6vn5/pyqt5/config-tests/cfgtest_QtGui.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtGui.o] Error 1<br>
><br>
>    Checking to see if the QtWidgets bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtWidgets.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QtWidgets/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I.<br>
>-I../../pip-install-95wp6vn5/pyqt5/qpy/QtWidgets<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtWidgets<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtGui<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtWidgets.o cfgtest_QtWidgets.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtWidgets.o] Error 1<br>
><br>
>    Checking to see if the QtQml bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtQml.pro<br>
>  Info: creating stash file /tmp/tmp_qwdby2i/cfgtest_QtQml/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I.<br>
>-I../../pip-install-95wp6vn5/pyqt5/qpy/QtQml<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtGui<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtQml<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtNetwork<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtQml.o cfgtest_QtQml.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtQml.o] Error 1<br>
><br>
>Checking to see if the QAxContainer bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QAxContainer.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QAxContainer/.qmake.stash<br>
>    Project ERROR: Unknown module(s) in QT: axcontainer<br>
><br>
> Checking to see if the QtAndroidExtras bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtAndroidExtras.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QtAndroidExtras/.qmake.stash<br>
>    Project ERROR: Unknown module(s) in QT: androidextras<br>
><br>
>    Checking to see if the QtBluetooth bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtBluetooth.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QtBluetooth/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_GUI_LIB -DQT_BLUETOOTH_LIB -DQT_CORE_LIB -I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtGui<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtBluetooth<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtBluetooth.o cfgtest_QtBluetooth.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtBluetooth.o] Error 1<br>
><br>
>    Checking to see if the QtDBus bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtDBus.pro<br>
> Info: creating stash file /tmp/tmp_qwdby2i/cfgtest_QtDBus/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_DBUS_LIB -DQT_CORE_LIB -I.<br>
>-I../../pip-install-95wp6vn5/pyqt5/qpy/QtDBus<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtDBus<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtDBus.o cfgtest_QtDBus.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtDBus.o] Error 1<br>
><br>
>  The QtDesigner bindings are disabled with a static Qt installation...<br>
>    Checking to see if the Enginio bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>Enginio.pro<br>
>Info: creating stash file /tmp/tmp_qwdby2i/cfgtest_Enginio/.qmake.stash<br>
>    Project ERROR: Unknown module(s) in QT: enginio<br>
><br>
>    Checking to see if the QtHelp bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtHelp.pro<br>
> Info: creating stash file /tmp/tmp_qwdby2i/cfgtest_QtHelp/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_HELP_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtHelp<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtWidgets<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtGui<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtSql<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtHelp.o cfgtest_QtHelp.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtHelp.o] Error 1<br>
><br>
>    Checking to see if the QtMacExtras bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtMacExtras.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QtMacExtras/.qmake.stash<br>
>    Project ERROR: Unknown module(s) in QT: macextras<br>
><br>
>    Checking to see if the QtMultimedia bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtMultimedia.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QtMultimedia/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtMultimedia<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtGui<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtNetwork<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtMultimedia.o cfgtest_QtMultimedia.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtMultimedia.o] Error 1<br>
><br>
>    Checking to see if the QtMultimediaWidgets bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtMultimediaWidgets.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QtMultimediaWidgets/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_MULTIMEDIAWIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_WIDGETS_LIB<br>
>-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtMultimediaWidgets<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtMultimedia<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtWidgets<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtGui<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtNetwork<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtMultimediaWidgets.o cfgtest_QtMultimediaWidgets.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtMultimediaWidgets.o] Error 1<br>
><br>
>    Checking to see if the QtNetworkAuth bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtNetworkAuth.pro<br>
>    Info: creating stash file<br>
>/tmp/tmp_qwdby2i/cfgtest_QtNetworkAuth/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_NETWORKAUTH_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtNetworkAuth<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtNetwork<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtNetworkAuth.o cfgtest_QtNetworkAuth.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtNetworkAuth.o] Error 1<br>
><br>
>    Checking to see if the QtNfc bindings can be built...<br>
><br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/qmake<br>
>QtNfc.pro<br>
>  Info: creating stash file /tmp/tmp_qwdby2i/cfgtest_QtNfc/.qmake.stash<br>
>    make<br>
>g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG<br>
>-DQT_NFC_LIB -DQT_CORE_LIB -I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtNfc<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/include/qt/QtCore<br>
>-I.<br>
>-I/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/mkspecs/linux-g++<br>
>-o cfgtest_QtNfc.o cfgtest_QtNfc.cpp<br>
>    cc1plus: error: unrecognized command line option "-std=gnu++11"<br>
>    make: *** [cfgtest_QtNfc.o] Error 1<br>
><br>
><br>
><<<  Many more errors that look like these.<br>
>Then, last error ...>>><br>
><br>
>    Checking to see if the dbus-python support should be built...<br>
>    The dbus-python package does not seem to be installed.<br>
>    These bindings will be built: Qt, pylupdate, pyrcc.<br>
>    Generating the Qt bindings...<br>
>    Generating the pylupdate bindings...<br>
>    _in_process.py: Q_PID is undefined<br>
><br>
>    ----------------------------------------<br>
>ERROR: Command errored out with exit status 1:<br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/bin/python<br>
>/export/research/analysis/human/jstephen/shared/programs/python/anaconda3/envs/mne/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py<br>
>prepare_metadata_for_build_wheel /tmp/tmpmrddir8v Check the logs for<br>
>full<br>
>command output.<br>
>MEG Technician<br>
>The Mind Research Network<br>
>1101 Yale Blvd. NE<br>
>Albuquerque, New Mexico 87106<br>
</blockquote></div>