Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] Reinstallation of spyder  (Read 210 times)

Offline sotnik

  • User
  • Posts: 113
[DE] Reinstallation of spyder
« on: 2024/12/12, 08:58:04 »
I the last upgrade I lost spyder and I can not install it anymore:

Code: [Select]
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?:

Code: [Select]
apt-cache policy python3-pylsp python3-qtconsole python3-spyder-kernels
Code: [Select]
apt install python3-pylsp=1.10.0-1 python3-qtconsole=5.5.0-1 python3-spyder-kernels=2.5.0-1
Code: [Select]
apt install spyder
Do will have any consequences?