请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:LP-AM243 Thread 中讨论的其他器件:UNIFLASH
工具/软件:
您好、
运行 uart_uniflash.py python 脚本时、对外部闪存进行编程时遇到问题:
c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>py uart_uniflash.py -p COM6 --cfg=only_wifi_fw.cfg
[ERROR] Dependant modules not installed, use below pip command to install them. MAKE sure proxy for pip is setup if needed.
python -m pip install pyserial tqdm xmodem --proxy={http://your proxy server:port or leave blank if no proxy}
c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>
已安装 PIP ist:
c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>py -m pip --version pip 25.0.1 from C:\Users\a0406234\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip (python 3.13) c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>
重新安装失败:
c:\ti\cc33xx_mcu_package_R5\tools\secured_programing>py -m pip install pyserial tqdm xmodem
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000004D45057E110>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000004D4527B76D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000004D4527B7F90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000004D4527B71D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000004D4527B7A90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pyserial/
ERROR: Could not find a version that satisfies the requirement pyserial (from versions: none)
ERROR: No matching distribution found for pyserial
此致、Holger