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













0















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?










share|improve this question














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 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


















0















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?










share|improve this question














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 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
















0












0








0








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 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





















  • 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



















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












2 Answers
2






active

oldest

votes


















0














Ok, I finally found solution. I have broken source.list. I regenerate new one here:



https://repogen.simplylinux.ch/



And replace at /etc/apt/






share|improve this answer































    -1














    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





    share|improve this answer



















    • 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











    • On Ubuntu 14.04, this is not the case. venv is not available by default.

      – Kirk
      Feb 19 at 1:13













    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    Ok, I finally found solution. I have broken source.list. I regenerate new one here:



    https://repogen.simplylinux.ch/



    And replace at /etc/apt/






    share|improve this answer




























      0














      Ok, I finally found solution. I have broken source.list. I regenerate new one here:



      https://repogen.simplylinux.ch/



      And replace at /etc/apt/






      share|improve this answer


























        0












        0








        0







        Ok, I finally found solution. I have broken source.list. I regenerate new one here:



        https://repogen.simplylinux.ch/



        And replace at /etc/apt/






        share|improve this answer













        Ok, I finally found solution. I have broken source.list. I regenerate new one here:



        https://repogen.simplylinux.ch/



        And replace at /etc/apt/







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 24 '17 at 11:25









        JooztyJoozty

        10612




        10612

























            -1














            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





            share|improve this answer



















            • 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











            • On Ubuntu 14.04, this is not the case. venv is not available by default.

              – Kirk
              Feb 19 at 1:13


















            -1














            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





            share|improve this answer



















            • 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











            • On Ubuntu 14.04, this is not the case. venv is not available by default.

              – Kirk
              Feb 19 at 1:13
















            -1












            -1








            -1







            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





            share|improve this answer













            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






            share|improve this answer












            share|improve this answer



            share|improve this answer










            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 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
















            • 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











            • 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




















            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

            Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

            Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...