VirtualBox and Python version conflict

Clash 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.
python virtualbox cinnamon version vagrant
 |Â
show 2 more comments
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.
python virtualbox cinnamon version vagrant
Why not install all packages from distro package manager?
â ç¥Âç§Âå¾·éÂÂå Â
Sep 19 at 6:23
It wasaptthat uninstalledvirtualboxonapt upgradeand 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 missingcontribin buster sources list... :)
â Moby04
Sep 19 at 9:15
 |Â
show 2 more comments
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.
python virtualbox cinnamon version vagrant
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
python virtualbox cinnamon version vagrant
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 wasaptthat uninstalledvirtualboxonapt upgradeand 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 missingcontribin buster sources list... :)
â Moby04
Sep 19 at 9:15
 |Â
show 2 more comments
Why not install all packages from distro package manager?
â ç¥Âç§Âå¾·éÂÂå Â
Sep 19 at 6:23
It wasaptthat uninstalledvirtualboxonapt upgradeand 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 missingcontribin 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
 |Â
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Why not install all packages from distro package manager?
â ç¥Âç§Âå¾·éÂÂå Â
Sep 19 at 6:23
It was
aptthat uninstalledvirtualboxonapt upgradeand 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
contribin buster sources list... :)â Moby04
Sep 19 at 9:15