VirtualBox and Python version conflict

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am running Debian (buster) with Cinnamon as window manager. Recent update of this window manager required Python update so my current Python version is 3.6.5-3... but on the other hand virtualbox requires Python version <3.6 so it got uninstalled during update. As a result my vagrant setup cannot run.



I tried to downgrade Python but as a result Cinnamon was unable to start so that's not an option but it would be kinda nice to be able to use vagrant as well so the question is: can I somehow resolve this conflict without containers? Or should I use dockerized virtualbox?



$ sudo apt install virtualbox
[sudo] password for ***:
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:
virtualbox : Depends: python3 (< 3.6) but 3.6.5-3 is to be installed
Recommends: virtualbox-qt (= 5.2.18-dfsg-1~bpo9+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question























  • Why not install all packages from distro package manager?
    – ç¥žç§˜å¾·é‡Œå…‹
    Sep 19 at 6:23










  • It was apt that uninstalled virtualbox on apt upgrade and fails to install it back
    – Moby04
    Sep 19 at 6:54










  • @Moby04 Where did you get VirtualBox from? stretch-backports?
    – dsstorefile1
    Sep 19 at 7:33










  • Yeah, should I update it?
    – Moby04
    Sep 19 at 7:50






  • 1




    I was missing contrib in buster sources list... :)
    – Moby04
    Sep 19 at 9:15














up vote
0
down vote

favorite












I am running Debian (buster) with Cinnamon as window manager. Recent update of this window manager required Python update so my current Python version is 3.6.5-3... but on the other hand virtualbox requires Python version <3.6 so it got uninstalled during update. As a result my vagrant setup cannot run.



I tried to downgrade Python but as a result Cinnamon was unable to start so that's not an option but it would be kinda nice to be able to use vagrant as well so the question is: can I somehow resolve this conflict without containers? Or should I use dockerized virtualbox?



$ sudo apt install virtualbox
[sudo] password for ***:
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:
virtualbox : Depends: python3 (< 3.6) but 3.6.5-3 is to be installed
Recommends: virtualbox-qt (= 5.2.18-dfsg-1~bpo9+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question























  • Why not install all packages from distro package manager?
    – ç¥žç§˜å¾·é‡Œå…‹
    Sep 19 at 6:23










  • It was apt that uninstalled virtualbox on apt upgrade and fails to install it back
    – Moby04
    Sep 19 at 6:54










  • @Moby04 Where did you get VirtualBox from? stretch-backports?
    – dsstorefile1
    Sep 19 at 7:33










  • Yeah, should I update it?
    – Moby04
    Sep 19 at 7:50






  • 1




    I was missing contrib in buster sources list... :)
    – Moby04
    Sep 19 at 9:15












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am running Debian (buster) with Cinnamon as window manager. Recent update of this window manager required Python update so my current Python version is 3.6.5-3... but on the other hand virtualbox requires Python version <3.6 so it got uninstalled during update. As a result my vagrant setup cannot run.



I tried to downgrade Python but as a result Cinnamon was unable to start so that's not an option but it would be kinda nice to be able to use vagrant as well so the question is: can I somehow resolve this conflict without containers? Or should I use dockerized virtualbox?



$ sudo apt install virtualbox
[sudo] password for ***:
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:
virtualbox : Depends: python3 (< 3.6) but 3.6.5-3 is to be installed
Recommends: virtualbox-qt (= 5.2.18-dfsg-1~bpo9+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question















I am running Debian (buster) with Cinnamon as window manager. Recent update of this window manager required Python update so my current Python version is 3.6.5-3... but on the other hand virtualbox requires Python version <3.6 so it got uninstalled during update. As a result my vagrant setup cannot run.



I tried to downgrade Python but as a result Cinnamon was unable to start so that's not an option but it would be kinda nice to be able to use vagrant as well so the question is: can I somehow resolve this conflict without containers? Or should I use dockerized virtualbox?



$ sudo apt install virtualbox
[sudo] password for ***:
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:
virtualbox : Depends: python3 (< 3.6) but 3.6.5-3 is to be installed
Recommends: virtualbox-qt (= 5.2.18-dfsg-1~bpo9+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.






python virtualbox cinnamon version vagrant






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 19 at 6:53

























asked Sep 19 at 6:16









Moby04

1185




1185











  • Why not install all packages from distro package manager?
    – ç¥žç§˜å¾·é‡Œå…‹
    Sep 19 at 6:23










  • It was apt that uninstalled virtualbox on apt upgrade and fails to install it back
    – Moby04
    Sep 19 at 6:54










  • @Moby04 Where did you get VirtualBox from? stretch-backports?
    – dsstorefile1
    Sep 19 at 7:33










  • Yeah, should I update it?
    – Moby04
    Sep 19 at 7:50






  • 1




    I was missing contrib in buster sources list... :)
    – Moby04
    Sep 19 at 9:15
















  • Why not install all packages from distro package manager?
    – ç¥žç§˜å¾·é‡Œå…‹
    Sep 19 at 6:23










  • It was apt that uninstalled virtualbox on apt upgrade and fails to install it back
    – Moby04
    Sep 19 at 6:54










  • @Moby04 Where did you get VirtualBox from? stretch-backports?
    – dsstorefile1
    Sep 19 at 7:33










  • Yeah, should I update it?
    – Moby04
    Sep 19 at 7:50






  • 1




    I was missing contrib in buster sources list... :)
    – Moby04
    Sep 19 at 9:15















Why not install all packages from distro package manager?
– ç¥žç§˜å¾·é‡Œå…‹
Sep 19 at 6:23




Why not install all packages from distro package manager?
– ç¥žç§˜å¾·é‡Œå…‹
Sep 19 at 6:23












It was apt that uninstalled virtualbox on apt upgrade and fails to install it back
– Moby04
Sep 19 at 6:54




It was apt that uninstalled virtualbox on apt upgrade and fails to install it back
– Moby04
Sep 19 at 6:54












@Moby04 Where did you get VirtualBox from? stretch-backports?
– dsstorefile1
Sep 19 at 7:33




@Moby04 Where did you get VirtualBox from? stretch-backports?
– dsstorefile1
Sep 19 at 7:33












Yeah, should I update it?
– Moby04
Sep 19 at 7:50




Yeah, should I update it?
– Moby04
Sep 19 at 7:50




1




1




I was missing contrib in buster sources list... :)
– Moby04
Sep 19 at 9:15




I was missing contrib in buster sources list... :)
– Moby04
Sep 19 at 9:15















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f469934%2fvirtualbox-and-python-version-conflict%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f469934%2fvirtualbox-and-python-version-conflict%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Peggy Mitchell

The Forum (Inglewood, California)

Palaiologos