You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did yum install python-crypto python-requests. Python-crypto installed but python-requests said No Package found.
Then when running pythong test-decrypt.py I get:
Traceback (most recent call last):
File "test-decrypt.py", line 5, in
from Crypto.Cipher import PKCS1_v1_5
ImportError: cannot import name PKCS1_v1_5
Please advise how to run this on CentOS. Thanks.
The text was updated successfully, but these errors were encountered:
I did yum install python-crypto python-requests. Python-crypto installed but python-requests said No Package found.
Then when running pythong test-decrypt.py I get:
Traceback (most recent call last):
File "test-decrypt.py", line 5, in
from Crypto.Cipher import PKCS1_v1_5
ImportError: cannot import name PKCS1_v1_5
Please advise how to run this on CentOS. Thanks.
The text was updated successfully, but these errors were encountered: