Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Failed building wheel for wxPython #262

Closed
xChAmeLIoNz opened this issue Dec 7, 2024 · 0 comments
Closed

ERROR: Failed building wheel for wxPython #262

xChAmeLIoNz opened this issue Dec 7, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@xChAmeLIoNz
Copy link

For those who are struggling building wxPython, you may need to install additional build tools to your system.
I'm using Fedora 41 and was getting the error:

configure: error: C++ compiler is needed to build wxWidgets

Installing the following packages fixed the issue:

sudo dnf-3 groupinstall "Development Tools"

sudo dnf install gcc-c++ gtk3-devel
# additional packages [libnotify-devel gstreamer1-devel gstreamer1-plugins-base-devel libcurl-devel]

Now you can install the requirements and build wxPython successfully

# activate venv first
pip3 install -r requirements
@badabing2005 badabing2005 added the documentation Improvements or additions to documentation label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants