Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'Crypto' #8

Closed
webdandy opened this issue Feb 1, 2020 · 3 comments
Closed

ImportError: No module named 'Crypto' #8

webdandy opened this issue Feb 1, 2020 · 3 comments

Comments

@webdandy
Copy link

webdandy commented Feb 1, 2020

Hi,
can I please get help while executing:

python3 PySmartCrypto/smartcrypto.py Traceback (most recent call last): File "PySmartCrypto/smartcrypto.py", line 2, in <module> import crypto File "/root/temp/SmartCrypto-master/temp/SmartCrypto/PySmartCrypto/crypto.py", line 2, in <module> from Crypto.Cipher import AES ImportError: No module named 'Crypto'

Any ideas how I can fix this?

@StevusPrimus
Copy link

StevusPrimus commented Feb 26, 2020

I installed some libs. I think

pip install pycrypto

did the trick

@StevusPrimus
Copy link

Now I get
AttributeError: module 'websocket' has no attribute 'create_connection'
After installing websocket ... some ideas?

@StevusPrimus
Copy link

Solved with
pip install samsungtv[websocket]
that will also install websocket-client-0.57.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants