auto-annotate icon indicating copy to clipboard operation
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

Open kazmifactor opened this issue 2 years ago • 2 comments

image image

how can i solve this error

kazmifactor avatar Feb 21 '23 12:02 kazmifactor

I encountered the same problem.

HassanBinHaroon avatar Apr 06 '23 09:04 HassanBinHaroon

@kazmifactor Fixed now.

Open the setup.py and replace line no. 8 with this "README = (HERE / "README.md").read_text(encoding="utf-8")".

HassanBinHaroon avatar Apr 06 '23 09:04 HassanBinHaroon