PS C:\Users\Administrator\Documents\tuya\Projects\PHY6222_TuyaOS-3.9.0\software\TuyaOS> cd c:\Users\Administrator\Documents\tuya\Projects\PHY6222_TuyaOS-3.9.0\software\TuyaOS\
PS C:\Users\Administrator\Documents\tuya\Projects\PHY6222_TuyaOS-3.9.0\software\TuyaOS> & C:\Users\Administrator\.tuya\venv\Scripts\python.exe .\build_app.py apps\tuyaos_demo_ble_peripheral tuyaos_demo_ble_peripheral 1.0.0
4
DEMO_PATH: apps/tuyaos_demo_ble_peripheral
DEMO_NAME: tuyaos_demo_ble_peripheral
DEMO_FIRMWARE_VERSION: 1.0.0
BOARD_NAME: phy6222_ble
BUILD_COMMAND: build
build-pre...
install GitPython
Traceback (most recent call last):
File "./vendor/phy6222_ble/prepare.py", line 15, in <module>
from git import Repo
ModuleNotFoundError: No module named 'git'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./vendor/phy6222_ble/prepare.py", line 17, in <module>
check_and_install('git','GitPython')
File "./vendor/phy6222_ble/prepare.py", line 13, in check_and_install
pip.main(['install', MODULE])
AttributeError: module 'pip' has no attribute 'main'
execution failed !!!