Spyder version 6.1, Spyder-kernels=3.1 in Python 3.8
Summary Incompatibility between Spyder 6.1 and spyder-kernels 3.1 in Python 3.8 due to spyder-kernels 3.1 requiring Python 3.9+, while Spyder 6.1 supports Python 3.8. This mismatch causes Spyder to fail to start or function correctly. Root Cause spyder-kernels 3.1 explicitly requires Python 3.9 or higher. Spyder 6.1 supports Python 3.8, but its dependency (spyder-kernels) does … Read more