Hey Everyone,
I upgraded to Windows 11 about 4 months ago and everything was working fine. At the time, I had python 3.8.10 installed and I also use some PyQt for UI stuff. I had PyQt5 installed. Now, I tried updating to python 3.13.3, but any time I try to pip install either PyQt5 or PySide6 I get the error TypeError: ColorTriplet.new() takes 1 positional argument but 4 were given.
Am I doing something wrong here? I have python in my environment variables and it's not saying it can't do pip anyway. Anyone seen this before or know of a fix?