public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* python subpackage build error ... not a supported wheel on this platform
@ 2022-03-12 17:54 Brian Inglis
  2022-03-13 13:04 ` Jon Turney
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Inglis @ 2022-03-12 17:54 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

Building locally I get the message below on 64 & 32 bit package builds:

ERROR: python_nghttp2-1.47.0-cp38-cp38-cygwin_3_3_4_x86_64.whl is not a 
supported wheel on this platform.

but not in the confines of a scallywag build: what do I need to remove 
or change to build locally?

Most relevant lines from cygport ... all are attached (sanitized).

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

[-- Attachment #2: nghttp2-cygport-pip-python.log --]
[-- Type: text/plain, Size: 13377 bytes --]

$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/configure --srcdir=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man -C --enable-shared --disable-static --disable-python-bindings --enable-python-bindings
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for a Python interpreter with version >= 3.8... python
checking for python... /usr/bin/python
checking for python version... 3.9
checking for python platform... cygwin
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.9/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages
checking for python3.9... (cached) /usr/bin/python
checking for Python include path... -I/usr/include/python3.9
checking for Python library path... -L/usr/lib -lpython3.9
checking for Python site-packages path... /usr/lib/python3.9/site-packages
checking python extra libraries... -lcrypt -lintl -ldl 
checking python extra linking flags... 
checking consistency of all components of python development environment... yes
config.status: creating python/Makefile
config.status: creating python/setup.py
config.status: creating doc/python-apiref.rst
      CFLAGS:         -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build=/usr/src/debug/nghttp2-1.47.0-1 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0=/usr/src/debug/nghttp2-1.47.0-1
      CXXFLAGS:       -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=return-type -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build=/usr/src/debug/nghttp2-1.47.0-1 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0=/usr/src/debug/nghttp2-1.47.0-1
      Python:         /usr/bin/python
      pyexecdir:      ${PYTHON_EXEC_PREFIX}/lib/python3.9/site-packages
      PYTHON_CPPFLAGS:-I/usr/include/python3.9
      PYTHON_LIBS:    -L/usr/lib -lpython3.9
Making all in python
make[2]: Entering directory '$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build/python'
cython -3 -o nghttp2.c $HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/python/nghttp2.pyx
/usr/bin/python setup.py build
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build=/usr/src/debug/nghttp2-1.47.0-1 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0=/usr/src/debug/nghttp2-1.47.0-1 -I$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/lib -I$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/lib/includes -I../lib/includes -I/usr/include/python3.9 -c nghttp2.c -o build/temp.cygwin-3.3.4-x86_64-3.9/nghttp2.o
gcc -shared -Wl,--enable-auto-image-base -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build=/usr/src/debug/nghttp2-1.47.0-1 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0=/usr/src/debug/nghttp2-1.47.0-1 build/temp.cygwin-3.3.4-x86_64-3.9/nghttp2.o -L../lib/.libs -L../lib -L.. -L/usr/lib/python3.9/config -L/usr/lib -lnghttp2 -lpython3.9 -o build/lib.cygwin-3.3.4-x86_64-3.9/nghttp2.cpython-39-x86_64-cygwin.dll
make[2]: Leaving directory '$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build/python'
/usr/lib/python3.9/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: $HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/python/nghttp2.pyx
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -DOPENSSL_NO_SSL3=1 -fdebug-prefix-map=/pub/devel/python/python38/python38-3.8.12-1.x86_64/build=/usr/src/debug/python38-3.8.12-1 -fdebug-prefix-map=/pub/devel/python/python38/python38-3.8.12-1.x86_64/src/Python-3.8.12=/usr/src/debug/python38-3.8.12-1 -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -DOPENSSL_NO_SSL3=1 -fdebug-prefix-map=/pub/devel/python/python38/python38-3.8.12-1.x86_64/build=/usr/src/debug/python38-3.8.12-1 -fdebug-prefix-map=/pub/devel/python/python38/python38-3.8.12-1.x86_64/src/Python-3.8.12=/usr/src/debug/python38-3.8.12-1 -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build=/usr/src/debug/nghttp2-1.47.0-1 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0=/usr/src/debug/nghttp2-1.47.0-1 -I$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/lib -I$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/lib/includes -I../lib/includes -I/usr/include/python3.8 -c nghttp2.c -o build/temp.cygwin-3.3.4-x86_64-3.8/nghttp2.o
gcc -shared -Wl,--enable-auto-image-base -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build=/usr/src/debug/nghttp2-1.47.0-1 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0=/usr/src/debug/nghttp2-1.47.0-1 build/temp.cygwin-3.3.4-x86_64-3.8/nghttp2.o -L../lib/.libs -L../lib -L.. -L/usr/lib/python3.8/config -L/usr/lib -lnghttp2 -lpython3.8 -o build/lib.cygwin-3.3.4-x86_64-3.8/nghttp2.cpython-38-x86_64-cygwin.dll
copying build/lib.cygwin-3.3.4-x86_64-3.8/nghttp2.cpython-38-x86_64-cygwin.dll -> build/bdist.cygwin-3.3.4-x86_64/wheel
creating python_nghttp2.egg-info
writing python_nghttp2.egg-info/PKG-INFO
writing dependency_links to python_nghttp2.egg-info/dependency_links.txt
writing top-level names to python_nghttp2.egg-info/top_level.txt
writing manifest file 'python_nghttp2.egg-info/SOURCES.txt'
reading manifest file 'python_nghttp2.egg-info/SOURCES.txt'
writing manifest file 'python_nghttp2.egg-info/SOURCES.txt'
Copying python_nghttp2.egg-info to build/bdist.cygwin-3.3.4-x86_64/wheel/python_nghttp2-1.47.0-py3.8.egg-info
creating build/bdist.cygwin-3.3.4-x86_64/wheel/python_nghttp2-1.47.0.dist-info/WHEEL
creating 'dist/python_nghttp2-1.47.0-cp38-cp38-cygwin_3_3_4_x86_64.whl' and adding 'build/bdist.cygwin-3.3.4-x86_64/wheel' to it
adding 'nghttp2.cpython-38-x86_64-cygwin.dll'
adding 'python_nghttp2-1.47.0.dist-info/METADATA'
adding 'python_nghttp2-1.47.0.dist-info/WHEEL'
adding 'python_nghttp2-1.47.0.dist-info/top_level.txt'
adding 'python_nghttp2-1.47.0.dist-info/RECORD'
/usr/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build=/usr/src/debug/nghttp2-1.47.0-1 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0=/usr/src/debug/nghttp2-1.47.0-1 -I$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/lib -I$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0/lib/includes -I../lib/includes -I/usr/include/python3.9 -c nghttp2.c -o build/temp.cygwin-3.3.4-x86_64-3.9/nghttp2.o
gcc -shared -Wl,--enable-auto-image-base -ggdb -O2 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build=/usr/src/debug/nghttp2-1.47.0-1 -fdebug-prefix-map=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/src/nghttp2-1.47.0=/usr/src/debug/nghttp2-1.47.0-1 build/temp.cygwin-3.3.4-x86_64-3.9/nghttp2.o -L../lib/.libs -L../lib -L.. -L/usr/lib/python3.9/config -L/usr/lib -lnghttp2 -lpython3.9 -o build/lib.cygwin-3.3.4-x86_64-3.9/nghttp2.cpython-39-x86_64-cygwin.dll
/usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
copying build/lib.cygwin-3.3.4-x86_64-3.9/nghttp2.cpython-39-x86_64-cygwin.dll -> build/bdist.cygwin-3.3.4-x86_64/wheel
writing python_nghttp2.egg-info/PKG-INFO
writing dependency_links to python_nghttp2.egg-info/dependency_links.txt
writing top-level names to python_nghttp2.egg-info/top_level.txt
reading manifest file 'python_nghttp2.egg-info/SOURCES.txt'
writing manifest file 'python_nghttp2.egg-info/SOURCES.txt'
Copying python_nghttp2.egg-info to build/bdist.cygwin-3.3.4-x86_64/wheel/python_nghttp2-1.47.0-py3.9.egg-info
creating build/bdist.cygwin-3.3.4-x86_64/wheel/python_nghttp2-1.47.0.dist-info/WHEEL
creating 'dist/python_nghttp2-1.47.0-cp39-cp39-cygwin_3_3_4_x86_64.whl' and adding 'build/bdist.cygwin-3.3.4-x86_64/wheel' to it
adding 'nghttp2.cpython-39-x86_64-cygwin.dll'
adding 'python_nghttp2-1.47.0.dist-info/METADATA'
adding 'python_nghttp2-1.47.0.dist-info/WHEEL'
adding 'python_nghttp2-1.47.0.dist-info/top_level.txt'
adding 'python_nghttp2-1.47.0.dist-info/RECORD'
Making install in python
make[1]: Entering directory '$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build/python'
/usr/bin/python setup.py build
make[2]: Entering directory '$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build/python'
/usr/bin/python setup.py install --prefix=$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/inst/usr
/usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
/usr/lib/python3.9/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
Checking .pth file support in $HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/inst/usr/lib/python3.9/site-packages/
/usr/bin/python -E -c pass
TEST FAILED: $HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/inst/usr/lib/python3.9/site-packages/ does NOT support .pth files
    $HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/inst/usr/lib/python3.9/site-packages/
writing python_nghttp2.egg-info/PKG-INFO
writing dependency_links to python_nghttp2.egg-info/dependency_links.txt
writing top-level names to python_nghttp2.egg-info/top_level.txt
reading manifest file 'python_nghttp2.egg-info/SOURCES.txt'
writing manifest file 'python_nghttp2.egg-info/SOURCES.txt'
copying build/lib.cygwin-3.3.4-x86_64-3.9/nghttp2.cpython-39-x86_64-cygwin.dll -> build/bdist.cygwin-3.3.4-x86_64/egg
creating stub loader for nghttp2.cpython-39-x86_64-cygwin.dll
byte-compiling build/bdist.cygwin-3.3.4-x86_64/egg/nghttp2.py to nghttp2.cpython-39.pyc
copying python_nghttp2.egg-info/PKG-INFO -> build/bdist.cygwin-3.3.4-x86_64/egg/EGG-INFO
copying python_nghttp2.egg-info/SOURCES.txt -> build/bdist.cygwin-3.3.4-x86_64/egg/EGG-INFO
copying python_nghttp2.egg-info/dependency_links.txt -> build/bdist.cygwin-3.3.4-x86_64/egg/EGG-INFO
copying python_nghttp2.egg-info/top_level.txt -> build/bdist.cygwin-3.3.4-x86_64/egg/EGG-INFO
__pycache__.nghttp2.cpython-39: module references __file__
creating 'dist/python_nghttp2-1.47.0-py3.9-cygwin-3.3.4-x86_64.egg' and adding 'build/bdist.cygwin-3.3.4-x86_64/egg' to it
Processing python_nghttp2-1.47.0-py3.9-cygwin-3.3.4-x86_64.egg
creating $HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/inst/usr/lib/python3.9/site-packages/python_nghttp2-1.47.0-py3.9-cygwin-3.3.4-x86_64.egg
Extracting python_nghttp2-1.47.0-py3.9-cygwin-3.3.4-x86_64.egg to $HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/inst/usr/lib/python3.9/site-packages
Installed $HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/inst/usr/lib/python3.9/site-packages/python_nghttp2-1.47.0-py3.9-cygwin-3.3.4-x86_64.egg
Processing dependencies for python-nghttp2==1.47.0
Finished processing dependencies for python-nghttp2==1.47.0
make[2]: Leaving directory '$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build/python'
make[1]: Leaving directory '$HOME/src/cygwin/nghttp2/nghttp2-1.47.0-1.x86_64/build/python'
ERROR: python_nghttp2-1.47.0-cp38-cp38-cygwin_3_3_4_x86_64.whl is not a supported wheel on this platform.
WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
^[[1;31m*** ERROR:^[[0;0m pip3.8 install failed

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: python subpackage build error ... not a supported wheel on this platform
  2022-03-12 17:54 python subpackage build error ... not a supported wheel on this platform Brian Inglis
@ 2022-03-13 13:04 ` Jon Turney
  2022-03-13 19:09   ` Brian Inglis
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Turney @ 2022-03-13 13:04 UTC (permalink / raw)
  To: Brian Inglis, cygwin-apps

On 12/03/2022 17:54, Brian Inglis wrote:
> Building locally I get the message below on 64 & 32 bit package builds:
> 
> ERROR: python_nghttp2-1.47.0-cp38-cp38-cygwin_3_3_4_x86_64.whl is not a 
> supported wheel on this platform.
> 
> but not in the confines of a scallywag build: what do I need to remove 
> or change to build locally?

What have you tried?

The packages installed by scallywag are recorded in the build log, so 
have you looked at that to see what's installed there but not locally?

At a guess, it might be that you need python38-wheel or python38-pip 
installed, which scallywag arranges to be installed when it sees 
'inherit python-wheel' [1]

[1] 
https://github.com/cygwin/scallywag/blob/85647ca844226100006d22537d728332130b4462/analyze.py#L171

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: python subpackage build error ... not a supported wheel on this platform
  2022-03-13 13:04 ` Jon Turney
@ 2022-03-13 19:09   ` Brian Inglis
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Inglis @ 2022-03-13 19:09 UTC (permalink / raw)
  To: cygwin-apps

On 2022-03-13 07:04, Jon Turney wrote:
> On 12/03/2022 17:54, Brian Inglis wrote:
>> Building locally I get the message below on 64 & 32 bit package builds:
>> ERROR: python_nghttp2-1.47.0-cp38-cp38-cygwin_3_3_4_x86_64.whl is not 
>> a supported wheel on this platform.
>> but not in the confines of a scallywag build: what do I need to remove 
>> or change to build locally?

> What have you tried?

Installing every python*-{devel,pip,setuptools,wheel} package in sight!
See bottom for inherited and installed package lists.

> The packages installed by scallywag are recorded in the build log, so 
> have you looked at that to see what's installed there but not locally?
> 
> At a guess, it might be that you need python38-wheel or python38-pip 
> installed, which scallywag arranges to be installed when it sees 
> 'inherit python-wheel' [1]
> 
> [1] 
> https://github.com/cygwin/scallywag/blob/85647ca844226100006d22537d728332130b4462/analyze.py#L171 

Tried config with --enable-python-bindings as well as usual opposite to 
build with cygport using cython.
Just tried uninstalling python*-{tox,virtualenv} and dependencies
python-{pip,setuptools,wheel}-wheel with no change!
Will next try inherit python3-wheel instead of python-wheel and use 
python3_wheel_{compile,install}.

That gets me further and results in:

>>> python38-nghttp2-1.47.0-1.tar.xz
tar: usr/lib/python3.8/site-packages/*nghttp2*: Cannot stat: No such 
file or directory
tar: Exiting with failure status due to previous errors
*** ERROR: Binary package creation failed: python38-nghttp2

Reading through cygport cygclass python/3-wheel docs, it implies that 
using generic python-nghttp2 in PKG_NAMES should expand to specified 
(default) versions (now python38-nghttp2, python39-nghttp2) rather than 
having to explicitly specify the latter?

Will try and see if that works as expected and perhaps helps: no - only 
latest version built, not both 3.8 and 3.9.

Now local and scallywag consistently fail not building python 3.8 package!

Reverting to python-wheel from python3-wheel.

Just found /usr/local/bin/pip{,3,3.8} with explicit #!/usr/bin/python3.8 
same date as curl 7.75 release over a year ago, so there must have been 
some issue to workaround, which never had any impact until this package 
and release! Sorry for the noise!

That all now seems to work properly locally and on scallywag.


#====================================================
#Inherited and Installed Scallywag and Local Packages
#====================================================
$ egrep inherits scallywag/*86*/6_*.log | cut -d' ' -f3- | sort -ur
scallywag: cygport inherits: python-wheel
scallywag: build dependencies (deduced from inherits): 
python2-pip,python2-wheel,python3-devel,python36-pip,python36-wheel,python37-pip,python37-wheel,python38-pip,python38-wheel,python39-pip,python39-wheel
# above does not include python2/7-devel, python3[67]-devel
$ egrep 'install\spython[^-]*-(devel|pip|setuptools|wheel)'	\
	scallywag/*86*/[46]_*.log | awk '{print $5}' | sort -u
python27-pip
python27-setuptools
python27-wheel
python36-pip
python36-setuptools
python36-wheel
python37-pip
python37-setuptools
python37-wheel
python38-devel
python38-pip
python38-setuptools
python38-wheel
python39-devel
python39-pip
python39-setuptools
python39-wheel
python3-devel
$ apt-cyg l python*-{devel,pip,setuptools,wheel} | cut -d' ' -f1 | \
	sort -u
python27-devel
python27-pip
python27-setuptools
python27-wheel
python2-devel
python2-setuptools
python36-devel
python36-pip
python36-setuptools
python36-wheel
python37-devel
python37-pip
python37-setuptools
python37-wheel
python38-devel
python38-pip
python38-setuptools
python38-wheel
python39-devel
python39-pip
python39-setuptools
python39-wheel
python3-devel
python3-pip
python3-setuptools
python3-wheel
python-pip-wheel
python-setuptools
python-setuptools-wheel
python-wheel-wheel

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-13 19:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-12 17:54 python subpackage build error ... not a supported wheel on this platform Brian Inglis
2022-03-13 13:04 ` Jon Turney
2022-03-13 19:09   ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).