Hi!
I have some wxPython version problem. In the following image is reported the wxPython version i have INSTALLED == 4.0.0b2 - Installed from this page: https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04/

This instead is the error i receiving:

All other packages in the "requirements.txt" file are satisfied.
If the >must have< version is the 4.0.0b2+ (with the plus "+") i absolutely don't know where i can download it....
My system:

Thanks in advance! (sorry but on python i'm a total noob...)
David
Have you tried to use pip3 (or even pip3.6) while checking installed? Ubuntu may have pip to use python2 py default.
^ most likely this, double check which version of pip you're using. Probably best to go with python3.6 -m pip install <package> to ensure the proper one
Thank you to answer me so fast! I got the point about the version 3.x of python :) I rolled back with my Timeshift backup and I'm ready to do a fresh start.
Btw, could you please indicate me the link to the correct mandatory WxPython version (4.0.0b2+)?
That would help greatly!
D.
4.0.0b2 should work, the one for cp36 if you're using python 3.6. Additionally, the latest 4.0.3 might also work, but I haven't yet attempted to test with that version yet
@Tetractys any update?
Going to close this issue - @Tetractys if you need any further assistance getting set up, please reach out :)
I was in the hospital for urgent surgery. I'll try as soon as possible. Thank you for all the assistance you gave me. ;)
@Tetractys sorry to hear that! Hope everything is going smoothly!
Most helpful comment
Have you tried to use
pip3(or evenpip3.6) while checking installed? Ubuntu may havepipto use python2 py default.