No module named 'wx._core'

I using Visual Studio 22 Community Edition and Python 3.11 running on Windows 10
Have used pip to install wxPython version 4.2.0

The following statement

Import wx

results in an error when try to run program

No module named ‘wx._core’

No looking at the wxPython Api documentation there is no core

Please advise