creotiv / MiBand2

Library to work with Xiaomi MiBand 2
Creative Commons Zero v1.0 Universal
544 stars 173 forks source link

Problem with installing in Termux #27

Open silentShodow opened 5 years ago

silentShodow commented 5 years ago

Traceback (most recent call last): File "example.py", line 5, in from base import MiBand2 File "/data/data/com.termux/files/home/MiBand2/base.py", line 5, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

Sorry if my question is stupid

I write in Termux "pip install pycrypto" but it's don't work

Help me please :)

apnof commented 5 years ago

Does pkg install libcrypt-dev help?

Edit: Take a look here: https://github.com/giampaolo/psutil/issues/1261#issuecomment-378980760 apt install python-dev clang libcrypt-dev

silentShodow commented 5 years ago

New problem. Bluepy)0)

le3tCoder commented 3 months ago

I'm also having same problems how to solve?