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

Error after pip install from git #79

Open
vasilchenkosv opened this issue Dec 10, 2024 · 0 comments
Open

Error after pip install from git #79

vasilchenkosv opened this issue Dec 10, 2024 · 0 comments

Comments

@vasilchenkosv
Copy link

Windows 10 Ru, Sphinx v8.1.3

pip install "lutra @ git+https://github.com/pradyunsg/lutra/"
...
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [16 lines of output]
Traceback (most recent call last):
File "C:\Python310\lib\site-packages\pip_vendor\pep517\in_process_in_process.py", line 363, in
main()
File "C:\Python310\lib\site-packages\pip_vendor\pep517\in_process_in_process.py", line 345, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Python310\lib\site-packages\pip_vendor\pep517\in_process_in_process.py", line 164, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
File "V:\Tmp\pip-build-env-6q21_t5m\overlay\Lib\site-packages\sphinx_theme_builder_init_.py", line 80, in prepare_metadata_for_build_wheel
return _generate_metadata(project, destination=Path(metadata_directory))
File "V:\Tmp\pip-build-env-6q21_t5m\overlay\Lib\site-packages\sphinx_theme_builder_internal\distributions.py", line 132, in generate_metadata
(dist_info / "METADATA").write_text(project.get_metadata_file_contents())
File "C:\Python310\lib\pathlib.py", line 1155, in write_text
return f.write(data)
File "C:\Python310\lib\encodings\cp1251.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f389' in position 3914: character maps to
[end of output]
...

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