wieluk / psychopy_linux_installer

Installing PsychoPy on Linux can be challenging, so I've created an installer to make the process easier and more streamlined.
GNU General Public License v3.0
3 stars 1 forks source link

fedora-40 (gcc-14) fails to build wxpython on python3.10 #8

Open wieluk opened 1 month ago

wieluk commented 1 month ago

It fails because of problems with gcc-14. Here is the issue on the wxpython repo: https://github.com/wxWidgets/Phoenix/issues/2493

dnf install python3-wxpython4 is no option because system python on fedora-40 is 3.12.4.

It also fails to build latest wxpython version on python3.8 and 3.9 but falling back to wxpython 4.1.1 fixes python3.8 and 3.9 for now.

wieluk commented 3 weeks ago

Some pacman based distros (manjaro and EndeavourOS) also use gcc-14. But they do not succesfully build wxpython with python3.8, 3.9. or 3.10

Fixes to consider: