Reinstallation of spyder

Started by sotnik, 2024/12/12, 08:58:04

Previous topic - Next topic

sotnik

I the last upgrade I lost spyder and I can not install it anymore:

apt install spyder
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

Unsatisfied dependencies:
python3-spyder : Depends: python3-pylsp (< 1.11~) but 1.12.0-3 is to be installed
                  Depends: python3-qtconsole (< 5.6~) but 5.6.1-1 is to be installed
                  Depends: python3-spyder-kernels (< 2.6~) but 3.0.1-2 is to be installed
Error: Unable to correct problems, you have held broken packages.


Is it possible to solve the issue with the following commands?:

apt-cache policy python3-pylsp python3-qtconsole python3-spyder-kernels

apt install python3-pylsp=1.10.0-1 python3-qtconsole=5.5.0-1 python3-spyder-kernels=2.5.0-1

apt install spyder

Do will have any consequences?