-
-
Notifications
You must be signed in to change notification settings - Fork 305
Open
Labels
Description
The following pull request is showing errors on Azure Linux:
conda-forge/glue-core-feedstock#24
The error in question is:
2019-02-04T11:20:49.1560302Z Traceback (most recent call last):
2019-02-04T11:20:49.1560774Z File "/home/conda/feedstock_root/build_artifacts/glue-core_1549278994524/test_tmp/run_test.py", line 8, in <module>
2019-02-04T11:20:49.1560860Z import glue.app.qt
2019-02-04T11:20:49.1561468Z File "/home/conda/feedstock_root/build_artifacts/glue-core_1549278994524/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.7/site-packages/glue/app/qt/__init__.py", line 3, in <module>
2019-02-04T11:20:49.1561563Z from .application import GlueApplication # noqa
2019-02-04T11:20:49.1561945Z File "/home/conda/feedstock_root/build_artifacts/glue-core_1549278994524/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.7/site-packages/glue/app/qt/application.py", line 11, in <module>
2019-02-04T11:20:49.1562023Z from qtpy import QtCore, QtWidgets, QtGui, compat
2019-02-04T11:20:49.1562394Z File "/home/conda/feedstock_root/build_artifacts/glue-core_1549278994524/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.7/site-packages/qtpy/QtWidgets.py", line 22, in <module>
2019-02-04T11:20:49.1562461Z from PyQt5.QtWidgets import *
and the full log can be found here:
The recipe works fine on CircleCI.