IDEA-Research / GroundingDINO

[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
https://arxiv.org/abs/2303.05499
Apache License 2.0
6.91k stars 700 forks source link

pip install error #206

Open skylning opened 1 year ago

skylning commented 1 year ago

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

rcfcu2000 commented 12 months ago

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

EricoZhao commented 4 months ago

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

image