Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install -r requirements.txt has error #15

Open
gongyinghsu opened this issue Feb 8, 2024 · 0 comments
Open

pip install -r requirements.txt has error #15

gongyinghsu opened this issue Feb 8, 2024 · 0 comments

Comments

@gongyinghsu
Copy link

When I pip install -r requirements.txt
It appears
PS D:\Develop_Projects\Django3\YCIS> pip install -r requirements.txt
Collecting git+https://@github.com/app-generator/priv-django-admin-berry-pro (from -r requirements.txt (line 8))
Cloning https://
@github.com/app-generator/priv-django-admin-berry-pro to c:\users\user\appdata\local\temp\pip-req-build-a2jurdk8
Running command git clone --filter=blob:none --quiet 'https://@github.com/app-generator/priv-django-admin-berry-pro' 'C:\Users\user\AppData\Local\Temp\pip-req-build-a2jurdk8'
Resolved https://
@github.com/app-generator/priv-django-admin-berry-pro to commit b3d99c8a0741590fd4b9e192f0a16af67ebe794c
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 "", line 2, in
File "", line 34, in
File "C:\Users\user\AppData\Local\Temp\pip-req-build-a2jurdk8\setup.py", line 5, in
README = readme.read()
UnicodeDecodeError: 'cp950' codec can't decode byte 0xf0 in position 413: 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.

How can I do ?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant