Ubuntu Cuckoo Sandbox installation -cryptography version mismatch











up vote
0
down vote

favorite












Python 2.7.15rc1
OpenSSL 1.1.0g
Cuckoo==2.0.6.2

$ cuckoo -d

Traceback (most recent call last):

File "/usr/local/bin/cuckoo", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3105, in <module>

@_call_aside
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3089, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3118, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 580, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 593, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 786, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (cryptography 2.1.4 (/usr/lib/python2.7/dist-packages), Requirement.parse('cryptography>=2.2.1'), set(['pyOpenSSL']))


I'm unable to fix this issue, I was not able to find anything online, please let me know how to fix this error so that I can run the Cuckoo sandbox. I'm new to Linux.










share|improve this question




























    up vote
    0
    down vote

    favorite












    Python 2.7.15rc1
    OpenSSL 1.1.0g
    Cuckoo==2.0.6.2

    $ cuckoo -d

    Traceback (most recent call last):

    File "/usr/local/bin/cuckoo", line 6, in <module>
    from pkg_resources import load_entry_point
    File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3105, in <module>

    @_call_aside
    File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3089, in _call_aside
    f(*args, **kwargs)
    File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3118, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
    File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 580, in _build_master
    return cls._build_from_requirements(__requires__)
    File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 593, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
    File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 786, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
    pkg_resources.ContextualVersionConflict: (cryptography 2.1.4 (/usr/lib/python2.7/dist-packages), Requirement.parse('cryptography>=2.2.1'), set(['pyOpenSSL']))


    I'm unable to fix this issue, I was not able to find anything online, please let me know how to fix this error so that I can run the Cuckoo sandbox. I'm new to Linux.










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Python 2.7.15rc1
      OpenSSL 1.1.0g
      Cuckoo==2.0.6.2

      $ cuckoo -d

      Traceback (most recent call last):

      File "/usr/local/bin/cuckoo", line 6, in <module>
      from pkg_resources import load_entry_point
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3105, in <module>

      @_call_aside
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3089, in _call_aside
      f(*args, **kwargs)
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3118, in _initialize_master_working_set
      working_set = WorkingSet._build_master()
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 580, in _build_master
      return cls._build_from_requirements(__requires__)
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 593, in _build_from_requirements
      dists = ws.resolve(reqs, Environment())
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 786, in resolve
      raise VersionConflict(dist, req).with_context(dependent_req)
      pkg_resources.ContextualVersionConflict: (cryptography 2.1.4 (/usr/lib/python2.7/dist-packages), Requirement.parse('cryptography>=2.2.1'), set(['pyOpenSSL']))


      I'm unable to fix this issue, I was not able to find anything online, please let me know how to fix this error so that I can run the Cuckoo sandbox. I'm new to Linux.










      share|improve this question















      Python 2.7.15rc1
      OpenSSL 1.1.0g
      Cuckoo==2.0.6.2

      $ cuckoo -d

      Traceback (most recent call last):

      File "/usr/local/bin/cuckoo", line 6, in <module>
      from pkg_resources import load_entry_point
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3105, in <module>

      @_call_aside
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3089, in _call_aside
      f(*args, **kwargs)
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3118, in _initialize_master_working_set
      working_set = WorkingSet._build_master()
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 580, in _build_master
      return cls._build_from_requirements(__requires__)
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 593, in _build_from_requirements
      dists = ws.resolve(reqs, Environment())
      File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 786, in resolve
      raise VersionConflict(dist, req).with_context(dependent_req)
      pkg_resources.ContextualVersionConflict: (cryptography 2.1.4 (/usr/lib/python2.7/dist-packages), Requirement.parse('cryptography>=2.2.1'), set(['pyOpenSSL']))


      I'm unable to fix this issue, I was not able to find anything online, please let me know how to fix this error so that I can run the Cuckoo sandbox. I'm new to Linux.







      18.04 python encryption openssl






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 22 at 8:19

























      asked Aug 22 at 6:02









      Kiran Kumar

      14




      14






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          try this:



          sudo pip install -U pyopenssl 





          share|improve this answer










          New contributor




          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.














          • 1




            Welcome to Ask Ubuntu! ;-) "Should", "Try", "might", ... are symptoms that you're posting a comment. "do", "will", "shall" are symptoms for an answer! ;-) Please edit your answer to reflect that (and that you've tested this)
            – Fabby
            Nov 16 at 17:50













          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',
          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%2f1067730%2fubuntu-cuckoo-sandbox-installation-cryptography-version-mismatch%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          try this:



          sudo pip install -U pyopenssl 





          share|improve this answer










          New contributor




          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.














          • 1




            Welcome to Ask Ubuntu! ;-) "Should", "Try", "might", ... are symptoms that you're posting a comment. "do", "will", "shall" are symptoms for an answer! ;-) Please edit your answer to reflect that (and that you've tested this)
            – Fabby
            Nov 16 at 17:50

















          up vote
          0
          down vote













          try this:



          sudo pip install -U pyopenssl 





          share|improve this answer










          New contributor




          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.














          • 1




            Welcome to Ask Ubuntu! ;-) "Should", "Try", "might", ... are symptoms that you're posting a comment. "do", "will", "shall" are symptoms for an answer! ;-) Please edit your answer to reflect that (and that you've tested this)
            – Fabby
            Nov 16 at 17:50















          up vote
          0
          down vote










          up vote
          0
          down vote









          try this:



          sudo pip install -U pyopenssl 





          share|improve this answer










          New contributor




          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          try this:



          sudo pip install -U pyopenssl 






          share|improve this answer










          New contributor




          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer








          edited Nov 16 at 23:48









          abu_bua

          2,96371021




          2,96371021






          New contributor




          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered Nov 16 at 15:57









          user893869

          1




          1




          New contributor




          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          user893869 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.








          • 1




            Welcome to Ask Ubuntu! ;-) "Should", "Try", "might", ... are symptoms that you're posting a comment. "do", "will", "shall" are symptoms for an answer! ;-) Please edit your answer to reflect that (and that you've tested this)
            – Fabby
            Nov 16 at 17:50
















          • 1




            Welcome to Ask Ubuntu! ;-) "Should", "Try", "might", ... are symptoms that you're posting a comment. "do", "will", "shall" are symptoms for an answer! ;-) Please edit your answer to reflect that (and that you've tested this)
            – Fabby
            Nov 16 at 17:50










          1




          1




          Welcome to Ask Ubuntu! ;-) "Should", "Try", "might", ... are symptoms that you're posting a comment. "do", "will", "shall" are symptoms for an answer! ;-) Please edit your answer to reflect that (and that you've tested this)
          – Fabby
          Nov 16 at 17:50






          Welcome to Ask Ubuntu! ;-) "Should", "Try", "might", ... are symptoms that you're posting a comment. "do", "will", "shall" are symptoms for an answer! ;-) Please edit your answer to reflect that (and that you've tested this)
          – Fabby
          Nov 16 at 17:50




















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1067730%2fubuntu-cuckoo-sandbox-installation-cryptography-version-mismatch%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

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei