Closed amotl closed 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
He has been able to resolve it already.
Downgrade auf pip==19.3.1 in micropython.mk before invoking @$(pip2) makes things work again.
pip==19.3.1
micropython.mk
@$(pip2)
Actually, it's in tools/micropython.mk fixed with #58
Thanks!
@thiasB reported that
would croak with