hiveeyes / terkin-datalogger

Datalogger for MicroPython and CPython.
https://terkin.org
GNU Affero General Public License v3.0
60 stars 28 forks source link

"make setup" croaks on installation of mpy-cross #57

Closed amotl closed 4 years ago

amotl commented 4 years ago

@thiasB reported that

make setup

would croak with

ERROR: Could not find a version that satisfies the requirement mpy-cross==1.11 (from versions: none)
ERROR: No matching distribution found for mpy-cross==1.11
amotl commented 4 years ago

He has been able to resolve it already.

Downgrade auf pip==19.3.1 in micropython.mk before invoking @$(pip2) makes things work again.

thiasB commented 4 years ago

Actually, it's in tools/micropython.mk fixed with #58

amotl commented 4 years ago

Thanks!