not defined symbol _ZNK20wxArgNormalizerWcharIRK10wxCStrDataE3getEv

Python3.4

sudo python3.4 -m pip install --upgrade --pre -f Index of /Phoenix/snapshot-builds wxPython -b /mnt/disk/pip_build
Collecting wxPython
Downloading https://wxpython.org/Phoenix/snapshot-builds/wxPython-4.0.0rc1.dev3510+3a2ecb7.tar.gz (67.9MB)
100% |████████████████████████████████| 67.9MB 21kB/s
Requirement already up-to-date: six in /usr/lib/python3.4/site-packages (from wxPython)
Installing collected packages: wxPython
Running setup.py install for wxPython … done
Successfully installed wxPython-4.0.0rc1.dev3510+3a2ecb7

python3.4
Python 3.4.6 (default, Mar 22 2017, 12:26:13) [GCC] on linux
Type “help”, “copyright”, “credits” or “license” for more information.

import wx
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib64/python3.4/site-packages/wx/init.py”, line 17, in
from wx.core import *
File “/usr/lib64/python3.4/site-packages/wx/core.py”, line 12, in
from ._core import *
ImportError: /usr/lib64/python3.4/site-packages/wx/libwx_gtk3u_core-3.0.so.0: symbol _ZNK20wxArgNormalizerWcharIRK10wxCStrDataE3getEv, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference

···