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.
18.04 python encryption openssl
add a comment |
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.
18.04 python encryption openssl
add a comment |
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.
18.04 python encryption openssl
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
18.04 python encryption openssl
edited Aug 22 at 8:19
asked Aug 22 at 6:02
Kiran Kumar
14
14
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
try this:
sudo pip install -U pyopenssl
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
add a comment |
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
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
add a comment |
up vote
0
down vote
try this:
sudo pip install -U pyopenssl
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
add a comment |
up vote
0
down vote
up vote
0
down vote
try this:
sudo pip install -U pyopenssl
try this:
sudo pip install -U pyopenssl
edited Nov 16 at 23:48
abu_bua
2,99771021
2,99771021
answered Nov 16 at 15:57
user893869
1
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
add a comment |
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
add a comment |
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%2f1067730%2fubuntu-cuckoo-sandbox-installation-cryptography-version-mismatch%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