Coder Social home page Coder Social logo

gpi-feedstock's Introduction

About gpi

Home: http://gpilab.com

Package license: GPL-3.0

Feedstock license: BSD-3-Clause

Summary: GPI - Graphical Programming Interface Development Framework

Development: https://github.com/gpilab/framework

Documentation: http://gpilab.com/documentation

GPI can be thought of as an integrated development environment for Python. Algorithm elements (i.e., nodes) can be linked together to form a flow diagram that is then executed according to the diagram hierarchy. At the node level, the common API and UI elements allow other developers to easily integrate and use your code. The visual and modular nature of GPI also allows concise communication of your work with your collaborators and provides an intuitive mechanism for others to start interacting with your research.

Current build status

All platforms:

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing gpi

Installing gpi from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, gpi can be installed with:

conda install gpi

It is possible to list all of the versions of gpi available on your platform with:

conda search gpi --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by CircleCI, AppVeyor and TravisCI it is possible to build and upload installable packages to the conda-forge Anaconda-Cloud channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating gpi-feedstock

If you would like to improve the gpi recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/gpi-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

gpi-feedstock's People

Contributors

aboudfayad avatar aganders3 avatar beckermr avatar borupdaniel avatar conda-forge-admin avatar conda-forge-curator[bot] avatar ocefpaf avatar regro-cf-autotick-bot avatar

Watchers

 avatar  avatar  avatar  avatar

gpi-feedstock's Issues

Minimal windows functionality

Issue: We need minimal windows functionality to make this a true noarch package. For now users will be able to install on Windows, but GPI likely won't run.


Environment (conda list):
$ conda list


Details about conda and system ( conda info ):
$ conda info

Remove build 0 for v1.0.6

Hi @conda-forge/core

I'm a bit new to conda recipes and accidentally uploaded a build with a recipe that allows our package to be installed with an incompatible version of python. Could you please delete the following build so that it's not installed by mistake into an environment with python2?

# Name                       Version           Build  Channel             
gpi                            1.0.6               0  conda-forge

Thanks!

Incorrect Python downloaded when installing GPI if Defaults is highest priority channel

Issue:
When attempting to install GPI into a clean environment, conda will download Python 2.7 if Defaults is a higher priority channel than conda-forge. When investigating the package's index.json, it appears that python is not listed as a requirement. This should be python >=3 for GPI to run.


Environment (conda list):

$ conda list
# packages in environment at /Users/m206107/gpi_stack/envs/gpi_condaforge:
#
# Name                    Version                   Build  Channel

Details about conda and system ( conda info ):
$ conda info
     active environment : gpi_condaforge
    active env location : /Users/m206107/gpi_stack/envs/gpi_condaforge
            shell level : 3
       user config file : /Users/m206107/.condarc
 populated config files : /Users/m206107/.condarc
          conda version : 4.6.14
    conda-build version : not installed
         python version : 3.7.1.final.0
       base environment : /Users/m206107/gpi_stack  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/osx-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://conda.anaconda.org/conda-forge/osx-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /Users/m206107/gpi_stack/pkgs
                          /Users/m206107/.conda/pkgs
       envs directories : /Users/m206107/gpi_stack/envs
                          /Users/m206107/.conda/envs
               platform : osx-64
             user-agent : conda/4.6.14 requests/2.21.0 CPython/3.7.1 Darwin/18.6.0 OSX/10.14.5
                UID:GID : 1851765807:1387956079
             netrc file : None
           offline mode : False

Version 1.2.5 broken

Hi @conda-forge/core,

Please move version 1.2.5 (both builds) of this package from main to broken on the conda-forge channel on anaconda.org because:

This version had a bug that could cause crashes for some users, and prevents building the downstream package gpi_core

Recipe broken with conda 4.7.5

The most recent version of this recipe built with no errors two days ago. When I try to run a local docker build I get a test failure even when using the same recipe as before. I suspect this is related to conda 4.7.5 since it was released last night and appears to be the only minor version change in the initial environment setup.

Possibly this shares something in common with conda-forge/staged-recipes#8623 (particularly the large number of clobber warnings with a "None" source path). @conda-forge/core if you have a moment, could you take a look and see if this is indeed related or caused by something else?

Previously, testing worked fine and the output in the test section was the following:

