Installing OpenCV3 for Python3 using Condo installs a ton of other things as well





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I'm trying to install OpenCV3 for Python 3.6 using Conda using conda install -c menpo opencv3 as found on the anaconda website. When running this, the terminal printed out the following:



The following packages will be downloaded:

package | build
---------------------------|-----------------
ruamel_yaml-0.15.46 | py35h1de35cc_0 223 KB
pytables-3.4.4 | py35hca30cd5_0 1.4 MB
------------------------------------------------------------
Total: 1.6 MB

The following NEW packages will be INSTALLED:

appdirs: 1.4.3-py35h28b3542_0
atomicwrites: 1.2.1-py35_0
automat: 0.7.0-py35_0
constantly: 15.1.0-py35h28b3542_0
defusedxml: 0.5.0-py35_1
future: 0.16.0-py35_2
hyperlink: 18.0.0-py35_0
incremental: 17.5.0-py35_0
keyring: 13.2.1-py35_0
opencv3: 3.1.0-py35_0 menpo
prometheus_client: 0.3.1-py35h28b3542_0
pyasn1: 0.4.4-py35h28b3542_0
pyasn1-modules: 0.2.2-py35_0
service_identity: 17.0.0-py35h28b3542_0
spyder-kernels: 0.2.6-py35_0
tbb: 4.3_20141023-0 menpo
tqdm: 4.26.0-py35h28b3542_0
twisted: 18.7.0-py35h1de35cc_1
typed-ast: 1.1.0-py35h6952a12_0
zope: 1.0-py35_1
zope.interface: 4.5.0-py35h1de35cc_0

The following packages will be REMOVED:

anaconda: 5.2.0-py36_3


It also printed out a host of other python packages that would be updated such as jupyter_console, jinja2, colorama, and many other packages I've never heard of. I'm new to this, so is it doing this because opencv3 is dependent on all these packages? I just don't want to install a bunch of other stuff that I won't need. Thanks!










share|improve this question





























    0















    I'm trying to install OpenCV3 for Python 3.6 using Conda using conda install -c menpo opencv3 as found on the anaconda website. When running this, the terminal printed out the following:



    The following packages will be downloaded:

    package | build
    ---------------------------|-----------------
    ruamel_yaml-0.15.46 | py35h1de35cc_0 223 KB
    pytables-3.4.4 | py35hca30cd5_0 1.4 MB
    ------------------------------------------------------------
    Total: 1.6 MB

    The following NEW packages will be INSTALLED:

    appdirs: 1.4.3-py35h28b3542_0
    atomicwrites: 1.2.1-py35_0
    automat: 0.7.0-py35_0
    constantly: 15.1.0-py35h28b3542_0
    defusedxml: 0.5.0-py35_1
    future: 0.16.0-py35_2
    hyperlink: 18.0.0-py35_0
    incremental: 17.5.0-py35_0
    keyring: 13.2.1-py35_0
    opencv3: 3.1.0-py35_0 menpo
    prometheus_client: 0.3.1-py35h28b3542_0
    pyasn1: 0.4.4-py35h28b3542_0
    pyasn1-modules: 0.2.2-py35_0
    service_identity: 17.0.0-py35h28b3542_0
    spyder-kernels: 0.2.6-py35_0
    tbb: 4.3_20141023-0 menpo
    tqdm: 4.26.0-py35h28b3542_0
    twisted: 18.7.0-py35h1de35cc_1
    typed-ast: 1.1.0-py35h6952a12_0
    zope: 1.0-py35_1
    zope.interface: 4.5.0-py35h1de35cc_0

    The following packages will be REMOVED:

    anaconda: 5.2.0-py36_3


    It also printed out a host of other python packages that would be updated such as jupyter_console, jinja2, colorama, and many other packages I've never heard of. I'm new to this, so is it doing this because opencv3 is dependent on all these packages? I just don't want to install a bunch of other stuff that I won't need. Thanks!










    share|improve this question

























      0












      0








      0








      I'm trying to install OpenCV3 for Python 3.6 using Conda using conda install -c menpo opencv3 as found on the anaconda website. When running this, the terminal printed out the following:



      The following packages will be downloaded:

      package | build
      ---------------------------|-----------------
      ruamel_yaml-0.15.46 | py35h1de35cc_0 223 KB
      pytables-3.4.4 | py35hca30cd5_0 1.4 MB
      ------------------------------------------------------------
      Total: 1.6 MB

      The following NEW packages will be INSTALLED:

      appdirs: 1.4.3-py35h28b3542_0
      atomicwrites: 1.2.1-py35_0
      automat: 0.7.0-py35_0
      constantly: 15.1.0-py35h28b3542_0
      defusedxml: 0.5.0-py35_1
      future: 0.16.0-py35_2
      hyperlink: 18.0.0-py35_0
      incremental: 17.5.0-py35_0
      keyring: 13.2.1-py35_0
      opencv3: 3.1.0-py35_0 menpo
      prometheus_client: 0.3.1-py35h28b3542_0
      pyasn1: 0.4.4-py35h28b3542_0
      pyasn1-modules: 0.2.2-py35_0
      service_identity: 17.0.0-py35h28b3542_0
      spyder-kernels: 0.2.6-py35_0
      tbb: 4.3_20141023-0 menpo
      tqdm: 4.26.0-py35h28b3542_0
      twisted: 18.7.0-py35h1de35cc_1
      typed-ast: 1.1.0-py35h6952a12_0
      zope: 1.0-py35_1
      zope.interface: 4.5.0-py35h1de35cc_0

      The following packages will be REMOVED:

      anaconda: 5.2.0-py36_3


      It also printed out a host of other python packages that would be updated such as jupyter_console, jinja2, colorama, and many other packages I've never heard of. I'm new to this, so is it doing this because opencv3 is dependent on all these packages? I just don't want to install a bunch of other stuff that I won't need. Thanks!










      share|improve this question














      I'm trying to install OpenCV3 for Python 3.6 using Conda using conda install -c menpo opencv3 as found on the anaconda website. When running this, the terminal printed out the following:



      The following packages will be downloaded:

      package | build
      ---------------------------|-----------------
      ruamel_yaml-0.15.46 | py35h1de35cc_0 223 KB
      pytables-3.4.4 | py35hca30cd5_0 1.4 MB
      ------------------------------------------------------------
      Total: 1.6 MB

      The following NEW packages will be INSTALLED:

      appdirs: 1.4.3-py35h28b3542_0
      atomicwrites: 1.2.1-py35_0
      automat: 0.7.0-py35_0
      constantly: 15.1.0-py35h28b3542_0
      defusedxml: 0.5.0-py35_1
      future: 0.16.0-py35_2
      hyperlink: 18.0.0-py35_0
      incremental: 17.5.0-py35_0
      keyring: 13.2.1-py35_0
      opencv3: 3.1.0-py35_0 menpo
      prometheus_client: 0.3.1-py35h28b3542_0
      pyasn1: 0.4.4-py35h28b3542_0
      pyasn1-modules: 0.2.2-py35_0
      service_identity: 17.0.0-py35h28b3542_0
      spyder-kernels: 0.2.6-py35_0
      tbb: 4.3_20141023-0 menpo
      tqdm: 4.26.0-py35h28b3542_0
      twisted: 18.7.0-py35h1de35cc_1
      typed-ast: 1.1.0-py35h6952a12_0
      zope: 1.0-py35_1
      zope.interface: 4.5.0-py35h1de35cc_0

      The following packages will be REMOVED:

      anaconda: 5.2.0-py36_3


      It also printed out a host of other python packages that would be updated such as jupyter_console, jinja2, colorama, and many other packages I've never heard of. I'm new to this, so is it doing this because opencv3 is dependent on all these packages? I just don't want to install a bunch of other stuff that I won't need. Thanks!







      python python-3.x opencv conda opencv3.0






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 23 '18 at 21:26









      bparikhbparikh

      156




      156
























          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          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%2fstackoverflow.com%2fquestions%2f53453101%2finstalling-opencv3-for-python3-using-condo-installs-a-ton-of-other-things-as-wel%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • 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%2fstackoverflow.com%2fquestions%2f53453101%2finstalling-opencv3-for-python3-using-condo-installs-a-ton-of-other-things-as-wel%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







          這個網誌中的熱門文章

          Hercules Kyvelos

          Tangent Lines Diagram Along Smooth Curve

          Yusuf al-Mu'taman ibn Hud