Dependency problems

LudCano

New Member
Greetings, I tried to upgrade my version of OBS (to try the new features on version 27), but I got the following problem

Code:
(base) ludving@ludving:~$ sudo apt install obs-studio
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:

The following packages have unmet dependencies:
 obs-studio : Depends: libpython3.8 (>= 3.8.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Can anyone help me? when I try to install the package I got another package dependency problem

Code:
(base) ludving@ludving:~$ sudo apt-get install libpython3.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:

The following packages have unmet dependencies:
 libpython3.8 : Depends: libpython3.8-stdlib (= 3.8.5-1~20.04.3) but 3.8.6-1+bionic1 is to be installed
E: Unable to correct problems, you have held broken packages.

And finally, when I try to install the last package I got the following

Code:
(base) ludving@ludving:~$ sudo apt-get install libpython3.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:

The following packages have unmet dependencies:
 libpython3.8 : Depends: libpython3.8-stdlib (= 3.8.5-1~20.04.3) but 3.8.6-1+bionic1 is to be installed
E: Unable to correct problems, you have held broken packages.
 
Top