You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: