coincubellc / coincube

A Python/Vue.js crypto portfolio management and trade automation program with support for 10 exchanges.
MIT License
94 stars 29 forks source link

ImportError: No module named Crypto.PublicKey #4

Closed xnardo closed 5 years ago

xnardo commented 5 years ago

Hello,

When i execute this command: python generate_vault_seed.py

Appear the next mistake: ImportError: No module named Crypto.PublicKey

satoshisound commented 5 years ago

Please ensure you have pycrypto installed locally. Assuming you have pip: pip install pycrypto