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

windwos AttributeError: module 'Crypto.PublicKey.RSA' has no attribute 'pubkey' #132

Closed
xiaoweigege opened this issue Jul 13, 2019 · 1 comment

Comments

@xiaoweigege
Copy link

How to solve this problem thank you

@Pourliver
Copy link
Contributor

This project currently uses pycrypto, but will soon swap for pycryptodome in #128. Pycrypto and pycryptodome are incompatible, because they both share the same "package" name Crypto.

You will need to use a virtual environment if you don't want to remove your pycryptodome installation.

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

2 participants