Unable to install python3-venvCan't install a dependency?Will not allow me to install playonlinux! Says I...
Citing paywalled articles accessed via illegal web sharing
What makes the Forgotten Realms "forgotten"?
Parsing a string of key-value pairs as a dictionary
What flying insects could re-enter the Earth's atmosphere from space without burning up?
How would a Dictatorship make a country more successful?
Eww, those bytes are gross
Slow moving projectiles from a hand-held weapon - how do they reach the target?
How to avoid Replace substituting subscripts?
Isn't using the Extrusion Multiplier like cheating?
Why are the books in the Game of Thrones citadel library shelved spine inwards?
Where are a monster’s hit dice found in the stat block?
We are very unlucky in my court
Groups acting on trees
Why avoid shared user accounts?
Jumping Numbers
How would one buy a used TIE Fighter or X-Wing?
insert EOF statement before the last line of file
Word or phrase for showing great skill at something without formal training in it
Why do neural networks need so many training examples to perform?
Quenching swords in dragon blood; why?
Can I write a book of my D&D game?
Can a hotel cancel a confirmed reservation?
What is better: yes / no radio, or simple checkbox?
Avoiding morning and evening handshakes
Unable to install python3-venv
Can't install a dependency?Will not allow me to install playonlinux! Says I have 'held broken packagespyvenv vs venv vs python-virtualenv vs virtualenv and python 3I am trying to re-install r in my ubuntu 14.04. But I keep getting this error always I try to install r as sudo apt-get install r-baseTerry Cain Razer Drivers fail to install due to python3-setproctitle being uninstallableInstalling Python 3.5.1 on Ubuntu 16.04Shutter is not getting installed in Ubuntu 16.04 due to unmet dependenciesChrome not upgrading, netflix not workingCan't install sublime or anything! on Ubuntu 16.04Unable to install Wine32
I am trying to install python3-venv
ubuntu package but I have this error:
sudo apt-get install python3-venv
The following packages have unmet dependencies:
python3-venv : Depends: python3.5-venv (>= 3.5.1-2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
So I tried install python3.5-venv
but without any success:
sudo apt-get install python3-venv
The following packages have unmet dependencies:
python3.5-venv : Depends: python3.5 (= 3.5.1-10) but 3.5.2-2ubuntu0~16.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried use conda
and downgrade my python version from 3.5.2 to 3.5.1 but error is still occurs.
conda install python=3.5.1
My Ubuntu version => Ubuntu 16.04.2 LTS 64-bit
I also tried sudo apt install -f
but this didn't solve my problem.
Where can be a problem?
apt python python3
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying to install python3-venv
ubuntu package but I have this error:
sudo apt-get install python3-venv
The following packages have unmet dependencies:
python3-venv : Depends: python3.5-venv (>= 3.5.1-2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
So I tried install python3.5-venv
but without any success:
sudo apt-get install python3-venv
The following packages have unmet dependencies:
python3.5-venv : Depends: python3.5 (= 3.5.1-10) but 3.5.2-2ubuntu0~16.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried use conda
and downgrade my python version from 3.5.2 to 3.5.1 but error is still occurs.
conda install python=3.5.1
My Ubuntu version => Ubuntu 16.04.2 LTS 64-bit
I also tried sudo apt install -f
but this didn't solve my problem.
Where can be a problem?
apt python python3
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Are you doing some sort of cross-compiling? What's the output ofapt-cache policy python3.5-venv
?
– fkraiem
Aug 24 '17 at 11:03
Here is the output. I need setup virtual enviroment for my project.python3.5-venv: Installed: (none) Candidate: 3.5.1-10 Version table: 3.5.1-10 500 500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
– Joozty
Aug 24 '17 at 11:05
add a comment |
I am trying to install python3-venv
ubuntu package but I have this error:
sudo apt-get install python3-venv
The following packages have unmet dependencies:
python3-venv : Depends: python3.5-venv (>= 3.5.1-2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
So I tried install python3.5-venv
but without any success:
sudo apt-get install python3-venv
The following packages have unmet dependencies:
python3.5-venv : Depends: python3.5 (= 3.5.1-10) but 3.5.2-2ubuntu0~16.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried use conda
and downgrade my python version from 3.5.2 to 3.5.1 but error is still occurs.
conda install python=3.5.1
My Ubuntu version => Ubuntu 16.04.2 LTS 64-bit
I also tried sudo apt install -f
but this didn't solve my problem.
Where can be a problem?
apt python python3
I am trying to install python3-venv
ubuntu package but I have this error:
sudo apt-get install python3-venv
The following packages have unmet dependencies:
python3-venv : Depends: python3.5-venv (>= 3.5.1-2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
So I tried install python3.5-venv
but without any success:
sudo apt-get install python3-venv
The following packages have unmet dependencies:
python3.5-venv : Depends: python3.5 (= 3.5.1-10) but 3.5.2-2ubuntu0~16.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried use conda
and downgrade my python version from 3.5.2 to 3.5.1 but error is still occurs.
conda install python=3.5.1
My Ubuntu version => Ubuntu 16.04.2 LTS 64-bit
I also tried sudo apt install -f
but this didn't solve my problem.
Where can be a problem?
apt python python3
apt python python3
asked Aug 24 '17 at 10:58
JooztyJoozty
10612
10612
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 12 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Are you doing some sort of cross-compiling? What's the output ofapt-cache policy python3.5-venv
?
– fkraiem
Aug 24 '17 at 11:03
Here is the output. I need setup virtual enviroment for my project.python3.5-venv: Installed: (none) Candidate: 3.5.1-10 Version table: 3.5.1-10 500 500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
– Joozty
Aug 24 '17 at 11:05
add a comment |
Are you doing some sort of cross-compiling? What's the output ofapt-cache policy python3.5-venv
?
– fkraiem
Aug 24 '17 at 11:03
Here is the output. I need setup virtual enviroment for my project.python3.5-venv: Installed: (none) Candidate: 3.5.1-10 Version table: 3.5.1-10 500 500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
– Joozty
Aug 24 '17 at 11:05
Are you doing some sort of cross-compiling? What's the output of
apt-cache policy python3.5-venv
?– fkraiem
Aug 24 '17 at 11:03
Are you doing some sort of cross-compiling? What's the output of
apt-cache policy python3.5-venv
?– fkraiem
Aug 24 '17 at 11:03
Here is the output. I need setup virtual enviroment for my project.
python3.5-venv: Installed: (none) Candidate: 3.5.1-10 Version table: 3.5.1-10 500 500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
– Joozty
Aug 24 '17 at 11:05
Here is the output. I need setup virtual enviroment for my project.
python3.5-venv: Installed: (none) Candidate: 3.5.1-10 Version table: 3.5.1-10 500 500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
– Joozty
Aug 24 '17 at 11:05
add a comment |
2 Answers
2
active
oldest
votes
Ok, I finally found solution. I have broken source.list. I regenerate new one here:
https://repogen.simplylinux.ch/
And replace at /etc/apt/
add a comment |
venv
is in the standard modules since Python 3.3 and means you don't have to install it separately.
python3 -m venv my_venv
1
For the record, on at least Ubuntu 16.04 and all versions of Debian as far as I know, you do have to install it separately: they package pieces that it depends on in a default invocation (specifically theensurepip
module) in an external package that isn't installed in by default with the rest of Python 3.
– mtraceur
Dec 20 '17 at 22:08
On Ubuntu 14.04, this is not the case.venv
is not available by default.
– Kirk
Feb 19 at 1:13
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f949393%2funable-to-install-python3-venv%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ok, I finally found solution. I have broken source.list. I regenerate new one here:
https://repogen.simplylinux.ch/
And replace at /etc/apt/
add a comment |
Ok, I finally found solution. I have broken source.list. I regenerate new one here:
https://repogen.simplylinux.ch/
And replace at /etc/apt/
add a comment |
Ok, I finally found solution. I have broken source.list. I regenerate new one here:
https://repogen.simplylinux.ch/
And replace at /etc/apt/
Ok, I finally found solution. I have broken source.list. I regenerate new one here:
https://repogen.simplylinux.ch/
And replace at /etc/apt/
answered Aug 24 '17 at 11:25
JooztyJoozty
10612
10612
add a comment |
add a comment |
venv
is in the standard modules since Python 3.3 and means you don't have to install it separately.
python3 -m venv my_venv
1
For the record, on at least Ubuntu 16.04 and all versions of Debian as far as I know, you do have to install it separately: they package pieces that it depends on in a default invocation (specifically theensurepip
module) in an external package that isn't installed in by default with the rest of Python 3.
– mtraceur
Dec 20 '17 at 22:08
On Ubuntu 14.04, this is not the case.venv
is not available by default.
– Kirk
Feb 19 at 1:13
add a comment |
venv
is in the standard modules since Python 3.3 and means you don't have to install it separately.
python3 -m venv my_venv
1
For the record, on at least Ubuntu 16.04 and all versions of Debian as far as I know, you do have to install it separately: they package pieces that it depends on in a default invocation (specifically theensurepip
module) in an external package that isn't installed in by default with the rest of Python 3.
– mtraceur
Dec 20 '17 at 22:08
On Ubuntu 14.04, this is not the case.venv
is not available by default.
– Kirk
Feb 19 at 1:13
add a comment |
venv
is in the standard modules since Python 3.3 and means you don't have to install it separately.
python3 -m venv my_venv
venv
is in the standard modules since Python 3.3 and means you don't have to install it separately.
python3 -m venv my_venv
answered Aug 25 '17 at 7:35
TimoTimo
4,1841924
4,1841924
1
For the record, on at least Ubuntu 16.04 and all versions of Debian as far as I know, you do have to install it separately: they package pieces that it depends on in a default invocation (specifically theensurepip
module) in an external package that isn't installed in by default with the rest of Python 3.
– mtraceur
Dec 20 '17 at 22:08
On Ubuntu 14.04, this is not the case.venv
is not available by default.
– Kirk
Feb 19 at 1:13
add a comment |
1
For the record, on at least Ubuntu 16.04 and all versions of Debian as far as I know, you do have to install it separately: they package pieces that it depends on in a default invocation (specifically theensurepip
module) in an external package that isn't installed in by default with the rest of Python 3.
– mtraceur
Dec 20 '17 at 22:08
On Ubuntu 14.04, this is not the case.venv
is not available by default.
– Kirk
Feb 19 at 1:13
1
1
For the record, on at least Ubuntu 16.04 and all versions of Debian as far as I know, you do have to install it separately: they package pieces that it depends on in a default invocation (specifically the
ensurepip
module) in an external package that isn't installed in by default with the rest of Python 3.– mtraceur
Dec 20 '17 at 22:08
For the record, on at least Ubuntu 16.04 and all versions of Debian as far as I know, you do have to install it separately: they package pieces that it depends on in a default invocation (specifically the
ensurepip
module) in an external package that isn't installed in by default with the rest of Python 3.– mtraceur
Dec 20 '17 at 22:08
On Ubuntu 14.04, this is not the case.
venv
is not available by default.– Kirk
Feb 19 at 1:13
On Ubuntu 14.04, this is not the case.
venv
is not available by default.– Kirk
Feb 19 at 1:13
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f949393%2funable-to-install-python3-venv%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you doing some sort of cross-compiling? What's the output of
apt-cache policy python3.5-venv
?– fkraiem
Aug 24 '17 at 11:03
Here is the output. I need setup virtual enviroment for my project.
python3.5-venv: Installed: (none) Candidate: 3.5.1-10 Version table: 3.5.1-10 500 500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
– Joozty
Aug 24 '17 at 11:05