pysml icon indicating copy to clipboard operation
pysml copied to clipboard

need /var/lib/sml-mqtt-bridge/config.json

Open dreamonhigh opened this issue 8 months ago • 0 comments

hello

It took hours to run examples/test_asyncio.py without chatgpt I never could run it. poetry I never heard of.

But it works fine!! Thank you all.

Maybe there might be a easier method to get it run?

I did it this way..(raspbian on raspberryPI) `git clone https://github.com/mtdcr/pysml.git cd pysml

sudo apt install python3-poetry poetry --version

export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring poetry install

poetry add asyncio-mqtt poetry add python-slugify poetry add [email protected]

poetry shell poetry build `

dreamonhigh avatar Feb 03 '25 17:02 dreamonhigh