TEST START: /home/conda/feedstock_root/build_artifacts/linux-64/gpi-1.0.6-py36_1.tar.bz2
INFO:conda_build.variants:Adding in variants from /tmp/tmpmw52z2u1/info/recipe/conda_build_config.yaml
Adding in variants from /tmp/tmpmw52z2u1/info/recipe/conda_build_config.yaml
Renaming work directory,  /home/conda/feedstock_root/build_artifacts/gpi_1561386517571/work  to  /home/conda/feedstock_root/build_artifacts/gpi_1561386517571/work_moved_gpi-1.0.6-py36_1_linux-64
Collecting package metadata: ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /home/conda/feedstock_root/build_artifacts/gpi_1561386517571/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl


The following NEW packages will be INSTALLED:

    ca-certificates:  2019.6.16-hecc5488_0          conda-forge
    eigen:            3.3.7-h6bb024c_1000           conda-forge
    fftw:             3.3.8-nompi_h7f3a6c3_1105     conda-forge
    fontconfig:       2.13.1-he4413a7_1000          conda-forge
    freetype:         2.10.0-he983fc9_0             conda-forge
    gpi:              1.0.6-py36_1                  local      
    h5py:             2.9.0-nompi_py36hf008753_1102 conda-forge
    hdf5:             1.10.4-nompi_h3c11f04_1106    conda-forge
    icu:              58.2-hf484d3e_1000            conda-forge
    jpeg:             9c-h14c3975_1001              conda-forge
    libblas:          3.8.0-7_openblas              conda-forge
    libcblas:         3.8.0-7_openblas              conda-forge
    libffi:           3.2.1-he1b5a44_1006           conda-forge
    libgcc-ng:        9.1.0-hdf63c60_0              defaults   
    libgfortran-ng:   7.3.0-hdf63c60_0              defaults   
    libiconv:         1.15-h516909a_1005            conda-forge
    liblapack:        3.8.0-7_openblas              conda-forge
    libpng:           1.6.37-hed695b0_0             conda-forge
    libstdcxx-ng:     9.1.0-hdf63c60_0              defaults   
    libtiff:          4.0.10-h57b8799_1003          conda-forge
    libuuid:          2.32.1-h14c3975_1000          conda-forge
    libxcb:           1.13-h14c3975_1002            conda-forge
    libxml2:          2.9.9-h13577e0_0              conda-forge
    lz4-c:            1.8.3-he1b5a44_1001           conda-forge
    ncurses:          6.1-hf484d3e_1002             conda-forge
    numpy:            1.16.4-py36h95a1406_0         conda-forge
    olefile:          0.46-py_0                     conda-forge
    openblas:         0.3.5-h9ac9557_1001           conda-forge
    openssl:          1.1.1b-h14c3975_1             conda-forge
    pillow:           6.0.0-py36he7afcd5_0          conda-forge
    psutil:           5.6.3-py36h516909a_0          conda-forge
    pthread-stubs:    0.4-h14c3975_1001             conda-forge
    pyopengl:         3.1.3b2-py_1                  conda-forge
    pyqt:             4.11.4-py36_3                 conda-forge
    python:           3.6.7-h381d211_1004           conda-forge
    qimage2ndarray:   1.7-py_0                      conda-forge
    qt:               4.8.7-2                       defaults   
    readline:         7.0-hf8c457e_1001             conda-forge
    sip:              4.18-py36_1                   conda-forge
    six:              1.12.0-py36_1000              conda-forge
    sqlite:           3.28.0-h8b20d00_0             conda-forge
    tk:               8.6.9-hed695b0_1002           conda-forge
    xorg-kbproto:     1.0.7-h14c3975_1002           conda-forge
    xorg-libice:      1.0.9-h516909a_1004           conda-forge
    xorg-libsm:       1.2.3-h84519dc_1000           conda-forge
    xorg-libx11:      1.6.7-h14c3975_1000           conda-forge
    xorg-libxau:      1.0.9-h14c3975_0              conda-forge
    xorg-libxdmcp:    1.1.3-h516909a_0              conda-forge
    xorg-libxrender:  0.9.10-h516909a_1002          conda-forge
    xorg-renderproto: 0.11.1-h14c3975_1002          conda-forge
    xorg-xproto:      7.0.31-h14c3975_1007          conda-forge
    xz:               5.2.4-h14c3975_1001           conda-forge
    zlib:             1.2.11-h14c3975_1004          conda-forge
    zstd:             1.4.0-h3b9ef0a_0              conda-forge

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
export PREFIX=/home/conda/feedstock_root/build_artifacts/gpi_1561386517571/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl
export SRC_DIR=/home/conda/feedstock_root/build_artifacts/gpi_1561386517571/test_tmp
import: 'gpi'
GPI 1.0.6 (2019-06-24)  Copyright (C) 2014 Dignity Health
This program comes with ABSOLUTELY NO WARRANTY; see the LICENSE for details.

    NO CLINICAL USE.  THE SOFTWARE IS NOT INTENDED FOR COMMERCIAL PURPOSES
