We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Python 3.10, PowerSpyCli fails to collect data from the deice with a system error : PY_SSIZE_T_CLEAN macro must be defined for '#" fromats
PY_SSIZE_T_CLEAN macro must be defined for '#" fromats
The text was updated successfully, but these errors were encountered:
As a workaroud, we can use Anaconda or miniconda to use Python 3.9 with the following steps (also install libbluetooth-dev or bluez-libs-devel):
libbluetooth-dev
bluez-libs-devel
/opt/miniconda/bin/conda init conda create --name python39 python==3.9 conda activate python39 pip install setuptools==57.5.0 pip install pybluez
Sorry, something went wrong.
Issue related to #4 as it seems this is an error in PyBluez which is deprecated and won't be fixed.
Fixed with PR #7
adelnoureddine
No branches or pull requests
With Python 3.10, PowerSpyCli fails to collect data from the deice with a system error :
PY_SSIZE_T_CLEAN macro must be defined for '#" fromats
The text was updated successfully, but these errors were encountered: