conda-forge / pyqt-feedstock

A conda-smithy repository for pyqt.
BSD 3-Clause "New" or "Revised" License
5 stars 35 forks source link

PyQt4 branch / package is stale #70

Closed teake closed 4 years ago

teake commented 4 years ago

When trying to install just PyQt4 in an empty environment, I get an UnsatisfiableError:

$ conda create -n testenv pyqt=4

Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Package python conflicts for:
pyqt=4 -> python[version='2.7.*|3.4.*|3.5.*|3.6.*']
Package qt conflicts for:
pyqt=4 -> qt=4.8
Package sip conflicts for:
pyqt=4 -> sip==4.18

My guess this is due to the fact that the PyQt4 branch is pretty stale, and the corresponding package is as well.

Is PyQt4 still supported, and if so, might I ask for a version bump?

``` $ conda info active environment : base active env location : ~/miniconda3 shell level : 1 user config file : ~/.condarc populated config files : ~/.condarc conda version : 4.7.12 conda-build version : 3.18.9 python version : 3.7.1.final.0 virtual packages : base environment :~/miniconda3 (writable) channel URLs : https://conda.anaconda.org/conda-forge/osx-64 https://conda.anaconda.org/conda-forge/noarch https://repo.anaconda.com/pkgs/main/osx-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/osx-64 https://repo.anaconda.com/pkgs/r/noarch package cache : ~/miniconda3/pkgs ~/.conda/pkgs envs directories : ~/envs ~/.conda/envs platform : osx-64 user-agent : conda/4.7.12 requests/2.22.0 CPython/3.7.1 Darwin/18.7.0 OSX/10.14.6 UID:GID : 502:20 netrc file : None offline mode : False ```
ocefpaf commented 4 years ago

Is PyQt4 still supported, and if so, might I ask for a version bump?

I don't think anyone is supporting it at the moment.