AND SHOULD BE USED ONLY FOR NON-COMMERCIAL RESEARCH PURPOSES.  THE SOFTWARE
MAY NOT IN ANY EVENT BE USED FOR ANY CLINICAL OR DIAGNOSTIC PURPOSES.  YOU
ACKNOWLEDGE AND AGREE THAT THE SOFTWARE IS NOT INTENDED FOR USE IN ANY HIGH
RISK OR STRICT LIABILITY ACTIVITY, INCLUDING BUT NOT LIMITED TO LIFE SUPPORT
OR EMERGENCY MEDICAL OPERATIONS OR USES.  LICENSOR MAKES NO WARRANTY AND HAS
NO LIABILITY ARISING FROM ANY USE OF THE SOFTWARE IN ANY HIGH RISK OR STRICT
LIABILITY ACTIVITIES.

import: 'gpi'
+ DISPLAY=localhost:1.0
+ xvfb-run -a bash -c 'gpi --help'
GPI 1.0.6 (2019-06-24)  Copyright (C) 2014 Dignity Health
This program comes with ABSOLUTELY NO WARRANTY; see the LICENSE for details.

    NO CLINICAL USE.  THE SOFTWARE IS NOT INTENDED FOR COMMERCIAL PURPOSES
AND SHOULD BE USED ONLY FOR NON-COMMERCIAL RESEARCH PURPOSES.  THE SOFTWARE
MAY NOT IN ANY EVENT BE USED FOR ANY CLINICAL OR DIAGNOSTIC PURPOSES.  YOU
ACKNOWLEDGE AND AGREE THAT THE SOFTWARE IS NOT INTENDED FOR USE IN ANY HIGH
RISK OR STRICT LIABILITY ACTIVITY, INCLUDING BUT NOT LIMITED TO LIFE SUPPORT
OR EMERGENCY MEDICAL OPERATIONS OR USES.  LICENSOR MAKES NO WARRANTY AND HAS
NO LIABILITY ARISING FROM ANY USE OF THE SOFTWARE IN ANY HIGH RISK OR STRICT
LIABILITY ACTIVITIES.

Usage: gpi [options]

Options:
  -h, --help            show this help message and exit
  --config              GPI will read the User ENV and config file and dump
                        the parsed info to stdout.
  --log=LOGLEVEL        Change the output level of the logger: debug, info,
                        node, warn, error, and critical
  --nogui               causes GPI to run without a GUI for scripting.
                        Requires a network file.  The --script option is
                        implied.
  --script              causes GPI to terminate after the supplied network is
                        finished executing.  Requires a network file.
  -s STRING, --string=STRING
                        passes a string arg to a String-node by label.
                        Handles multiple args.  Syntax: -s
                        <label1>:<string/path> -s <label2>:<string/path>.
  --specs               GPI will create a platform specs file and exit.
  --defines             Show some internally used defines, such as temp
                        directory paths.
  --nosplash            Skip the splash screen.
+ exit 0

Resource usage statistics from testing gpi:
   Process count: 5
   CPU time: unavailable
   Memory: 32.7M
   Disk usage: 20B
   Time elapsed: 0:00:04.1

TEST END: /home/conda/feedstock_root/build_artifacts/linux-64/gpi-1.0.6-py36_1.tar.bz2

Now I get the following output, which includes a large number of clobber warnings (I've removed most of them for space) and ends with a failed import of qtWebKit.

Full output:

TEST START: /home/conda/feedstock_root/build_artifacts/linux-64/gpi-1.0.6-py36_1.tar.bz2
Adding in variants from /tmp/tmpt6t0ys3n/info/recipe/conda_build_config.yaml
INFO:conda_build.variants:Adding in variants from /tmp/tmpt6t0ys3n/info/recipe/conda_build_config.yaml
INFO conda_build.variants:_combine_spec_dictionaries(189): Adding in variants from /tmp/tmpt6t0ys3n/info/recipe/conda_build_config.yaml
Renaming work directory,  /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/work  to  /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/work_moved_gpi-1.0.6-py36_1_linux-64
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done

## Package Plan ##

  environment location: /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl


The following NEW packages will be INSTALLED:

    ca-certificates:  2019.6.16-hecc5488_0          conda-forge
    cairo:            1.14.6-4                      conda-forge
    eigen:            3.3.7-h6bb024c_1000           conda-forge
    expat:            2.2.5-he1b5a44_1003           conda-forge
    fftw:             3.3.8-nompi_h7f3a6c3_1105     conda-forge
    fontconfig:       2.12.1-4                      conda-forge
    freetype:         2.7-1                         conda-forge
    gettext:          0.19.8.1-hc5be6a0_1002        conda-forge
    glib:             2.51.4-0                      conda-forge
    gpi:              1.0.6-py36_1                  local      
    graphite2:        1.3.13-hf484d3e_1000          conda-forge
    h5py:             2.9.0-nompi_py36hf008753_1102 conda-forge
    harfbuzz:         1.4.3-0                       conda-forge
    hdf5:             1.10.4-nompi_h3c11f04_1106    conda-forge
    icu:              58.2-hf484d3e_1000            conda-forge
    jpeg:             9c-h14c3975_1001              conda-forge
    libblas:          3.8.0-7_openblas              conda-forge
    libcblas:         3.8.0-7_openblas              conda-forge
    libffi:           3.2.1-he1b5a44_1006           conda-forge
    libgcc-ng:        9.1.0-hdf63c60_0              defaults   
    libgfortran-ng:   7.3.0-hdf63c60_0              defaults   
    libiconv:         1.15-h516909a_1005            conda-forge
    liblapack:        3.8.0-7_openblas              conda-forge
    libpng:           1.6.37-hed695b0_0             conda-forge
    libstdcxx-ng:     9.1.0-hdf63c60_0              defaults   
    libtiff:          4.0.10-h57b8799_1003          conda-forge
    libuuid:          2.32.1-h14c3975_1000          conda-forge
    libxcb:           1.13-h14c3975_1002            conda-forge
    libxml2:          2.9.9-h13577e0_0              conda-forge
    lz4-c:            1.8.3-he1b5a44_1001           conda-forge
    ncurses:          6.1-hf484d3e_1002             conda-forge
    numpy:            1.16.4-py36h95a1406_0         conda-forge
    olefile:          0.46-py_0                     conda-forge
    openblas:         0.3.5-h9ac9557_1001           conda-forge
    openssl:          1.0.2r-h14c3975_0             conda-forge
    pango:            1.40.4-0                      conda-forge
    pcre:             8.41-hf484d3e_1003            conda-forge
    pillow:           4.2.1-py36_0                  conda-forge
    pixman:           0.34.0-h14c3975_1003          conda-forge
    psutil:           5.6.3-py36h516909a_0          conda-forge
    pthread-stubs:    0.4-h14c3975_1001             conda-forge
    pyopengl:         3.1.3b2-py_1                  conda-forge
    pyqt:             4.11.4-py36_3                 conda-forge
    python:           3.6.7-hd21baee_1002           conda-forge
    qimage2ndarray:   1.7-py_0                      conda-forge
    qt:               4.8.7-ha8c56c7_9              conda-forge
    readline:         7.0-hf8c457e_1001             conda-forge
    sip:              4.18-py36_1                   conda-forge
    six:              1.12.0-py36_1000              conda-forge
    sqlite:           3.28.0-h8b20d00_0             conda-forge
    tk:               8.6.9-hed695b0_1002           conda-forge
    xorg-kbproto:     1.0.7-h14c3975_1002           conda-forge
    xorg-libice:      1.0.9-h516909a_1004           conda-forge
    xorg-libsm:       1.2.3-h84519dc_1000           conda-forge
    xorg-libx11:      1.6.7-h14c3975_1000           conda-forge
    xorg-libxau:      1.0.9-h14c3975_0              conda-forge
    xorg-libxdmcp:    1.1.3-h516909a_0              conda-forge
    xorg-libxext:     1.3.4-h516909a_0              conda-forge
    xorg-libxrender:  0.9.10-h516909a_1002          conda-forge
    xorg-libxt:       1.2.0-h516909a_0              conda-forge
    xorg-renderproto: 0.11.1-h14c3975_1002          conda-forge
    xorg-xextproto:   7.3.0-h14c3975_1002           conda-forge
    xorg-xproto:      7.0.31-h14c3975_1007          conda-forge
    xz:               5.2.4-h14c3975_1001           conda-forge
    zlib:             1.2.11-h14c3975_1004          conda-forge
    zstd:             1.4.0-h3b9ef0a_0              conda-forge

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... 
ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.1-hf484d3e_1002/share/terminfo/2/2621a
  target path: /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/share/terminfo/2/2621a




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.1-hf484d3e_1002/share/terminfo/e/eterm
  target path: /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/share/terminfo/e/eterm




ClobberWarning: Conda was asked to clobber an existing path.
  source path: /opt/conda/pkgs/ncurses-6.1-hf484d3e_1002/share/terminfo/e/eterm-color
  target path: /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/share/terminfo/e/eterm-color

[etc. etc.]

ClobberWarning: Conda was asked to clobber an existing path.
  source path: None
  target path: /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib/python3.6/site-packages/OpenGL/raw/__pycache__/__init__.cpython-36.pyc




ClobberWarning: Conda was asked to clobber an existing path.
  source path: None
  target path: /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib/python3.6/site-packages/OpenGL/__pycache__/version.cpython-36.pyc




ClobberWarning: Conda was asked to clobber an existing path.
  source path: None
  target path: /home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib/python3.6/site-packages/OpenGL/__pycache__/wrapper.cpython-36.pyc



done
export PREFIX=/home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl
export SRC_DIR=/home/conda/feedstock_root/build_artifacts/gpi_1561581965783/test_tmp
import: 'gpi'
GPI 1.0.6 (2019-06-26)  Copyright (C) 2014 Dignity Health
This program comes with ABSOLUTELY NO WARRANTY; see the LICENSE for details.

    NO CLINICAL USE.  THE SOFTWARE IS NOT INTENDED FOR COMMERCIAL PURPOSES
AND SHOULD BE USED ONLY FOR NON-COMMERCIAL RESEARCH PURPOSES.  THE SOFTWARE
MAY NOT IN ANY EVENT BE USED FOR ANY CLINICAL OR DIAGNOSTIC PURPOSES.  YOU
ACKNOWLEDGE AND AGREE THAT THE SOFTWARE IS NOT INTENDED FOR USE IN ANY HIGH
RISK OR STRICT LIABILITY ACTIVITY, INCLUDING BUT NOT LIMITED TO LIFE SUPPORT
OR EMERGENCY MEDICAL OPERATIONS OR USES.  LICENSOR MAKES NO WARRANTY AND HAS
NO LIABILITY ARISING FROM ANY USE OF THE SOFTWARE IN ANY HIGH RISK OR STRICT
LIABILITY ACTIVITIES.

Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/gpi_1561581965783/test_tmp/run_test.py", line 2, in <module>
    import gpi
  File "/home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib/python3.6/site-packages/gpi/__init__.py", line 91, in <module>
    from .widgets import *
  File "/home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib/python3.6/site-packages/gpi/widgets.py", line 34, in <module>
    QtWebKit = Qimport("QtWebKit")
  File "/home/conda/feedstock_root/build_artifacts/gpi_1561581965783/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/lib/python3.6/site-packages/gpi/qtapi.py", line 48, in import_module
    p = __import__('PyQt4', globals(), locals(), [moduleName], 0)
ImportError: libQtWebKit.so.4: cannot open shared object file: No such file or directory
Tests failed for gpi-1.0.6-py36_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
WARNING:conda_build.build:Tests failed for gpi-1.0.6-py36_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
WARNING conda_build.build:tests_failed(2200): Tests failed for gpi-1.0.6-py36_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
TESTS FAILED: gpi-1.0.6-py36_1.tar.bz2

Here's a diff of the packages installed during testing. Left is the current (breaking) version and right is the output from Azure earlier this week.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.