v2.3.4 installation problems (python3-pyqt5 but it is not going to be installed, etc.)
I receive the following messages when trying to install OpenShot Video Editor v2.3.4 using the following commands:
sudo add-apt-repository ppa:openshot.
sudo apt-get update
sudo apt-get install openshot-qt
"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:
openshot-qt : Depends: python3-pyqt5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages."
This problem first surfaced after I had installed MuseScore 2.0.3 (http://
The earlier version available through Software manager (OpenShot 1.4.3) installs successfully but I am unable to open .osp project files created in OpenShot v2.3
Any assistance to find the root cause is much appreciated.
Thanks.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- Last query:
- Last reply:
Revision history for this message
|
#1 |
For diagnostic purposes please provide the output of the following commands (to be executed in a terminal window):
uname -a
lsb_release -crid
sudo apt-get update
apt-get --simulate install python3-pyqt5 python3-
Revision history for this message
|
#2 |
Thanks for the response.
I am unable to perform this procedure today. Monday offers the first available opportunity I have.
Will revert next week.
Enjoy the weekend!
Michael
---- Manfred Hampl wrote ----
>Your question #646468 on OpenShot Video Editor changed:
>https:/
>
> Status: Open => Needs information
>
>Manfred Hampl requested more information:
>For diagnostic purposes please provide the output of the following
>commands (to be executed in a terminal window):
>
>uname -a
>lsb_release -crid
>sudo apt-get update
>apt-get --simulate install python3-pyqt5 python3-
>
>--
>To answer this request for more information, you can either reply to
>this email or enter your reply at the following page:
>https:/
>
>You received this question notification because you asked the question.
Revision history for this message
|
#3 |
Hi,
The output requested is as follows:
_uname -a_
Linux mtarendse-desktop 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May
8 09:44:48 UTC 2015 i686 i686 i686 GNU/Linux
_lsb_release -crid_
Distributor ID: LinuxMint
Description: Linux Mint 17.2 Rafaela
Release: 17.2
Codename: rafaela
_sudo apt-get update_
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Ign http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Ign http://
Ign http://
Ign http://
Reading package lists... Done
_apt-get --simulate install python3-pyqt5 python3-
python3-
NOTE: This is only a simulation!
apt-get needs root privileges for real execution.
Keep also in mind that locking is deactivated,
so don't depend on the relevance to the real current situation!
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:
python3-pyqt5 : Depends: qtbase-abi-5-2-1
python3-
it is not going to be installed
5.0.2) but it is not going to be installed or
libqt5multimedi
E: Unable to correct problems, you have held broken packages.
Regards
Michael
On 07/07/2017 10:25, Manfred Hampl wrote:
> Your question #646468 on OpenShot Video Editor changed:
> https:/
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> For diagnostic purposes please provide the output of the following
> commands (to be executed in a terminal window):
>
> uname -a
> lsb_release -crid
> sudo apt-get update
> apt-get --simulate install python3-pyqt5 python3-
>
Revision history for this message
|
#4 |
Now check the next level of packages for dependency problems.
What is the output of the commands
apt-cache policy python3-pyqt5 libqt5core5a
apt-get --simulate install python3-pyqt5 python3-
(Remark: qtbase-abi-5-2-1 is a virtual package, provided by libqt5core5a 5.2.1-*)
Revision history for this message
|
#5 |
Hi,
The output requested is as follows:
_apt-cache policy python3-pyqt5 libqt5core5a_
python3-pyqt5:
Installed: (none)
Candidate: 5.2.1+dfsg-1ubuntu2
Version table:
5.
500 http://
Packages
5.
500 http://
libqt5core5a:
Installed: 5.3.0+dfsg-
Candidate: 5.3.0+dfsg-
Version table:
*** 5.3.0+dfsg-
500
http://
i386 Packages
100 /var/lib/
5.
500 http://
Packages
500 http://
i386 Packages
5.
500 http://
_apt-get --simulate install python3-pyqt5 python3-
libqt5multimedia5 libqt5multimedi
NOTE: This is only a simulation!
apt-get needs root privileges for real execution.
Keep also in mind that locking is deactivated,
so don't depend on the relevance to the real current situation!
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:
libqt5multimedia5 : Depends: qtbase-abi-5-2-1
python3-pyqt5 : Depends: qtbase-abi-5-2-1
E: Unable to correct problems, you have held broken packages.
Regards
Michael
On 10/07/2017 09:58, Manfred Hampl wrote:
> Your question #646468 on OpenShot Video Editor changed:
> https:/
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Now check the next level of packages for dependency problems.
> What is the output of the commands
>
> apt-cache policy python3-pyqt5 libqt5core5a
> apt-get --simulate install python3-pyqt5 python3-
>
> (Remark: qtbase-abi-5-2-1 is a virtual package, provided by libqt5core5a
> 5.2.1-*)
>
Revision history for this message
|
#6 |
The dependency problem is the following:
Openshot depends on python3-pyqt5 which in turn depends on qtbase-abi-5-2-1 provided by libqt5core5a 5.2.1-*
The PPA for musescore that you have enabled, however, contains libqt5core5a 5.3.0-* which provides qtbase-abi-5-3-0
I do not see a solution for your problem except:
1. remove everything related to the musescore PPA and revert to the standard versions of the packages
or
2. try finding a version of python3-pyqt5 that works with qtbase-abi-5-3-0 (I do not know whether such version exists at all)
or maybe
3. try finding a version of openshot v2.3.* that does not depend on python3-pyqt5 (I do not know whether such version exists at all)
or maybe
4. upgrade to the next release of Mint (18.* Sarah/Serena/Sonya)
What you see is one of the potential problems that you can get when using PPAs.
Revision history for this message
|
#7 |
Thanks.
I need to be able to use both applications - MuseScore, and OpenShot v2.3.4 - but not daily, not simultaneously.
If I created a new user (say, "mtarendseOS")and installed OpenShot v.2.3.4 under this new user (and not MuseScore), would the dependency still exist across the two users?
Regards
Michael
---- Manfred Hampl wrote ----
>Your question #646468 on OpenShot Video Editor changed:
>https:/
>
> Status: Open => Answered
>
>Manfred Hampl proposed the following answer:
>The dependency problem is the following:
>
>Openshot depends on python3-pyqt5 which in turn depends on qtbase-
>abi-5-2-1 provided by libqt5core5a 5.2.1-*
>
>The PPA for musescore that you have enabled, however, contains
>libqt5core5a 5.3.0-* which provides qtbase-abi-5-3-0
>
>I do not see a solution for your problem except:
>1. remove everything related to the musescore PPA and revert to the standard versions of the packages
>or
>2. try finding a version of python3-pyqt5 that works with qtbase-abi-5-3-0 (I do not know whether such version exists at all)
>or maybe
>3. try finding a version of openshot v2.3.* that does not depend on python3-pyqt5 (I do not know whether such version exists at all)
>or maybe
>4. upgrade to the next release of Mint (18.* Sarah/Serena/Sonya)
>
>What you see is one of the potential problems that you can get when
>using PPAs.
>
>--
>If this answers your question, please go to the following page to let us
>know that it is solved:
>https:/
>
>If you still need help, you can reply to this email or go to the
>following page to enter your feedback:
>https:/
>
>You received this question notification because you asked the question.
Revision history for this message
|
#8 |
The dependency problems are system-wide. A second user will not help.
Ubuntu currently is developing a different packaging method to avoid such problems ("snap packages"). This could be another option for a workaround. I see some discussions about musescore in a snap package, e.g. https:/
Revision history for this message
|
#9 |
Thank you for the clarification.
Regards
Michael
On 10 Jul 2017 15:44, "Manfred Hampl" <email address hidden>
wrote:
> Your question #646468 on OpenShot Video Editor changed:
> https:/
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> The dependency problems are system-wide. A second user will not help.
>
> Ubuntu currently is developing a different packaging method to avoid
> such problems ("snap packages"). This could be another option for a
> workaround. I see some discussions about musescore in a snap package,
> e.g. https:/
> snap/blob/
> work on your Linux Mint system.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https:/
> confirm?answer_id=7
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https:/
>
> You received this question notification because you asked the question.
>
Revision history for this message
|
#10 |
Thanks Manfred Hampl, that solved my question.
Revision history for this message
|
#11 |
I was facing the same problem because of MuseScore.
I was able to install OpenShot 1.4 using Synaptic Package Manager along with MuseScore but the latest version, which currently is V2.4.1 didn't install at all in spite of trying couple of approaches.
Finally I was able to run the latest version of OpenShot using its AppImage.