adafruit/Adafruit_CircuitPython_AMG88xx

MemoryError: memory allocation failed, allocating 768 bytes

robmarkcole opened this issue · 6 comments

I am also intermittently hitting the following error:

>>> import adafruit_amg88xx
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
MemoryError: memory allocation failed, allocating 768 bytes

Looks like adafruit/circuitpython#569

On occasions when I don't get the above error, I am then hitting:

>>> import adafruit_amg88xx
>>> amg = adafruit_amg88xx.AMG88XX(i2c_bus, addr=0x68) #Our devices are on 0x68
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'AMG88XX'

Is it possible the files are corrupted somehow? I have been doing a lot of rebooting of the device

Another restart of the board and everything ran fine

Have you had the issue since then?

Not used it since

@kattni Should I close this?

@dherrada Yes please!