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

PyCrypto dependency fails on Win10 Python 3.6 #9

Closed
shadow651 opened this issue Jan 2, 2018 · 4 comments
Closed

PyCrypto dependency fails on Win10 Python 3.6 #9

shadow651 opened this issue Jan 2, 2018 · 4 comments

Comments

@shadow651
Copy link

shadow651 commented Jan 2, 2018

Small issue when using this on win10 with python (had to run a Ubuntu VM where it still works fine) it fails on the bdist_wheel creation.
PyCrypto is 'dead' according to this thread that has the same issue, should change dependency to pycryptodome if possible
pycrypto/pycrypto#218

I can confirm that pycryptodome installs fine on my win10.

@dlenski dlenski closed this as completed in 1ed072f Jan 2, 2018
@dlenski
Copy link
Owner

dlenski commented Jan 2, 2018

Thanks a lot!

@shadow651
Copy link
Author

Thanks for the fix, you forgot to update the readme instructions for the dependencies though.

@avrajsri
Copy link

avrajsri commented Oct 6, 2019

pip uninstall crypto
Delete "crypto" Folder [C:\Users\AppData\Local\Programs\Python\Python37\Lib\site-packages]
pip install crypto
pip uninstall pycryptodome
pip install pycryptodome

pip uninstall pycryptodomex
pip install pycryptodomex
pip uninstall cryptography
pip install cryptography

Rename Folder "crypto" to "Crypto" [C:\Users\AppData\Local\Programs\Python\Python37\Lib\site-packages]

Then Use "from Crypto.Cipher import AES"

@dlenski
Copy link
Owner

dlenski commented Oct 7, 2019

@avrajsri, what's this supposed to mean? What problem does it solve?

Repository owner locked and limited conversation to collaborators Oct 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants