MemoryError: memory allocation failed, allocating 768 bytes
robmarkcole opened this issue · 6 comments
robmarkcole commented
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
robmarkcole commented
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
robmarkcole commented
Another restart of the board and everything ran fine
evaherrada commented
Have you had the issue since then?
robmarkcole commented
Not used it since
evaherrada commented
@kattni Should I close this?
kattni commented
@dherrada Yes please!