-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Title: Installation Issues
I'm encountering an error during installation and it's not proceeding. Do you have any insights on this?
(myev) C:\Windows\System32>pip install adapt
Collecting adapt
Using cached adapt-0.4.4.tar.gz (100 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\정민영\AppData\Local\Temp\pip-install-m1mjiioh\adapt_8d533c069ae44da4a937ba611a3f955a\setup.py", line 5, in
long_description = (this_directory / "README.md").read_text()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\zzanaconda\envs\myev\Lib\pathlib.py", line 1059, in read_text
return f.read()
^^^^^^^^
UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 12927: 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.
hint: See above for details.