Jan Kral

Results 4 comments of Jan Kral

I did. I also tried removing the device from HA and pairing it again. Here is the result of reconfiguration. 1st time `Attribute on_off` was showing yellow icon. 2nd time...

I experience the same issue with installation via pypi (Windows): `D:\code\...\.venv\Lib\site-packages\pyiceberg\avro\decoder.py:185: UserWarning: Falling back to pure Python Avro decoder, missing Cython implementation` https://github.com/apache/iceberg-python/blob/9b9ed534b2022cb9a687f4ed876fadcc2457b31b/pyiceberg/avro/decoder.py#L177-L187

> Adding some context to the Avro decoder build process. > > We use Poetry to build the Avro decoder via this script > > https://github.com/apache/iceberg-python/blob/b5933756b5b488ec51cd56d5984731b6cc347f2b/pyproject.toml#L583 > > https://github.com/apache/iceberg-python/blob/b5933756b5b488ec51cd56d5984731b6cc347f2b/build-module.py >...

> Great to hear. did you clean the env manually or use `make clean`? I use venv, so I removed `.venv` directory and created it again.