Hi,
My situation is the same. When I start Spyder from Powershell, the following error appearing:
ImportError: cannot import name 'QStylePalette' from 'spyder.utils.palette'
QStylePalette does not exist in ...\anaconda3\Lib\site-packages\spyder\utils\palette.py
If I commented out the "from spyder.utils.palette import QStylePalette" in the terminalgui.py,
many new problem appears.
My Spyder version is: 6.0.7
Python 3.13.5 64-bit | Qt 5.15.2 | PyQt5 5.15.10
Windows 10 (AMD64)
Anybody help? Please...