Erstellen Sie wxPython in einer virtuellen Umgebung, Python 3.14 Debian 13Python

Python-Programme
Anonymous
 Erstellen Sie wxPython in einer virtuellen Umgebung, Python 3.14 Debian 13

Post by Anonymous »

Ich versuche, wxPython in einer virtuellen Umgebung zu erstellen. Debian 13 kommt nicht mit Python 3.14. Ich habe Python 3.14 in einer virtuellen Umgebung installiert. Ich habe die Abhängigkeiten installiert und es scheint, dass der Build bis zur Ausführung von build.py erfolgreich war, wenn der Anhang angezeigt wird.
Welche Schritte fehlen mir?

Code: Select all

$ cd PycharmProjects/sqltool/
~/PycharmProjects/sqltool$ source .venv/bin/activate
(.venv) ~/PycharmProjects/sqltool$ pip install wxpython

make[1]: Leaving directory '/tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c/ext/wxWidgets/locale'
Finished command: build_wx (12m22.300s)
Running command: build_py
Checking for /tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c/bin/waf-2.1.5...
"/home/richard/PycharmProjects/sqltool/.venv/bin/python" /tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c/bin/waf-2.1.5 --wx_config=/tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c/build/wxbld/gtk3/wx-config --gtk3 --python="/home/richard/PycharmProjects/sqltool/.venv/bin/python" --out=build/waf/3.14/gtk3 configure build
Setting top to                           : /tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c
Setting out to                           : /tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c/build/waf/3.14/gtk3
Checking for 'gcc' (C compiler)          : /usr/bin/gcc
Checking for 'g++' (C++ compiler)        : /usr/bin/g++
Checking for program 'python'            : /home/richard/PycharmProjects/sqltool/.venv/bin/python
Checking for python version >= 3.7.0     : 3.14.2
python-config                            : /home/richard/.pyenv/shims/python3.14-config
Asking python-config for pyext '--cflags --libs --ldflags' flags : not found
The configuration failed
(complete log in /tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c/build/waf/3.14/gtk3/config.log)
Command '"/home/richard/PycharmProjects/sqltool/.venv/bin/python" /tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c/bin/waf-2.1.5 --wx_config=/tmp/pip-install-1h1zgc0w/wxpython_ef15515b8cb24ad591c6e3a036eb2e0c/build/wxbld/gtk3/wx-config --gtk3 --python="/home/richard/PycharmProjects/sqltool/.venv/bin/python" --out=build/waf/3.14/gtk3 configure build ' failed with exit code 1.
Finished command: build_py (0m1.191s)
Finished command: build (12m23.492s)
WARNING: Building this way assumes that all generated files have been
generated already.  If that is not the case then use build.py directly
to generate the source and perform the build stage.  You can use
--skip-build with the bdist_* or install commands to avoid this
message and the wxWidgets and Phoenix build steps in the future.

"/home/richard/PycharmProjects/sqltool/.venv/bin/python" -u build.py build
Command '"/home/richard/PycharmProjects/sqltool/.venv/bin/python" -u build.py build' failed with exit code 1.
[end of output]

note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip.
ERROR: Failed building wheel for wxpython
Failed to build wxpython
error: failed-wheel-build-for-install

× Failed to build installable wheels for some pyproject.to

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post