Skip to content
New issue

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

Added fixes! #60

Open
Hipokys opened this issue Sep 7, 2023 · 1 comment
Open

Added fixes! #60

Hipokys opened this issue Sep 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Hipokys
Copy link

Hipokys commented Sep 7, 2023

Hello!
Debian 12 fixes:

Running script directly on your host system:
..............................................
Install python requirements (pip3 install -r requirements.txt --break-system-packages) # added --break-system-packages

Xiaomi_Scale.py

#!/usr/bin/python

-- coding: utf-8 --

import asyncio
import binascii
import collections # added
collections.Iterable = collections.abc.Iterable # added
from bleak import BleakScanner
from collections import namedtuple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant