Erik Mouw

Results 8 comments of Erik Mouw

The issue is that pyasyncore doesn't seem to install the `asyncore.py` file. Here's a workaround when running Hass core in a virtualenv: copy `asyncore.py` from a Python 3.11 install (on...

Come to think of it: the issue is that there appears to be no wheel available for `linux_armv7l` or `manylinux`. That has to be fixed upstream, I guess. In the...

I opened https://github.com/simonrob/pyasyncore/issues/2 upstream.

The proof is to `import asyncore`, is that possible om ARM Mac?

See https://github.com/simonrob/pyasyncore/issues/2#issuecomment-1957871904 and my comment below. As this issue (and the related ones) only appears to affect Hass core users on Raspberry Pi, I guess those all still have a...

> I think we should remove `pyasn1` from here since the current `pysnmp-lextudio` library uses version `0.5.1`, and for `pysnmplib` increase the version to `1000000000.0.0` to prevent it from being...

Hey @bieniu , could you please have a look at #112548 ? It looks like #111193 only made things worse. Downgrading `pysnmp-lextudio` to 5.0.34 is a verified workaround for now.

> Proposed #112795 to resolve this. It might work for the sensor part, but it doesn't solve it for the device_tracker, see my comments in https://github.com/home-assistant/core/issues/112548 . So far only...