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
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
I tried to install fastrepl with the command pip install fastrepl
But the installation process failed
I use python 3.10 on windows 10 and installed it in a virtual environment.
It says
Collecting lazy-import<0.3.0,>=0.2.2 (from fastrepl)
Downloading lazy_import-0.2.2.tar.gz (15 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\johnh\AppData\Local\Temp\pip-install-filhydo3\lazy-import_734567652bf840cb958f06734405e040\setup.py", line 6, in <module>
readme = infile.read()
UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 621: 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.
In my think, The encoding might be not handled correctly somewhere.
I tried to install fastrepl with the command
pip install fastreplBut the installation process failed
I use python 3.10 on windows 10 and installed it in a virtual environment.
In my think, The encoding might be not handled correctly somewhere.