You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting groundingdino-py==0.4.0 (from -r .\requirements_versions.txt (line 23))
Using cached groundingdino-py-0.4.0.tar.gz (82 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\31711\AppData\Local\Temp\pip-install-2x73ik2j\groundingdino-py_a28a34501a2442f7b87275b504b4a439\setup.py", line 41, in <module>
readme = readme_file.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa4 in position 2878: illegal multibyte sequence
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
The text was updated successfully, but these errors were encountered:
I have the same problem. Since I need this package urgently, I solve it manually.
Download the package from pypi.org, unzip it, and modify the setup.py file. Change open('README.md') to open('README.md', encoding='utf-8').
Compress the folder into a zip package, and then execute pip install groundingdino-py-0.4.0.zip. This is only for reference by novices who need to use it urgently like me.
OS: windows 11
Run
pip install groundingdino-py==0.4.0
Error log:
The text was updated successfully, but these errors were encountered: