adafruit / Adafruit_CircuitPython_SD

SD card drivers for Adafruit CircuitPython
MIT License
37 stars 17 forks source link

import adafruit_sdcard causing overflow in adalogger #28

Closed michelkluger closed 4 years ago

michelkluger commented 4 years ago

Adafruit CircuitPython 5.0.0-alpha.5 on 2019-11-04; Adafruit Feather M0 Adalogger with samd21g18

OverflowError: long int not supported in this build

when using import adafruit_sdcard

tannewt commented 4 years ago

Please see: https://forums.adafruit.com/viewtopic.php?f=60&t=158501

I'll move this to the SD card repo since the fix is to not use large numbers in the library.

dhalbert commented 4 years ago

Closing in favor of #27.