GroundingDINO icon indicating copy to clipboard operation
GroundingDINO copied to clipboard

pip install error

Open skylning opened this issue 1 year ago • 2 comments

i install the package,and get error message as follow: Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\Lining\AppData\Local\Temp\pip-install-godyuld_\groundingdino-py_3354b3ab580b4d9f8d19e2f3a8521336\setup.py", line 41, in readme = readme_file.read() UnicodeDecodeError: 'gbk' codec can't decode byte 0xa4 in position 2878: illegal multibyte sequence

skylning avatar Aug 22 '23 09:08 skylning

Assuming this is windows platform, you will have to change the system locale to en-US(settings->time and language->language & region->administrative language settings) and then install it. After the installation is done, you can switch the locale back

rcfcu2000 avatar Dec 06 '23 13:12 rcfcu2000

假设这是 Windows 平台,则必须将系统区域设置为 en-US(设置->时间和语言->语言和区域->管理语言设置),然后安装。安装完成后,您可以将区域设置切换回来

image

EricoZhao avatar Jul 30 '24 07:07 EricoZhao