pine64 / bl_iot_sdk

BL602 SDK (Pine64 fork)
https://pine64.github.io/bl602-docs/
Apache License 2.0
134 stars 59 forks source link

build: update requirements.txt #52

Closed serv-inc closed 3 years ago

serv-inc commented 3 years ago

to get flash_build.py to run

serv-inc commented 3 years ago

this actually runs fine with python 3 with the requirements already given . Feel free to close this without merging.

gamelaster commented 3 years ago

Is this patch required for Python 2.x? If yes, then I will merge it.

Avamander commented 3 years ago

Python2 is EOL, I don't think it should be supported.

serv-inc commented 3 years ago

It is required for Python 2. Still, an alternative would be to use https://github.com/pine64/bl_iot_sdk/pull/54 . That simply documents that python3 should be used, making it shell-executable.