You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be a problem with the wxPython version. I get the same error with wxPython 4.0.0b2.
However, it seems to me that pip doesnt have the older versions of wxPython.
pip2 install -I wxPython==3.0.2.0
Collecting wxPython==3.0.2.0
Could not find a version that satisfies the requirement wxPython==3.0.2.0 (from versions: 4.0.0a1, 4.0.0a2, 4.0.0a3, 4.0.0b1, 4.0.0b2)
No matching distribution found for wxPython==3.0.2.0
Does anyone have any tips on how to set up the classic wx version with python?
I changed everything to wx.FD_OPEN and it works properly (using wxPython 4.~). By the way, I thought this was to visualize the activations of the filters on inference, but at the end I realize that not even close ^^'. If you could write a couple of lines of the README that would help (as there's much noise in the internet on this topic). Thx!
The text was updated successfully, but these errors were encountered: