auto-annotate
auto-annotate copied to clipboard
Error while "pip install -e .": Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1

how can i solve this error
I encountered the same problem.
@kazmifactor Fixed now.
Open the setup.py and replace line no. 8 with this "README = (HERE / "README.md").read_text(encoding="utf-8")".