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
I came across your GitHub repository for the MiBand 4 Python Library and appreciate the detailed work you've put into it. I have a few questions and concerns:
Mi Band 3 Compatibility:
Does your project support the Mi Band 3?
Mi Fit App Alternatives:
I noticed that the Mi Fit app is no longer available on the Play Store. Could you recommend any alternative apps that can be used for pairing and obtaining the AuthKey? I found another app, Zepp. Can this app be used to obtain AuthKey?
Python Version Compatibility:
-While attempting to use Python 3.11, I encountered an issue with building pycrypto. Could you specify which versions of Python are compatible with your library?
Here is the error I encountered:
Building wheels for collected packages: pycrypto
Building wheel for pycrypto (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [71 lines of output]
Hardware and Software Requirements:
I am connecting Parrot OS to a Windows laptop via USB drive. Do I need an additional Bluetooth USB adapter for this setup to work?
Specifically, is the UB500 | Bluetooth 5.0 Nano USB Adapter suitable?
What additional software or dependencies do I need to install on Parrot OS to ensure proper functionality?
Issue when running the script:
-There is no module named, Crypto.
Traceback (most recent call last):
File "/home/user/miband4/miband4_console.py", line 16, in
from miband import miband
File "/home/user/miband4/miband.py", line 7, in
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
Please kindly advise.
The text was updated successfully, but these errors were encountered:
I came across your GitHub repository for the MiBand 4 Python Library and appreciate the detailed work you've put into it. I have a few questions and concerns:
Mi Band 3 Compatibility:
Mi Fit App Alternatives:
Python Version Compatibility:
-While attempting to use Python 3.11, I encountered an issue with building pycrypto. Could you specify which versions of Python are compatible with your library?
Here is the error I encountered:
Building wheels for collected packages: pycrypto
Building wheel for pycrypto (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [71 lines of output]
Hardware and Software Requirements:
Issue when running the script:
-There is no module named, Crypto.
Traceback (most recent call last):
File "/home/user/miband4/miband4_console.py", line 16, in
from miband import miband
File "/home/user/miband4/miband.py", line 7, in
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
Please kindly advise.
The text was updated successfully, but these errors were encountered: